Skip to content

CyberCommands/Admin-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Panel Finder

Python3.x PEP8

  • 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.

Installation & Usage

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

Releases

No releases published

Packages

No packages published

Languages