GithubHelp home page GithubHelp logo

breacher-rs's Introduction

breacher-rs

Breacher is a tool written in Rust for scanning web applications to discover potential admin panels and paths. It can be used to identify common paths used by content management systems (CMS) and other web applications.

Features

  • Robots.txt Checker: Quickly check for the existence of the robots.txt file on the target website.

  • Admin Panel Scanner: Scan for common admin panel paths to identify potential access points.

  • Multithreading Support: Utilize multithreading for faster scanning (optional).

Getting Started

Prerequisites

  • Rust - Make sure you have Rust installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/dannyhvc/breacher-rs.git
    cd breacher-rust
  2. Build the Project:

    cargo build --release
  3. Usage:

    # Display help and options
    ./target/release/breacher --help
    
    # Example: Scan a target website without multithreading
    ./target/release/breacher -u http://example.com
    
    # Example: Scan a target website with multithreading
    ./target/release/breacher -u http://example.com --fast --type php
    

License

This project is licensed under the MIT License.

Acknowledgments

  • s0md3v/Breacher: The repository and work by s0md3v served as inspiration for this project.
  • Tokio: Asynchronous runtime for Rust.
  • Reqwest: An ergonomic HTTP client for Rust.

Disclaimer

This tool is provided for educational and informational purposes only. The author is not responsible for any misuse or damage caused by this tool.

breacher-rs's People

Contributors

dannyhvc avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.