Neurohazard
暮雲煙月,皓首窮經;森羅萬象,如是我聞。

Pocsuite3 使用技巧

wpadmin~April 29, 2019 /InfoSec

Pocsuite 使用技巧

<!–more–>

基本使用

verify
attack
shell

python cli.py <working_mode>
python cli.py shell

简易使用

# 基本使用
python cli.py -r tests/poc_example.py -f url.txt --verify
python cli.py -r pocs/poc_example.py -u http://www.example.com/ --shell

# 不支持 单主机多脚本 需要魔改
# 多线程
python cli.py -r tests/ -f url.txt --verify --threads 10
python cli.py -r tests/ -f url.txt --verify --threads 10
python cli.py -r ./pocs/*.py -u http://45.76.125.91 --verify --thread 5

参考资料

https://mntn0x.github.io/2019/04/18/Pocsuite3%E4%BD%BF%E7%94%A8%E7%AC%94%E8%AE%B0/

https://github.com/WyAtu/Perun
https://github.com/knownsec/pocsuite3

https://github.com/wzhhhz/POC
https://github.com/chaitin/xray/tree/master/pocs

Leave a Reply

Your email address will not be published. Required fields are marked *