A script used to find the admin login page of a website
./admin-finder.sh [option] [value]
Option | Value | Description |
---|---|---|
-h, --help | None | Show this help message and exit |
-u, --url | url | Target url (e.g. 'www.example.com' or 'example.com') |
-t, --thread | thread | Set thread number (default: 100) |
-w, --wordlist | wordlist | Use custom wordlist |
- Web crawling
- Auto scanning robots.txt
- Checking potential EAR vulnerability
- Launch multiple process java on demand (bash multiprocess)
This script required dependencies of
curl >= 7.88.1
andcut >= 9.1
or higher.
Termux
Make sure you have already installed git
if you don't, run the code above.
> pkg update -y
> pkg install git -y
Let's cloning it into your computer.
> git clone https://github.com/wannabewastaken/admin-finder
Kali-Linux
Make sure you have already installed git
if you don't, run the code above.
> sudo apt update -y
> sudo apt install git -y
Let's cloning it into your computer.
> git clone https://github.com/wannabewastaken/admin-finder