Create README.md

This commit is contained in:
Pyro57000
2024-06-26 23:31:11 +00:00
committed by GitHub
parent a8316302b6
commit 217bc7c84a

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# RUSTBUSTER
Simple little multithreaded directory and subdomain bruteforcer written in rust. I wanted to get some hands on with multi threading and using the reqwest library so I figured this would be a good way to start
# USAGE
-h --help will display usage,
-t to specify targets, this can be a single target or comma separated targets, just don't use any spaces
--threads to set the number of threads to use
-d for directory wordlist
-s for subdomain wordlist
# BUILDING
git clone this repository and cd into it, then run `cargo build --release` the result will be put in a target/release directory run that binary and you're golden!
I'll also be uploading a release so check the releases page for a pre-built binary. This binary has been tested on Arch Linux that's fully up to date at the time of building.