基于 xray 内核,又不像 xray
性能卓越,最少请求,最佳结果
实时显示,扫描进度
输出 html 报告,方便查看 request 和 response
启动程序,自动更新本地 PoC 库
长期维护、更新 PoC(afrog-pocs)
API 接口,轻松接入其他项目
1、扫描单个目标
afrog -t http://example.com -o result.html
2、扫描多个目标
afrog -T urls.txt -o result.html例如:urls.txthttp://example.comhttp://test.comhttp://github.com
3、测试单个 PoC 文件
afrog -t http://example.com -P ./testing/poc-test.yaml -o result.html
4、测试多个 PoC 文件
afrog -t http://example.com -P ./testing/ -o result.html
5、输出 html 报告
项目作者:zan8in
项目地址:https://github.com/zan8in/afrog