All Projects → s0md3v → Breacher

s0md3v / Breacher

Licence: gpl-3.0
An advanced multithreaded admin panel finder written in python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Breacher

Deploy
一个多服务器端口租用管理面板
Stars: ✭ 269 (-30.85%)
Mutual labels:  admin-panel
Fuzzdicts
Web Pentesting Fuzz 字典,一个就够了。
Stars: ✭ 4,013 (+931.62%)
Mutual labels:  directory
Personalsit.es
📇 A little directory of people's personal sites
Stars: ✭ 329 (-15.42%)
Mutual labels:  directory
Mozillians
Mozilla community directory -- A centralized directory of all Mozilla contributors!
Stars: ✭ 288 (-25.96%)
Mutual labels:  directory
Markserv
🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit
Stars: ✭ 304 (-21.85%)
Mutual labels:  directory
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+818.51%)
Mutual labels:  admin-panel
Copy
Go copy directory recursively
Stars: ✭ 264 (-32.13%)
Mutual labels:  directory
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (-9.25%)
Mutual labels:  admin-panel
Support
JS.coach is a manually curated list of packages related to React, Webpack, Babel and PostCSS
Stars: ✭ 305 (-21.59%)
Mutual labels:  directory
Kafka Webview
Full-featured web-based Apache Kafka consumer UI
Stars: ✭ 319 (-17.99%)
Mutual labels:  admin-panel
Laravel Authentication Acl
Laravel authentication and ACL admin panel package based on sentry
Stars: ✭ 292 (-24.94%)
Mutual labels:  admin-panel
Deskapp
DeskApp Admin is a free to use Bootstrap 4 admin template.
Stars: ✭ 296 (-23.91%)
Mutual labels:  admin-panel
Webdir
网站目录
Stars: ✭ 316 (-18.77%)
Mutual labels:  directory
Okadminfinder3
[ Admin panel finder / Admin Login Page Finder ] ¢σ∂є∂ ву 👻 (❤-❤) 👻
Stars: ✭ 279 (-28.28%)
Mutual labels:  admin-panel
Admin Bro
AdminJS is an admin panel for apps written in node.js
Stars: ✭ 4,433 (+1039.59%)
Mutual labels:  admin-panel
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (-29.82%)
Mutual labels:  admin-panel
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+800%)
Mutual labels:  directory
Serve Index
Serve directory listings
Stars: ✭ 360 (-7.46%)
Mutual labels:  directory
Dtags
Directory Tags for Lazy Programmers
Stars: ✭ 351 (-9.77%)
Mutual labels:  directory
Laravel Multiauth
Multi Auth and admin auth in Laravel Project
Stars: ✭ 315 (-19.02%)
Mutual labels:  admin-panel

Breacher

A script to find admin login pages and EAR vulnerabilites.

Features

  • [x] Multi-threading on demand
  • [x] Big path list (482 paths)
  • [x] Supports php, asp and html extensions
  • [x] Checks for potential EAR vulnerabilites
  • [x] Checks for robots.txt
  • [x] Support for custom patns

Usages

  • Check all paths with php extension
python breacher -u example.com --type php
  • Check all paths with php extension with threads
python breacher -u example.com --type php --fast
  • Check all paths without threads
python breacher -u example.com
  • Adding a custom path. For example if you want all paths to start with /data (example.com/data/...) you can do this:
python breacher -u example.com --path /data

Note: When you specify an extension using --type option, Breacher includes paths of that extension as well as paths with no extensions like /admin/login

Video Demo

Breacher

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].