Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangr0 committed Sep 3, 2022
1 parent 0a39b80 commit 6b0f46a
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 4,711 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.0
- Improved error handling
- Bug fixes

# v2.1
- Added word extensions

Expand Down
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
isahc = "0.9.3"
rayon = "1.3.0"
clap = "2.33.1"
chrono = "0.4.11"
isahc = "1.7.2"
rayon = "1.5.2"
clap = "2.34.0"
chrono = "0.4.22"
openssl = {version = "0.10.41", features = ["vendored"]}
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Contribution are always welcome, feel free to create issues and pull requests

## Features

- Automatically picks the most amount of threads that your system can handle
- Fast speeds

- Multi-thread

Expand All @@ -22,37 +22,37 @@ Contribution are always welcome, feel free to create issues and pull requests

- Clean and safe error handling

- Search for specific extension option
- Supports custom file extension

## Installation
## Quick start (Recommended)

Go to the following link to install the binary https://github.com/iinc0gnit0/RBust/releases
Install the binary from https://github.com/iinc0gnit0/RBust/releases/latest

Manual installation instructions below:
## Installation

`git clone https://github.com/iinc0gnit0/RBust`
### Dependencies

`cd RBust`
Arch-based: `openssl`

`chmod +x install.sh`
Debian-based: `libssl-dev`

`./install.sh`
### Clone from GitHub

## Usage
`git clone https://github.com/iinc0gnit0/RBust`

Example: `./rbust -u http://example.com -w default.txt`
### Compile RBust

Show the help text using this command
`cd RBust`

`./rbust --help`
`cargo build --release`

## Update
Binary will be located at `target/release/RBust`

It is recommended to update once a week
## Usage

`git pull`
Example: `RBust -u http://example.com -w wordlist.txt`

`./install.sh`
You can find wordlists from https://github.com/gmelodie/awesome-wordlists

## Demo

Expand Down
Loading

0 comments on commit 6b0f46a

Please sign in to comment.