onlinetools:
部署方法:
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/
运行截图:
https://github.com/iceyhexman/onlinetools
好文推荐
原文始发于微信公众号(系统安全运维):onlinetools - 一款线上工具箱,收集整理了一些渗透测试过程中常见的需求
特别标注:
本站(CN-SEC.COM)所有文章仅供技术研究,若将其信息做其他用途,由用户承担全部法律及连带责任,本站不承担任何法律及连带责任,请遵守中华人民共和国安全法.
- 我的微信
- 微信扫一扫
-
- 我的微信公众号
- 微信扫一扫
-
评论