A simple Perl-based Admin Control Panel Finder that helps developers, website owners, and security learners discover possible admin login paths on their own websites or authorized test environments.
This tool checks common admin panel URLs for different web technologies including PHP, ASP, ASPX, CFM, JS, CGI, and BRF.
⚠️ This project is created strictly for educational, research, and authorized security testing purposes only. Do not scan websites you do not own or do not have permission to test.
- Find possible admin login panels
- Supports multiple website source types:
- PHP
- ASP
- ASPX
- CFM
- JS
- CGI
- BRF
- Checks common admin paths automatically
- Detects login pages using keywords like username, password, admin password, and login fields
- Beginner-friendly command-line interface
- Lightweight Perl script
- Useful for ethical hacking labs, cybersecurity learning, and website security audits
This tool can be useful for:
- Website owners checking exposed admin URLs
- Developers auditing their own websites
- Cybersecurity students learning reconnaissance basics
- Bug bounty learners practicing only on authorized targets
- Local lab testing with DVWA, OWASP Juice Shop, or custom test websites
Make sure Perl is installed on your system.
You also need the following Perl modules:
cpan install LWP::UserAgent
cpan install HTTP::Request