All Projects → MonroCoury → Admin Panel Finder

MonroCoury / Admin Panel Finder

Licence: mit
A powerful admin login page finder in python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Admin Panel Finder

Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+13667.21%)
Mutual labels:  admin-dashboard, admin-panel
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+478.69%)
Mutual labels:  admin-dashboard, admin-panel
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+5757.38%)
Mutual labels:  admin-dashboard, admin-panel
Empathy
❤️ Lightweight admin dashboard build with Tailwindcss, PurgeCSS, Vuejs, Fontawesome 5.
Stars: ✭ 51 (-16.39%)
Mutual labels:  admin-dashboard, admin-panel
Doctype admin
Laravel Admin Panel for lazy developers. Contains User Management, Roles and Permission Management, Activity Logging and integratable packages
Stars: ✭ 44 (-27.87%)
Mutual labels:  admin-dashboard, admin-panel
Deskapp
DeskApp Admin is a free to use Bootstrap 4 admin template.
Stars: ✭ 296 (+385.25%)
Mutual labels:  admin-dashboard, admin-panel
Admin Bro
AdminJS is an admin panel for apps written in node.js
Stars: ✭ 4,433 (+7167.21%)
Mutual labels:  admin-dashboard, admin-panel
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+4737.7%)
Mutual labels:  admin-dashboard, admin-panel
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (+754.1%)
Mutual labels:  admin-dashboard, admin-panel
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (+688.52%)
Mutual labels:  admin-dashboard, admin-panel
Windmill Dashboard React
❄ A multi theme, completely accessible, ready for production dashboard.
Stars: ✭ 283 (+363.93%)
Mutual labels:  admin-dashboard, admin-panel
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+1031.15%)
Mutual labels:  admin-dashboard, admin-panel
Okadminfinder3
[ Admin panel finder / Admin Login Page Finder ] ¢σ∂є∂ ву 👻 (❤-❤) 👻
Stars: ✭ 279 (+357.38%)
Mutual labels:  admin-dashboard, admin-panel
Rademade admin
Best rails admin panel!
Stars: ✭ 40 (-34.43%)
Mutual labels:  admin-dashboard, admin-panel
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (+347.54%)
Mutual labels:  admin-dashboard, admin-panel
Laravel Multiauth
Multi Auth and admin auth in Laravel Project
Stars: ✭ 315 (+416.39%)
Mutual labels:  admin-dashboard, admin-panel
motor-admin
Deploy a no-code admin panel for any application in less than a minute. Search, create, update, and delete data entries, create custom actions, and build reports.
Stars: ✭ 1,145 (+1777.05%)
Mutual labels:  admin-dashboard, admin-panel
lightence-admin
Free and easy-to-use admin template based on React 17+
Stars: ✭ 337 (+452.46%)
Mutual labels:  admin-dashboard, admin-panel
Kongdash
An elegant desktop client for Kong Admin API
Stars: ✭ 449 (+636.07%)
Mutual labels:  admin-dashboard, admin-panel
Litstack
Build content-administration-panels in Laravel
Stars: ✭ 602 (+886.89%)
Mutual labels:  admin-dashboard, admin-panel

admin_panel_sniffer

A powerful admin login page finder in python.. Should work with both python 2 and 3.

Features:

  • Huge dictionary file, which of course can be changed to anything you want.
  • Progress tracking, if connection drops and the script has to stop for one reason or another, it'll give you the links that it could find and a progress parameter that you can provide the next time you run the program so you don't have to start from the beginning again.
  • User can specify the website page extension (.asp, .php etc) to narrow down the search options.
  • Results can be saved to a text file for future reference, and the user may choose to silence the script so that it doesn't show every link as it tests it.
  • Ability to pull robots.txt which sometimes might save you having to search the dictionary file as it often contains the link to the panel. The script attempts to parse robots.txt.
  • self changing user-agent that (a) keeps changing itself so that you don't end up getting blocked and (b) mimics a browser's user-agent to further minimize the chance that you get locked outside.

Use:

python admin_panel_sniffer.py --domain [target domain] --progress [index of the page the script reached last run] --page_extension [website language] --strict [True or False] --save [Save the results to a text file?] --verbose [print links as they're tested?] --wordlist [dictionary file to use] --robots [if True don't enter anything else except the domain name]

  • domain is obvious.
  • progress: the index of the page the script reached last run.. The script displays and saves this value in the results file after every run. 0 starts from the beginning.
  • page_extension: whether the website uses html asp php... default value is a which checks everything...
  • strict: whether or not you care about 403 and 401 responses.
  • verbose: whether or not you want the script to show each link as it's being tested

or:

  • python admin_panel_sniffer.py --domain [target domain] --robots True to search in the robots.txt file that usually contains the admin panel

python admin_panel_sniffer.py h or help for more details.. or of course take a look at the source code ;)

PS: written for pure testing, author not responsible for misuse.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].