rustbuster icon indicating copy to clipboard operation
rustbuster copied to clipboard

A Comprehensive Web Fuzzer and Content Discovery Tool

Results 16 rustbuster issues
Sort by recently updated
recently updated
newest added

Error: ``` root@kali:~/OSCP/PG/Wombo$ /tmp/rustbuster/target/release/rustbuster dir --url http://192.168.93.69:8080 --wordlist /usr/share/seclists/Discovery/Web-Content/raft-small-files.txt ~ rustbuster v3.0.3 ~ by phra & ps1dr3x ~ _ _ _ _ _ _ _ _ _ _ /\ \...

To really set `rustbuster` apart adding different type of outputs would be nice, for example, JSON and XML. This would allow to easily post-process the results and give more flexibility...

I know and it is clear from the doc that for anything other than Unix binary you want us to build them but providing Windows binary for each release would...

Hello @phra It would be much better if you implement the status code output in color.

enhancement
help wanted
good first issue
hacktoberfest

I'm getting the following error, it prevents `rusbuster fuzz` from continuing. ``` thread 'tokio-runtime-worker-2' panicked at 'called `Result::unwrap()` on an `Err` value: FromUtf8Error { bytes: [137, ..., 123, 133, 0,...

``` $ rustc --version rustc 1.52.1 (9bc8c42bb 2021-05-09) $ sw_vers ProductName: macOS ProductVersion: 11.3.1 BuildVersion: 20E241 ``` I see this warning from `cargo build --release`: ``` warning: function is never...

Some APIs always return same response status code and use empty response to tell from a error or from data not being found. I'm thinking that the best way to...

https://raw.githubusercontent.com/digination/dirbuster-ng/master/wordlists/big.txt Tried running with the above URL, but rustbuster failed. ``` ╰─[:(] % RUST_BACKTRACE=full rustbuster dir -u http://10.10.10.160:80/ -w /usr/share/hacking/wordlists/url/big.txt ~ rustbuster v3.0.3 ~ by phra & ps1dr3x ~ _...

Hi there! Awesome tool you got there! One cool addition would be to have the Content-Length (or size of the page) of the results in **"dir"** mode printed next/close to...

i guess it will be difficult to add multiple urls for the dir option like the dirsearch.py's : -L URLLIST, --url-list=URLLIST otherwise we can pipe it in the shell but...