Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/s0md3v/breacher
Vulnerability ScannersInformation GatheringWeb Security
GitHubs0md3v/breacher

Breacher

An advanced multithreaded admin panel finder written in python.

View Repository
8482646 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

Download Tool