遇到代码/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
设置DNSLog的地址,身份编号和Token
P.S. DNSLog搭建方式,参见 Hyuga-DNSLog部署