项目作者: s0md3v

项目描述 :
An advanced multithreaded admin panel finder written in python.
高级语言: Python
项目地址: git://github.com/s0md3v/Breacher.git
创建时间: 2017-04-03T09:24:53Z
项目社区:https://github.com/s0md3v/Breacher

开源协议:GNU General Public License v3.0

下载


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
    1. python breacher -u example.com --type php
  • Check all paths with php extension with threads
    1. python breacher -u example.com --type php --fast
  • Check all paths without threads
    1. 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:
    1. 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