admin-finder

admin-finder

Usage · Features · Install

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

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. ```bash > pkg update -y > pkg install git -y ``` Let's cloning it into your computer. ```bash > 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. ```bash > sudo apt update -y > sudo apt install git -y ``` Let's cloning it into your computer. ```bash > git clone https://github.com/wannabewastaken/admin-finder ```