# admin-finder **Repository Path**: JohnX888/admin-finder ## Basic Information - **Project Name**: admin-finder - **Description**: 后台管理扫描工具 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # admin-finder ╔════════════════════════════════════════════╗ ║ . . ║ ║ ,-. ,-| ,-,-. . ,-. ," . ,-. ,-| ,-. ,-. ║ ║ ,-| | | | | | | | | |- | | | | | |-' | ║ ║ `-^ `-^ ' ' ' ' ' ' | ' ' ' `-^ `-' ' ║ ║ ' the-c0d3r ║ ╚════════════════════════════════════════════╝ ## Usage usage: admin-finder.py [-h] [-u URL] [-w WORDLIST] [-t THREADCOUNT] [-c CREDENTIALS] 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 -c CREDENTIALS, --credentials CREDENTIALS Basic http authentication credentials user:pass format [-] -u URL paremeter required Multi-threaded admin finder written in python **Disclaimer: For Educational Purpose only. Use at your own risk, it is very easy to detect such attempts** Features --- - Check the robots.txt file, see if there is any useful information in it - Locates admin webpage using over 800 lines of dictionary list - Http basic authentication support with `-c admin:pass` format Config --- - `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 Contributors --- @the-c0d3r, @Taimander, @B4DF4C3 TODO --- Convert the admin finder into a general purpose bruteforcing tool.