onlinetools – 一款线上工具箱,收集整理了一些渗透测试过程中常见的需求
onlinetools:
这是一款线上工具箱,收集整理了一些渗透测试过程中常见的需求
现在已经包含的功能有:
在线cms识别|信息泄露|工控|系统|物联网安全|cms漏洞扫描|nmap端口扫描|子域名获取
部署方法:
git clone https://github.com/iceyhexman/onlinetools.gitcd onlinetoolspip3 install -r requirements.txtnohup python3 main.py &
Docker 部署:
git clone https://github.com/iceyhexman/onlinetools.gitcd onlinetoolsdocker build -t onlinetools .docker run -d -p 8000:8000 onlinetools #浏览器打开:http://localhost:8000/
运行截图:
GitHub地址:
https://github.com/iceyhexman/onlinetools
文章来源:系统安全运维
黑白之道发布、转载的文章中所涉及的技术、思路和工具仅供以安全为目的的学习交流使用,任何人不得将其用于非法用途及盈利等目的,否则后果自行承担!
如侵权请私聊我们删文
END