A clean and customizable Python CLI tool for scanning websites to find potential admin login panels.
Designed for red teamers, bug bounty hunters, and curious minds.
- Fast and simple admin panel scanner
- Default wordlist included (can also use custom wordlists)
- Random User-Agent for every scan
- Clean CLI output with color-coded results
- Gracefully handles
Ctrl + Cinterruption - Zero dependencies outside the basics
π Python 3.6+ is required
- Clone the repo
git clone https://github.com/IanNarito/AdminFinder
cd AdminFinder
pip install -r requirements.txt
python3 main.py --url https://example.com