TVT618

[Linux] Breacher - An advanced tool Admin Site finder

Feb 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [Linux]
  2. Breacher - An advanced tool Admin Site finder
  3.  
  4. Breacher: A script to find admin login pages and EAR vulnerabilites.
  5.  
  6. Features
  7. * Multi-threading on demand
  8. * Big path list (482 paths)
  9. * Supports php, asp and html extensions
  10. * Checks for potential EAR vulnerabilites
  11. * Checks for robots.txt
  12. * Support for custom patns
  13.  
  14. Install Breacher
  15. git clone https://github.com/UltimateHackers/Breacher
  16. cd Breacher
  17.  
  18. Usages
  19. Help: python breacher.py -h
  20.  
  21. Check all paths with php extension: python breacher -u example.com --type php
  22.  
  23. Check all paths with php extension with threads:
  24. python breacher -u example.com --type php --fast
  25.  
  26. Check all paths without threads: python breacher -u example.com
  27.  
  28. Adding a custom path. For example if you want all paths to start with /data (example.com/data/...) you can do this:
  29. python breacher -u example.com --path /data
  30.  
  31. 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
  32.  
  33. Video Demo: https://youtu.be/BEpt5JmcWPk
  34.  
  35. Download Breacher: https://github.com/UltimateHackers/Breacher
Add Comment
Please, Sign In to add comment