
軽量で柔軟かつ斬新なオープンソースのPoC検証フレームワーク
コード/PoCに関する問題が発生した場合は、Issueを送信してください
| cve | cnnvd | others |
|---|---|---|
| 345 | 7 | 102 |
pip3 install -r requirements.txt
python3 pocsploit.py -iS "http://xxxx/" -r "modules/" -t 100 --poc
python3 pocslpoit.py -iS "http://xxxxx" -r "modules/vulnerabilities/thinkphp/thinkphp-5022-rce.py" --poc
python3 pocslpoit.py -iF "urls.txt" -r "modules/vulnerabilities/" --exp
python3 pocslpoit.py -iS "http://xxxxx" -r "modules/vulnerabilities/thinkphp/thinkphp-5022-rce.py" --poc --fp
python3 pocslpoit.py -iS "http://xxxx" -r "modules/vulnerabilities/" --poc -o result/result.log -q
python3 pocsploit.py --help

conf/config.py を設定してください
P.S. 独自のDNSLogの構築方法については、Hyuga-DNSLog をご覧ください
pocsploit は MIT License の下で配布されています