Skip to content

Anon-404/Go2Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Go2Admin πŸ”Ž

Web Admin Panel Finder
Written in Go

Features ✨

  • πŸ” 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.

Installation πŸ› οΈ

Step 1: Install Golang

  • 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

Step 2: Clone and Build

  • 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

Usage πŸ§‘β€πŸ’»

./Go2Admin -d <domain>
  • Using a custom wordlist:
    ./Go2Admin -d <domain> wordlist.txt

Main Options:

  • -d, --domain
    πŸ›  Domain Input:
    Specify the target domain for scanning.

Additional Options:

  • -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.

Examples:

  • 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 🀝

Contributions are welcome! Feel free to open issues or submit pull requests.

About

Web admin panel finder written by golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages