Crates.io | rustbust |
lib.rs | rustbust |
version | 0.1.0 |
source | src |
created_at | 2019-06-02 06:13:51.76665 |
updated_at | 2019-06-02 06:13:51.76665 |
description | Fast & robust URL fuzzer that uses parallel requests |
homepage | |
repository | https://github.com/EvilRobotOverlord/rustbust |
max_upload_size | |
id | 138431 |
size | 7,745 |
Fuzzes a website quickly, and in a (mostly) fail-safe way.
cargo install rustbust
rustbust [OPTIONS] <URL> --source <source>
where <source>
is the wordlist that the fuzzer uses.
Example:
rustbust http://localhost:8080/ --source common.txt
-s
, --source
(required)Specifies the wordlist to fuzz from
-o
, --outfile
Writes the output (list of hits) to a specified file. Writes to fuzz.txt
by default.
-p
, --parallel_count
Sets the number of parallel requests sent to the server. Defaults to 10
.