Home
Softono
admin-panel-finder

admin-panel-finder

Open source MIT Python
76
Stars
23
Forks
8
Issues
1
Watchers
1 year
Last Commit

About admin-panel-finder

admin-panel-finder is a Python-based reconnaissance tool designed to locate administrative login pages on websites. The script includes a built-in database of over 7,000 common admin panel paths and supports subdomain discovery with a list of 800+ subdomain entries. It offers two main scanning methods: a subdomain searcher that probes target URLs for associated subdomains, and a manual path scanner that checks for admin directories using patch lists. The 2024 update introduced a 50-thread concurrency option for faster scanning results. The tool runs on Python 3 and requires the colored library for terminal output. It is compatible with Termux, Linux, and Windows 10 environments, making it accessible for mobile and desktop penetration testing workflows. Usage involves cloning the repository, navigating to the project directory, and running the script with a target URL. It is intended for security researchers and penetration testers conducting authorized web application security assessments and authorized recon

Platforms

Web Self-hosted

Languages

Python

Links

2024 update : add 50 threads for find faster ;) report bugs: t.me/AboutMji tel

GithubAllStars forthebadge made-with-python -----------------------------------------------------

admin panel finder python tool 🔥🔫

English: A powerful script for find login [admin] pages 💯 have +7000 link admin page ! And have 800+ subdamins !

A Python Script for find Web Site Admin Login Page.

فارسی: سابدامین800 + یک ابزار قدرتمند برای پیدا کردن پیج لاگین ادمین ! 💯 دارای 7000+ لینک پیج ادمین

start menu :

Screenshot_2022-07-03-22-25-01-337_com offsec nethunter kex

method 1

Screenshot_2022-07-03-22-26-04-575_com offsec nethunter kex

  • the subdomains searcher for find subdamins from {target_url}
  • example test with sub_manual:
  • target > google.com
  • example[1] > admin.google.com
  • example[2] > cpanel.google.com

    -------------------

method 2 :

Screenshot_2022-05-02-20-26-37-493_com offsec nethunter kex

  • the manual list search admin panels with [patch(dirs)]
  • Example search with manual list:
  • target > google.com
  • example[1] > google.com/admin
  • example[2] > google.com/cpanel

> Requirements:

Python3 pip3

How to install python on your device?:

نحوه نصب پایتون بر روی دستگاه شما ؟:

apt install -y python

Or یا

apt install -y python3

how to install pip3 on your device?:

نحوه نصب pip3 بر روی دستگاه شما:

apt install -y pip

Or یا

apt install -y pip3

If you get an error[fg not definded], enter this command:

اگر شما یک خطا مبنی بر اینکه fg تعریف نشده است دریافت کردید دستور زیر را وارد کنید:

pip install colored --upgrade

Or یا

pip3 install colored --upgrade

🪲 Tested on termux and linux and win10:

🪲 تست شده بر روی لینوکس و ترموکس و ویندوز10

📌 How to Launch ?

نحوه راه اندازی 📌 :

git clone https://github.com/C4ssif3r/admin-panel-finder

cd admin-panel-finder

python admin-finder.py