This is a simple Python script that helps you find admin panel login pages of websites by checking various common URLs.
β
Supports HTTP & HTTPS for better compatibility
β
Displays HTTP error codes for debugging
β
Handles missing files gracefully
β
Simple & lightweight script
link.txt
file containing potential admin panel paths (one per line)$ git clone https://github.com/nomankarim8/admin-panel-finder.git
$ cd admin-panel-finder
No extra dependencies are required; just ensure Python 3 is installed.
Create a link.txt
file and add possible admin panel URLs (one per line), e.g.:
admin
admin/login.php
admincp
administrator
$ python3 finder.py
When prompted, enter the website domain (e.g., example.com
or www.example.com
).
Enter Site Name (ex: example.com or www.example.com): example.com
Checking for available admin panels...
[OK] => https://example.com/admin
[403] https://example.com/admincp - Forbidden
[404] https://example.com/administrator - Not Found
β οΈ This tool is intended for ethical security testing and educational purposes only. Unauthorized scanning of websites without permission is illegal and punishable by law. Always obtain proper authorization before using this tool.
π€ Noman Karim
π GitHub: nomankarim8
β If you found this tool useful, donβt forget to star the repository!