Select Color


Welcome

I'm AnonyminHack5 Tech.

Web Designer & Programmer



Dark mode: OFF


How to find admin panel page of a site in termux and linux

This Section of this site will teach you how to find the admin panel of a site using termux and linux in your terminal using a simple script


What is Admin Finder?

Admin finder is a script made in python which finds the admin panel of a website using both HTTP protocol and HTTPS protocol. It was made by the-robot but AnonyminHack5 has modiefied it to be much better than original one adding more likely possible admin panels to it. Another script which can likely get the admin panel of a site is Katana.

How to Install Admin-Finder

Installation of Admin-Finder is so simple and straight forward


Watch How to get admin panel of a site using Admin-Finder

Update and Upgrade your repo
For Termux: pkg update -y && pkg upgrade -y
For Linux: sudo apt update -y && sudo apt upgrade -y

Install git into your terminal
For Termux: pkg install git -y
For Linux: sudo apt install git -y

Clone my repository
For Both: git clone https://github.com/TermuxHackz/admin-finder

Go into directory and grant permissions to all files
For Both: cd admin-finder && chmod +x *

Run and start admin-finder
For Both: python2 adm-finder.py

Admin finder


I hope the installation of admin-finder has been cleared up and easy to use, if you face errors during installation be sure to report them to me and i will help you fix them.



This Video Shows me getting the admin panel of a website using admin-finder script
Download Video
Go back