From 217bc7c84ae1ad42bee9c43aaaa325ece91bea3b Mon Sep 17 00:00:00 2001 From: Pyro57000 <147988717+Pyro57000@users.noreply.github.com> Date: Wed, 26 Jun 2024 23:31:11 +0000 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..27db30f --- /dev/null +++ b/README.md @@ -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.