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 […]
Read more