Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adm-finder.py #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- Date: 10/05/2015

Python Script to find Web Site Admin Login Page.

# Installation for your Terminal

```
cd $HOME

git clone https://github.com/TermuxHackz/admin-finder

cd admin-finder

python2 adm-finder.py
```

# Script was Made by
*<a href="https://github.com/the-robot/admin-finder">the-robot</a>*

# Credits to
**AnonyminHack5**

# New features added
>[*] Added new admin login pages [+]
3 changes: 2 additions & 1 deletion adm-finder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Author: Hades.y2k
# Contrubutions: AnonyminHack5
# Version: 1.0
# Date: 11/05/2015
# License: <OpenSource GPL>
Expand Down Expand Up @@ -44,7 +45,7 @@ def admin_locate(self):
conn.connect() # Connecting the website
print bcolors.GREEN + "\t[+] Connection Established, It's Online.\n" + bcolors.ENDC
except (httplib.HTTPResponse, socket.error) as Exit:
print bcolors.RED + "\t[!] Cannot Connect the Website, It might be offline or invalid URL.\n" + bcolors.ENDC
print bcolors.RED + "\t[!] Cannot Connect to the Website, It might be offline or invalid URL.\n" + bcolors.ENDC
sys.exit()

print bcolors.YELLOW + "\t[*] Scanning: " + site + bcolors.ENDC + "\n"
Expand Down
17 changes: 17 additions & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ admin4/
admin5/
usuarios/
usuario/
:2068/
:2024/
file.php/
administrator/
moderator/
webadmin/
Expand Down Expand Up @@ -56,6 +59,20 @@ admin_login.html
panel-administracion/login.html
admin/cp.php
cp.php
ftp/
cpanel/
login.asp/
admin.asp/
cpanel/login.php
frontend/
cpanel-php/
cpanel-login/
login.aspx/
login/
Login/adminlogin.aspx
Admin4/AdminLogin.aspx
AdminLogin.aspx
adminLOGIN.aspx
administrator/index.php
administrator/login.php
nsw/admin/login.php
Expand Down