Skip to main content

Posts

Showing posts with the label asp and html extensions • Checks for potential EAR v

BREACHER ANDROID HACKING TOOLS

OVERVIEW 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 vulnerabilities • Checks for robots.txt • Support for custom patns How to install $ apt update && apt upgrade $ apt install git $ apt install python2 $ apt install python $ git clone https://github.com/s0md3v/Breacher.git $ cd Breacher HOW TO RUN Run: $ python2 breacher.py Usage: • 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 incl...