Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s0md3v/Breacher
An advanced multithreaded admin panel finder written in python.
https://github.com/s0md3v/Breacher
admin-panel cpanel cpanl-finder directory directory-bruteforce python
Last synced: 15 days ago
JSON representation
An advanced multithreaded admin panel finder written in python.
- Host: GitHub
- URL: https://github.com/s0md3v/Breacher
- Owner: s0md3v
- License: other
- Created: 2017-04-03T09:24:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T15:40:32.000Z (6 months ago)
- Last Synced: 2024-10-28T20:45:29.573Z (16 days ago)
- Topics: admin-panel, cpanel, cpanl-finder, directory, directory-bruteforce, python
- Language: Python
- Homepage: http://teamultimate.in
- Size: 30.3 KB
- Stars: 742
- Watchers: 30
- Forks: 249
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - Breacher - An advanced multithreaded admin panel finder written in python..[![->](https://img.shields.io/github/stars/s0md3v/Breacher.svg?style=social&label=Star&maxAge=2592000)](https://github.com/s0md3v/Breacher/stargazers/) (Uncategorized / Uncategorized)
README
# 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](https://i.imgur.com/D9my9A5.png)](https://youtu.be/BEpt5JmcWPk)