"The Byakugan sees through all⦠even hidden admin panels!"
Byakugan Finder is a fast and efficient admin panel scanner that helps penetration testers and ethical hackers discover hidden admin login pages on websites. It uses multithreading to speed up scanning and is inspired by the Byakugan ability from Naruto! πͺοΈ
βοΈ Multithreading for fast scanning
βοΈ Custom wordlists for better accuracy
βοΈ Saves results to a file automatically
βοΈ User-friendly and beginner-friendly
βοΈ Works on Windows, Linux, and macOS
1οΈβ£ Clone the Repository
git clone https://github.com/Krupal1574/Byakugan-Finder.git
cd Byakugan-Finder
2οΈβ£ Install Dependencies
pip install -r requirements.txt
python byakugan_finder.py -u "https://example.com/"
python byakugan_finder.py -u "https://example.com/" -w "my_wordlist.txt"
python byakugan_finder.py -u "https://example.com/" -o "admin_results.txt"
[*] Byakugan Activated... Scanning 500 paths!
[+] Found: https://example.com/admin (Status: 200)
[+] Found: https://example.com/wp-admin (Status: 200)
[-] Not Found: https://example.com/administrator (Status: 404)
[-] Not Found: https://example.com/cpanel (Status: 403)
[+] Scan Complete! Results saved in found_panels.txt
If you need stronger wordlists, check these out:
- SecLists Admin Panels: π GitHub Link
- FuzzDB Admin Paths: π GitHub Link
I am not responsible for any misuse or illegal activities using this script.
π¨βπ» Krupal Prajapati
π GitHub: @Krupal1574
π If you found this tool useful, star the repo β and follow for more cool projects! π
π₯ Happy Hacking! π