# Admin Login Finder Tool
Run the tool with the following command:
This tool helps in finding admin login panels and attempting to bypass restrictions by checking common admin paths and subdomains. It supports different technologies like PHP, ASP, and general admin panels.
Check Tool In Github : https://github.com/aungsanoo-usa/admin-finder
# Features
- Scans common admin paths for PHP and ASP-based applications.
- Checks subdomains like `admin.example.com`, `cpanel.example.com`, etc., for admin panels.
- Skips unreachable subdomains to avoid unnecessary scans.
- Detects false positives based on common error messages.
#Simply Clone the repository:
git clone https://github.com/aungsanoo-usa/admin-finder.git
# Requirements
To run this tool, you'll need to have Python installed along with the following packages:
- `requests`
- `argparse`
- `colorama`
You can install the required packages using:
pip install -r requirements.txt
Run the tool with the following command:
python3 admin-finder.py https://www.example.com
Tags:
Tools