Ultimate Hackers 9e5b940e08 Update README.md
2017-10-08 11:59:26 +05:30
2017-10-08 11:38:31 +05:30
2017-10-08 11:39:01 +05:30
2017-10-08 11:59:26 +05:30

Breacher

A script to find admin login pages and EAR vulnerabilites.

Features

  • Multi-threading on demand
  • Big path list (798 paths)
  • Supports php, asp and html extensions
  • Checks for potential EAR vulnerabilites

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

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

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