Fuzzes a website quickly, and in a (mostly) fail-safe way.
cargo install rustbustrustbust [OPTIONS] <URL> --source <source>where <source> is the wordlist that the fuzzer uses.
Example:
rustbust http://localhost:8080/ --source common.txtSpecifies the wordlist to fuzz from
Writes the output (list of hits) to a specified file. Writes to fuzz.txt by default.
Sets the number of parallel requests sent to the server. Defaults to 10.