Blazing fast admin panel finder with asyncio and aiohttp
╔════════════════════════════════════════════╗
║ . . ║
║ ,-. ,-| ,-,-. . ,-. ," . ,-. ,-| ,-. ,-. ║
║ ,-| | | | | | | | | |- | | | | | |-' | ║
║ `-^ `-^ ' ' ' ' ' ' | ' ' ' `-^ `-' ' ║
║ ' the-c0d3r ║
╚════════════════════════════════════════════╝
usage: admin-finder.py [-h] [-u URL] [-w WORDLIST] [-t THREADCOUNT]
Admin panel finder
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL Target url/website
-w WORDLIST, --wordlist WORDLIST
Wordlist to use, default 'wordlist.txt'
-t THREADCOUNT, --threadcount THREADCOUNT
Number of threads to use
[-] -u URL paremeter required
Disclaimer: For educational purpose only. Use at your own risk, it is very easy to detect such attempts
robot.txt
contains the keyword to scan for on the target website’s robot file. If they are found, it will be shown on screen.wordlist.txt
contains the wordlist that is used to build the urls for scanning@the-c0d3r, @Taimander, @B4DF4C3