AdminBusterPro
Overview
AdminBusterPro is a tool designed to assist in administrative panel discovery. This README provides instructions for setup and usage.
Setup
- Clone the repository:
git clone https://github.com/hackerjoe69/AdminBusterPro.git - Navigate to the project directory:
cd AdminBusterPro
Usage
Basic usage with default wordlist
python3 adminbusterpro.py -t example.com
With custom wordlist
python3 adminbusterpro.py -t example.com -w adminbusterpro.txt
With more threads and random user agents
python3 adminbusterpro.py -t example.com -th 20 -ua
With longer timeout and no SSL verification
python3 adminbusterpro.py -t example.com -to 10 --no-ssl-verify