rustbust 0.1.0

Fast & robust URL fuzzer that uses parallel requests
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 646.97 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 52s Average build duration of successful builds.
  • all releases: 52s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • niranjankartha/rustbust
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ghost_22366

rustbust

Fuzzes a website quickly, and in a (mostly) fail-safe way.

cargo install rustbust

Usage

rustbust [OPTIONS] <URL> --source <source>

where <source> is the wordlist that the fuzzer uses.

Example:

rustbust http://localhost:8080/ --source common.txt

Options

-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.