Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

wannabewastaken/admin-finder

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.