okadminfinder: admin panel finder

Ghostboy-287 [ghost-287]
6 years ago | edited 5 years ago

0

Hello,

Today, i wanted to share with you a tool which you ll probably need in your penetration testing ^^
it let to discover most of admin login pages (panels) ; it’s simple, easy to use and can be used through tor, http/https proxies …

Source: https://github.com/mIcHyAmRaNe/okadminfinder3

Have a good day

19replies
13voices
4,267views
SilentKiller44
6 years ago

0

Thanks ghost-287 for sharing this tool with us

6 replies have been removed

1

you’re welcome :3

script01
6 years ago

0

thanks, can you brief more on how to use the software

Ghostboy-287 [ghost-287]
6 years ago | edited 5 years ago

1

@script01 to use it’s simple:
git clone https://github.com/mIcHyAmRaNe/okadminfinder3.git cd okadminfinder3 chmod +x okadminfinder.py

./okadminfinder.py or python3 okadminfinder.py

and here you ll have an interactive interface that asks you to choose one option:

  • if you want to use the script through tor just enter : 1 or tor
  • if you want to use the script through an http proxy choose: 2 or proxy
  • if you want to use the script through your real ip (not secure) just click enter button without writing anything or write 3 and click enter

after it will ask you to enter the url of the website you want to search for its admin panel: so just enter for example: test.com or www.test.com

you can check: https://github.com/mIcHyAmRaNe/okadminfinder3#usage

x2600
6 years ago

0

Interesting share. I will have a look.

Elian
6 years ago

0

ghost-287 +1 Thks ;-)


0

@Elian you’re welcome,
if you have any ideas to improve the script, if you think something is missing, do not hesitate to inform me :)

script01
6 years ago

0

thanks man

script01
6 years ago

0

is it only for linux

Smyler [WHGhost]
6 years ago

0

No, it is a python script, and python is a wora language (write once run anywhere), so it should run well under Windows as well. There is a section for Windows installation on the README file, have a look at it from the repo. Note also that you will have to deal with lots of tools which will only be available for Linux if you want to go further in hacking.


0

@script01 it can work on windows but there will be just a slight disadvantage: there will be no colors ==> for example if the script have to show test on red color python will show it [31mtest

it s a bug of the python module we use to print a text in color named colorama , they are working on it but seems difficult to find a great fix, they found a fix but that fix provoked another bug so they removed the fix ; python developers will probably try to find a solution too
https://github.com/tartley/colorama/issues/103

and as WHGhost i also recommend you to have linux to learn well and progress in the field of pentest
or at least https://pentestbox.org/ that will allow you to have some of pentest linux tools like the basic commands (nc, ls, git, cat…) metasploit, nmap, sqlmap… all this under windows but you won’t be able to hack wifi or use wireless tools (windows compatibility problem)
https://www.youtube.com/results?search_query=pentestbox

germanjames7810
6 years ago

0

Hello please can anyone help me solve the issues of this okadminfinder .. I keep getting this error in my Kali linux root

root@kali:~/Downloads# git clone https://github.com/Ghostboy-287/okadminfinder3.git
Cloning into ‘okadminfinder3’…
remote: Counting objects: 108, done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 108 (delta 12), reused 0 (delta 0), pack-reused 75
Receiving objects: 100% (108/108), 33.17 KiB | 0 bytes/s, done.
Resolving deltas: 100% (46/46), done.
root@kali:~/Downloads# cd okadminfinder3
root@kali:~/Downloads/okadminfinder3# ls
Classes LICENSE LinkFile okadminfinder.py README.md requirements.txt
root@kali:~/Downloads/okadminfinder3# chmod +x okadminfinder.py
root@kali:~/Downloads/okadminfinder3# clear
root@kali:~/Downloads/okadminfinder3# ./okadminfinder.py
Traceback (most recent call last):
File “./okadminfinder.py”, line 12, in
from colorama import Fore, Back, Style
ImportError: No module named ‘colorama’
root@kali:~/Downloads/okadminfinder3# python3 okadminfinder.py
Traceback (most recent call last):
File “okadminfinder.py”, line 12, in
from colorama import Fore, Back, Style
ImportError: No module named ‘colorama’
root@kali:~/Downloads/okadminfinder3#

Ghostboy-287 [ghost-287]
6 years ago | edited 5 years ago

0

@germanjames7810 you have to install the requirements : http://github.com/mIcHyAmRaNe/okadminfinder3#requirements
pip3 install -r requirements.txt --upgrade

Ghostboy-287 [ghost-287]
6 years ago | edited 6 years ago

1

new version released: now you are able to use:

  • a command-line interface:
    ./okadminfinder.py --url example.com --proxy 127.0.0.1:80 --tor --random-agent --verbose

  • an interactive interface:
    ./okadminfinder.py --interactive

use: ./okadminfinder.py --help for more details :)

tomorrow I’m gonna try to code an updater:
./okadminfinder.py –update
i have a good idea how it will work but it will be a little bit complicated to code :/

Have a good day/night
Enjoy pentesting

script01
6 years ago

0

ok, i searched you guys in irs but couldnt find you . am using icechat9.17


0

@script01 , me, I often log on to freenode server

chat.freenode.net
irc.freenode.net

I’m often in ##learnpython channel which is for me the best channel for ever, they are some cool guys who help others to learn (python), explain their fuzzy points and share their experiences.

the irc server of hackthis is practically dead so I don’t connect to it.

script01
6 years ago

0

ok i will find you

2 replies have been removed
EGOYT03
2 years ago

0

i’ve got this error"ModuleNotFoundError" idk if it’s from py ver or from windows anyway need help
ty advance

jarvisanai
2 years ago | reply to #91044

0

install all the modules listed in requirements.txt by running the command pip/pip3 install -r requirements.txt

I hope it helps
thank you

You must be logged in to reply to this discussion. Login
1 of 20

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss