A python tool developed to bruteforce Apache Tomcat manager username and password

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