onlinetools - 一款线上工具箱,收集整理了一些渗透测试过程中常见的需求
一颗小胡椒2023-01-05 09:52:26
onlinetools:
这是一款线上工具箱,收集整理了一些渗透测试过程中常见的需求
现在已经包含的功能有:
在线cms识别|信息泄露|工控|系统|物联网安全|cms漏洞扫描|nmap端口扫描|子域名获取
部署方法:
git clone https://github.com/iceyhexman/onlinetools.git cd onlinetools pip3 install -r requirements.txt nohup python3 main.py &
Docker 部署:
git clone https://github.com/iceyhexman/onlinetools.git cd onlinetools docker build -t onlinetools . docker run -d -p 8000:8000 onlinetools #浏览器打开: http://localhost:8000/
运行截图:
GitHub地址:
https://github.com/iceyhexman/onlinetools

一颗小胡椒
暂无描述