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

Hi, great work on your tool. I have come across an issue where I keep receiving this error message. "error trying to connect: Connection refused (os error 111)"

~`run()` is the same for every module.~ it would be nice some refactoring. /shrug

refactor

👋 GPL-3.0 is deprecated by [SPDX](https://spdx.org/licenses/GPL-3.0), please consider using [GPL-3.0-only](https://spdx.org/licenses/GPL-3.0-only) or [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later). Thanks! --- Need to update the license headers for the source files or just project readme to be...

Running `cargo run -- fuzz --url https://i.imgur.com/ap7KRw2.png --wordlist examples/wordlist` (random URL with an image trying to test https://github.com/phra/rustbuster/issues/49) gets `error trying to connect: Invalid argument (os error 22)` and trying...