Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangr0/RBust
[ Blazing Fast Web Fuzzer in Rust ]
https://github.com/yangr0/RBust
automated-testing cli directory-bruteforce fuzzer fuzzing hack hacking hacking-tool multi-thread pentest pentest-scripts pentest-tool pentesting pentesting-tools rust rust-lang rustlang security-tools thread
Last synced: about 1 month ago
JSON representation
[ Blazing Fast Web Fuzzer in Rust ]
- Host: GitHub
- URL: https://github.com/yangr0/RBust
- Owner: iinc0gnit0
- License: mit
- Created: 2020-04-27T02:23:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T22:51:27.000Z (over 2 years ago)
- Last Synced: 2024-06-08T23:35:34.022Z (6 months ago)
- Topics: automated-testing, cli, directory-bruteforce, fuzzer, fuzzing, hack, hacking, hacking-tool, multi-thread, pentest, pentest-scripts, pentest-tool, pentesting, pentesting-tools, rust, rust-lang, rustlang, security-tools, thread
- Language: Rust
- Homepage: https://github.com/iinc0gnit0/RBust
- Size: 9.41 MB
- Stars: 53
- Watchers: 7
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - RBust - [ Blazing Fast Web Fuzzer in Rust ] (Rust)
README
# RBust
![GitHub stars](https://img.shields.io/github/stars/iinc0gnit0/RBust?style=social)
![GitHub followers](https://img.shields.io/github/followers/iinc0gnit0?style=social)
![GitHub top language](https://img.shields.io/github/languages/top/iinc0gnit0/RBust)RBust is a blazing fast multi-thread web directory bruteforce tool written in Rust
Contribution are always welcome, feel free to create issues and pull requests
## Features
- Fast speeds
- Multi-thread
- Quick and easy CLI
- Custom timeout
- Verbose output option
- Clean and safe error handling
- Supports custom file extension
## Quick start (Recommended)
Install the binary from https://github.com/iinc0gnit0/RBust/releases/latest
## Installation
### Dependencies
Arch-based: `openssl`
Debian-based: `libssl-dev`
### Clone from GitHub
`git clone https://github.com/iinc0gnit0/RBust`
### Compile RBust
`cd RBust`
`cargo build --release`
Binary will be located at `target/release/RBust`
## Usage
Example: `RBust -u http://example.com -w wordlist.txt`
You can find wordlists from https://github.com/gmelodie/awesome-wordlists
## Demo
[![asciicast](https://asciinema.org/a/d2drRZkLdcA3YWgBL1ilnVAfD.svg)](https://asciinema.org/a/d2drRZkLdcA3YWgBL1ilnVAfD)
## Still in the working!
We are still working to make it better! You may experience some bugs or errors. Please report them to one of the creators or create an issue.
## Made with ❤️ by [inc0gnit0](https://github.com/iinc0gnit0) and [skript0r](https://github.com/green0ctagon)