Somdev Sangwan 0ab9b4a748 fix intendation
2020-05-02 22:45:51 +05:30
2020-05-02 22:45:51 +05:30
2017-10-20 17:46:12 +05:30
2017-10-13 08:18:48 +05:30
2017-10-14 15:27:56 +05:30

Breacher

A script to find admin login pages and EAR vulnerabilites.

Features

  • Multi-threading on demand
  • Big path list (482 paths)
  • Supports php, asp and html extensions
  • Checks for potential EAR vulnerabilites
  • Checks for robots.txt
  • 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

Description
No description provided
Readme GPL-3.0 65 KiB
Languages
Python 100%