admin-panel-finder: A powerful admin login page finder in python
admin_panel_sniffer
A powerful admin login page finder in python. Should work with both python 2 and 3.
Features:
- Huge dictionary file, which of course can be changed to anything you want.
- Progress tracking, if connection drops and the script has to stop for one reason or another, it’ll give you the links that it could find and a progress parameter that you can provide the next time you run the program so you don’t have to start from the beginning again.
- User can specify the website page extension (.asp, .php etc) to narrow down the search options.
- Results can be saved to a text file for future reference, and the user may choose to silence the script so that it doesn’t show every link as it tests it.
- Ability to pull robots.txt which sometimes might save you having to search the dictionary file as it often contains the link to the panel. The script attempts to parse robots.txt.
- self-changing user-agent that (a) keeps changing itself so that you don’t end up getting blocked and (b) mimics a browser’s user-agent to further minimize the chance that you get locked outside.
Download
git clone https://github.com/MonroCoury/admin-panel-finder.git
Use
python3 admin_panel_sniffer.py -h
Copyright (c) 2017 Monro Coury
Source: https://github.com/MonroCoury/