├── CrackZip └── crackzip.txt ├── DropsTool ├── DropsFix.py ├── em.png ├── pic3.png └── 说明.txt ├── PythonScript ├── BaseHTTPServerScript.py └── SimpleFtpScript.py ├── README.md ├── RsyncPOC └── RsyncPoC.py ├── Shadowsocks ├── getshadowsocks.py └── gui-config.json ├── SharpMeter ├── README.md ├── SharpMeter.py ├── kill.cs └── kill.exe ├── WatchDog.py ├── burpUnicode ├── README.md ├── changeu.py └── changeuUnicode.py ├── docker └── docker_remote_api_unauth_command_execV1.0.py ├── downGitList.py ├── gevent_scripts └── brutce_dvwa.py ├── pdns_sniff ├── README.md ├── dnslogsDB.sql └── pdns_sniff.py ├── raw_text ├── rawtool.py └── 说明.txt ├── tomcatWarDeployer ├── README.md ├── screen1.png ├── tomcatWarDeployer.py └── 截图.png └── 反向Shell ├── hacker.py ├── target.py └── targetNC.py /CrackZip/crackzip.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/CrackZip/crackzip.txt -------------------------------------------------------------------------------- /DropsTool/DropsFix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/DropsTool/DropsFix.py -------------------------------------------------------------------------------- /DropsTool/em.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/DropsTool/em.png -------------------------------------------------------------------------------- /DropsTool/pic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/DropsTool/pic3.png -------------------------------------------------------------------------------- /DropsTool/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/DropsTool/说明.txt -------------------------------------------------------------------------------- /PythonScript/BaseHTTPServerScript.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/PythonScript/BaseHTTPServerScript.py -------------------------------------------------------------------------------- /PythonScript/SimpleFtpScript.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/PythonScript/SimpleFtpScript.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/README.md -------------------------------------------------------------------------------- /RsyncPOC/RsyncPoC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/RsyncPOC/RsyncPoC.py -------------------------------------------------------------------------------- /Shadowsocks/getshadowsocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/Shadowsocks/getshadowsocks.py -------------------------------------------------------------------------------- /Shadowsocks/gui-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/Shadowsocks/gui-config.json -------------------------------------------------------------------------------- /SharpMeter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/SharpMeter/README.md -------------------------------------------------------------------------------- /SharpMeter/SharpMeter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/SharpMeter/SharpMeter.py -------------------------------------------------------------------------------- /SharpMeter/kill.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/SharpMeter/kill.cs -------------------------------------------------------------------------------- /SharpMeter/kill.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/SharpMeter/kill.exe -------------------------------------------------------------------------------- /WatchDog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/WatchDog.py -------------------------------------------------------------------------------- /burpUnicode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/burpUnicode/README.md -------------------------------------------------------------------------------- /burpUnicode/changeu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/burpUnicode/changeu.py -------------------------------------------------------------------------------- /burpUnicode/changeuUnicode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/burpUnicode/changeuUnicode.py -------------------------------------------------------------------------------- /docker/docker_remote_api_unauth_command_execV1.0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/docker/docker_remote_api_unauth_command_execV1.0.py -------------------------------------------------------------------------------- /downGitList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/downGitList.py -------------------------------------------------------------------------------- /gevent_scripts/brutce_dvwa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/gevent_scripts/brutce_dvwa.py -------------------------------------------------------------------------------- /pdns_sniff/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/pdns_sniff/README.md -------------------------------------------------------------------------------- /pdns_sniff/dnslogsDB.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/pdns_sniff/dnslogsDB.sql -------------------------------------------------------------------------------- /pdns_sniff/pdns_sniff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/pdns_sniff/pdns_sniff.py -------------------------------------------------------------------------------- /raw_text/rawtool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/raw_text/rawtool.py -------------------------------------------------------------------------------- /raw_text/说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/raw_text/说明.txt -------------------------------------------------------------------------------- /tomcatWarDeployer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/tomcatWarDeployer/README.md -------------------------------------------------------------------------------- /tomcatWarDeployer/screen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/tomcatWarDeployer/screen1.png -------------------------------------------------------------------------------- /tomcatWarDeployer/tomcatWarDeployer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/tomcatWarDeployer/tomcatWarDeployer.py -------------------------------------------------------------------------------- /tomcatWarDeployer/截图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/tomcatWarDeployer/截图.png -------------------------------------------------------------------------------- /反向Shell/hacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/反向Shell/hacker.py -------------------------------------------------------------------------------- /反向Shell/target.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/反向Shell/target.py -------------------------------------------------------------------------------- /反向Shell/targetNC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PolarisLab/tools/HEAD/反向Shell/targetNC.py --------------------------------------------------------------------------------