OKadminFinder, for admins/pentesters who want to find admin panel of a website.
1.1K
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
sudo apt install tor
sudo apt install python3-socks (optional)
pip3 install --user -r requirements.txt
download tor expert bundle
pip3 install -r requirements.txt
git clone https://github.com/mIcHyAmRaNe/okadminfinder3.git
cd okadminfinder3
chmod +x okadminfinder.py
python3 okadminfinder.py
download & extract zip
cd okadminfinder3
py -3 okadminfinder.py
you can add an alias by adding this line: 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
$ docker build -t xshuden/okadminfinder .
$ docker run --rm -it xshuden/okadminfinder
$ docker run --rm -it xshuden/okadminfinder -u google.com
okadminfinder.py -u example.com --proxy 127.0.0.1:8080Content type
Image
Digest
Size
27.5 MB
Last updated
over 7 years ago
docker pull xshuden/okadminfinder