Hello, welcome to another post in this article. I’ll show you how to find the website admin page with the okadminfinder3 tool.
What is the Okadminfinder3 Tool?
OKadminFinder is a licensed Apache2 utility rewritten in Python 3.x for administrators/pentester looking to find the admin panel of a website. There are many other remedies, but not as effective and safe. Yes, Okadminfinder can use tor and hide your identity
Features of find admin page of website
More than 500 potential admin panels
Tor & Proxy
Random-Proxy
Random-Agents
Console work with params, like:
okadminfinder.py -u example.com --proxy 127.0.0.1:8080
Self-Update
Classify admin panel links by popularity
Multithreading, for faster work
Adding more potential admin panel pages
Requirements
Python and python2 program
Git package
How to find admin page of website
Step 1:
First of all, we need to download the okadminfinder3 tool, so enter the following command in your terminal.
https://github.com/mIcHyAmRaNe/okadminfinder3.git

Step 2:
Now change directory to okadminfinder3 tool, so run the following command
cd okadminfinder3

Step 3:
After that execute the following commands to find the target admin log-in page.
python3 okadminfinder.py -u (target website address)

I hope this article helps you a lot, if you have any questions feel free to ask me in the commands section.