pocsuite3是由知道创宇404实验室开发维护的开源远程漏洞测试和概念验证开发框架,基于python3。poc脚本可以运行在 attack
,verify
, shell
等模式下。
官方链接https://pocsuite.org/
安装pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pocsuite3
建议源码安装
wget https://github.com/knownsec/pocsuite3/archive/master.zip
unzip master.zip
cd pocsuite3-master
pip3 install -r requirements.txt
python3 setup.p