- A script of easy way to find admin panel of a site written in Python3. The script actually bruteforce the possible directories and returns the HTTP response code. You can add your own directories by editing "admin_panels.txt" file.
git clone https://github.com/CyberCommands/Admin-finder.git
cd Admin-finder/
pip install -r requirements.txt
python3 finder.py <Target Url>
For example
python3 finder.py http://example.com