OKadminFinder is an Apache2 Licensed utility, rewritten in Python 3.x, for admins/pentesters who want to find admin panel of a website. There are many other tools but not as effective and secure. Yeah, Okadminfinder has the the ability to use tor and hide your identity.
Requirements
Linux
sudo apt install tor
sudo apt install python3-socks (optional)
pip3 install –user -r requirements.txt
Windows
download tor expert bundle pip3 install -r requirements.txt
Also Read – Silver : Mass Scan IPs For Vulnerable Services
Usage
Preview
Linux
git clone https://github.com/mIcHyAmRaNe/okadminfinder3.git
cd okadminfinder3
chmod +x okadminfinder.py
python3 okadminfinder.py
Windows
download & extract zip
cd okadminfinder3
py -3 okadminfinder.py
okadminfinder=py -3 "%pentestbox_ROOT%/bin/Path/to/okadminfinder3/okadminfinder.py" $*
to C://Pentestbox/bin/customtools/customaliases
file and so you’ll be able to launch it using okadminfinder
Features
okadminfinder.py -u example.com --proxy 127.0.0.1:8080
okadminfinder : admin page finder
okadminfinder3 : admin page finder (update)
admin panel finder Kali Linux 2018.3
You can also check Mentioning Fierce Gaming PC.
Nmap (Network Mapper) is a free tool that helps you find devices on a network,…
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…