Skip to content

Byakugan Finder πŸ‘οΈ is a fast, multithreaded admin panel scanner for ethical hackers. Inspired by Naruto, it finds hidden login pages, supports custom wordlists, and auto-saves results. βš‘πŸ”

License

Notifications You must be signed in to change notification settings

Krupal1574/Byakugan-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‘οΈ Byakugan Finder - Admin Panel Scanner

"The Byakugan sees through all… even hidden admin panels!"

πŸŒ€ About

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! πŸŒͺ️

⚑ Features

βœ”οΈ 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


πŸ“₯ Installation

1️⃣ Clone the Repository

git clone https://github.com/Krupal1574/Byakugan-Finder.git
cd Byakugan-Finder

2️⃣ Install Dependencies

pip install -r requirements.txt

πŸš€ Usage

Basic Scan

python byakugan_finder.py -u "https://example.com/"

Using a Custom Wordlist

python byakugan_finder.py -u "https://example.com/" -w "my_wordlist.txt"

Save Results to a File

python byakugan_finder.py -u "https://example.com/" -o "admin_results.txt"

🎯 Example Output

[*] 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

πŸ”— Wordlists for Better Results

If you need stronger wordlists, check these out:


πŸ›‘οΈ Legal Disclaimer

⚠️ Use this tool only for ethical hacking and security testing on websites you have permission to test.
I am not responsible for any misuse or illegal activities using this script.


πŸ‘€ Developer

πŸ‘¨β€πŸ’» Krupal Prajapati
πŸ”— GitHub: @Krupal1574

πŸ’™ If you found this tool useful, star the repo ⭐ and follow for more cool projects! πŸš€


πŸ”₯ Happy Hacking! πŸŒ€

About

Byakugan Finder πŸ‘οΈ is a fast, multithreaded admin panel scanner for ethical hackers. Inspired by Naruto, it finds hidden login pages, supports custom wordlists, and auto-saves results. βš‘πŸ”

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages