微信公众号发现大佬弄得开源 漏洞扫描工具(afrog),它可以在国产arm系统 centos windows mac上部署使用,这里只记录了我在centos上部署的过程及使用 仅供参考:
- cenos7 拉取github 文件
- 使用
wget https://github.com/zan8in/afrog/releases/download/v1.3.6/afrog_linux.tar.gz
或者
curl -O https://github.com/zan8in/afrog/releases/download/v1.3.6/afrog_linux.tar.gz
解压文件赋予执行权限即可使用(NB)
tar zxf afrog_linux.tar.gz
chmod +x afrog_linux
./afrog_linux -t jira.vackbot.com -o jira.html
如果是解压问题放到windows解压在上传


扫描完会生成一个目录,里面是漏洞报告
参考链接:
安装方法:
https://github.com/zan8in/afrog/blob/main/docs/GUIDE.md
下载链接:
https://github.com/zan8in/afrog/releases
使用介绍:
https://github.com/zan8in/afrog


413

被折叠的 条评论
为什么被折叠?



