一个挖洞工具
❤️POC 欢迎投递
共 [442] 个
🐸喜欢请点赞🌟⭐,不迷路
afrog 是一个挖洞工具。如果你想挖 SQL 注入、XSS、文件包含等漏洞,AWVS 做得更好,否则可以试试 afrog,免费不吃亏。
- 性能卓越,最少请求,最佳结果
- 实时显示,扫描进度
- 输出 html 报告,方便查看
request
和response
- 启动程序,自动更新本地 POC 库
- 长期维护、更新 POC(afrog-pocs)
- API 接口,轻松接入其他项目
扫描单个目标
afrog -t http://example.com -o result.html
扫描多个目标
afrog -T urls.txt -o result.html
例如:urls.txt
http://example.com
http://test.com
http://github.com
测试单个 POC 文件
afrog -t http://example.com -P ./testing/poc-test.yaml -o result.html
测试多个 POC 文件
afrog -t http://example.com -P ./testing/ -o result.html
输出 html 报告