Skip to content

niranjankartha/rustbust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages