Web Admin Panel Finder
Written in Go
-
π Web Admin Panel Brute-Forcing:
Discovers hidden directories, files, and admin panels on a web server using brute-forcing techniques. -
β‘ Efficient Scanning:
Utilizes concurrent requests to speed up the scanning process, ensuring faster discovery of paths and files. -
π΅οΈββοΈ Detailed Status Reporting:
Provides feedback on server responses with color-coded status codes for easy identification. -
π― User-Friendly Interface:
Offers a clear and concise command-line interface with helpful usage instructions and examples. -
π Comprehensive User Manual:
Includes well-documented help and version information to assist users in navigating and utilizing the tool effectively.
- Arch-based Linux:
sudo pacman -S go
- Debian-based Linux:
sudo apt install golang -y
- Fedora:
sudo dnf install golang
- Termux:
pkg install golang -y
- OpenSUSE:
sudo zypper install go
- Void Linux:
sudo xbps-install go
- For Linux:
git clone https://github.com/Anon-404/Go2Admin cd Go2Admin go build -o Go2Admin - For Termux:
git clone https://github.com/Anon-404/Go2Admin cd Go2Admin go build -o Go2Admin
./Go2Admin -d <domain>- Using a custom wordlist:
./Go2Admin -d <domain> wordlist.txt
-d,--domain
π Domain Input:
Specify the target domain for scanning.
-
-h,--help
π Help:
Displays this help page with descriptions of all available commands and options. -
-v,--version
π Version:
Prints the current version number of Go2Admin.
- Using the built-in wordlist:
./Go2Admin -d <domain>
- Using a custom wordlist:
./Go2Admin -d <domain> wordlist.txt
For more information or assistance, use the -h option to display the help page.
Contributions are welcome! Feel free to open issues or submit pull requests.