Skip to content
forked from oppsec/tomcter

😹 Tomcter is a python tool developed to bruteforce Apache Tomcat manager login with default credentials.

License

Notifications You must be signed in to change notification settings

5l1v3r1/tomcter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😹 Tomcter

Stealing credentials from a yellow cat




😹 Tomcter is a python tool developed to bruteforce Apache Tomcat manager login with default credentials.


⚡ Installing / Getting started

A quick guide of how to install and use 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

If you want to use Tomcter in a Docker container, follow this commands:

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



⚙️ Pre-requisites

  • Python 3 installed on your machine.
  • Install the libraries with pip3 install -r requirements.txt



✨ Features

  • Works with ProxyChains
  • Fast Brute-Force
  • Low RAM and CPU usage
  • Open-Source
  • Python ❤️



🔨 Contributing

A quick guide of how to contribute with the project.

1. Create a fork from Tomcter repository
2. Clone the repository with git clone https://github.com/your/tomcter.git
3. Type cd tomcter/
4. Create a branch and make your changes
5. Commit and make a git push
6. Open a pull request



⚠️ Warning

  • The developer is not responsible for any malicious use of this tool.

About

😹 Tomcter is a python tool developed to bruteforce Apache Tomcat manager login with default credentials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.4%
  • Dockerfile 5.6%