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
一顆小胡椒
暫無描述