A professional, high-performance Admin Panel Finder developed for academic research and ethical security testing. This tool features a state-of-the-art GUI with a custom teal-themed design and multi-threaded scanning capabilities.
- Premium Modern GUI: Built with
CustomTkinterfor a sleek, glass-morphism aesthetic. - Dynamic Color Palette: Custom-themed using a professional teal and off-white design system.
- High-Performance Scanning: Multi-threaded engine (up to 15 concurrent probes) for rapid results.
- Intelligent Detection:
- Supports HTTP & HTTPS protocols.
- Detects Redirects (301/302) and Forbidden (403) responses.
- Mimics real browser traffic using custom
User-Agent.
- Audit Logging: Automatically generates
scan_results_gui.txtfor project documentation and reporting. - Pill-Shaped UI: Modern curved buttons and input fields for a premium feel.
The application follows a curated color palette:
Dark Teal (#135D77)- BackgroundMedium Teal (#0B8394)- Headers & Primary ActionsLight Mint (#80B1B6)- Accent Details & ProgressOff-White (#E8F2F6)- Inputs & Text
- Python: Ensure you have Python 3 installed on your system.
- Dependencies: Open PowerShell and run the following command to install the required libraries:
python -m pip install customtkinter requests
Double-click gui_scanner.py or run:
python gui_scanner.pyFor terminal-only use, run:
python scanner.pyThis project demonstrates key cybersecurity and software engineering concepts:
- Concurrency: Asynchronous network I/O.
- Network Protocols: Handling HTTP status codes and headers.
- UI/UX Design: Creating professional interfaces for security software.
- Audit Trails: Implementing logging for forensic documentation.
This tool is intended for ethical security testing and educational purposes only. Unauthorized scanning of websites without explicit permission from the owner is illegal and punishable by law. Always obtain proper authorization before using this tool.