Admin-Scanner: Website Admin Panel Finder
Admin-Scanner –
Website Admin Panel FinderThis tool is designed to find the admin panel of any website by using a custom wordlist or default wordlist easily.
Download
git clone https://github.com/alienwhatever/Admin-Scanner.git
Use
-site <url of website> – Website to scan
–proxy <prorocol>-<proxyserverip:port> – Scan admin panel using proxy server
–t <second(s)> – Time delay for a thread to scan (To prevent from getting HTTP 508)
–w <path/of/custom/wordlist> – custom wordlist
Example:
./scan.py -site example.com
./scan.py -site example.com –t 1
./scan.py -site example.com example2.com
./scan.py -site example.com –w /custom/wordlist/list.txt
./scan.py –proxy http-1.2.3.4:8080 -site example.com