基于Python的Tomcat默认密码暴力破解、检测工具
作者:Sec-Labs | 发布时间:
工具介绍
😹 Tomcter是一个Python工具,用来破解Apache Tomcat管理登录使用的默认凭证。

⚡安装/入门
一个关于如何安装和使用Tomcter的快速指南
1. Clone the repository with: git clone https://github.com/oppsec/tomcter.git
2. Install the libraries with: pip3 install -r requirements.txt
3. Create a text file and place your targets in it
4. Run Tomcter with: python3 main.py -l filename.txt
🐳 Docker
如果你想在Docker容器中使用Tomcter,请遵循以下命令
1. Clone the repository - git clone https://github.com/oppsec/tomcter.git
2. Build the image - sudo docker build -t tomcter:latest .
3. Run container - sudo docker run tomcter:latest
前提条件
在你的机器上安装Python 3。
用 pip3 install -r requirements.txt 安装库。
✨功能介绍
- 与ProxyChain一起工作
- 快速的暴力破解
- 低内存和CPU占用率
- 开源
- Python ❤️
项目地址
标签:工具分享, 弱口令, 暴力破解