Tomcter

Python Tomcat Login Bruteforce

⚡ 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. Insert the targets URL on src/core/data/urls.txt file (ex: https://www.google.com)
4. Run Tomcter with python3 main.py

? 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

  • Fast bruteforce
  • Low RAM and CPU usage
  • Open-Source

? To-Do

  • [] Improve Tomcat detection
  • [] Improve code

? 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

GitHub

https://github.com/oppsec/tomcter