wannabewastaken / admin-finder

🧾 A script used to find the admin login page of a website.

Home Page:https://wannabewastaken.github.io/admin-finder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

admin-finder

A script used to find the admin login page of a website

Version Stargazers

 

Usage

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

Features

  • Web crawling
  • Auto scanning robots.txt
  • Checking potential EAR vulnerability
  • Launch multiple process java on demand (bash multiprocess)

How to install

This script required dependencies of curl >= 7.88.1 and cut >= 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

About

🧾 A script used to find the admin login page of a website.

https://wannabewastaken.github.io/admin-finder/

License:MIT License


Languages

Language:Shell 100.0%