Async dirbuster-like tool. Developed in few minutes, then few hours.
- Install Rust
git clone https://github.com/Nariod/noobuster.gitcd noobustercargo run -- -t https://google.com -w wordlist.txt -r 200,301
Need to drop the binary on a box? Here you go.
Linux static binary
- Install Rust
git clone https://github.com/Nariod/noobuster.gitcd noobustersudo apt-get install pkg-config musl-toolsrustup target add x86_64-unknown-linux-muslcargo build --target x86_64-unknown-linux-musl --release
Windows static binary
- Install Rust
git clone https://github.com/Nariod/noobuster.gitcd noobustersudo apt-get install pkg-config musl-toolssudo apt-get install mingw-w64rustup target add x86_64-pc-windows-gnucargo build --target x86_64-pc-windows-gnu --release
Usage of anything presented in this repo to attack targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.