feroxbuster
feroxbuster copied to clipboard
A fast, simple, recursive content discovery tool written in Rust.
# Landing a Pull Request (PR) Long form explanations of most of the items below can be found in the [CONTRIBUTING](https://github.com/epi052/feroxbuster/blob/master/CONTRIBUTING.md) guide. ## Branching checklist - [ ] There is...
**Describe the bug** I'm working on a project where I need feroxbuster to send a specific header with a value that contains a comma. Unfortunately, because of the line below,...
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.24. Release notes Sourced from futures's releases. 0.3.24 Fix incorrect termination of select_with_strategy streams (#2635) 0.3.23 Work around MSRV increase due to a cargo bug....
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.65. Release notes Sourced from anyhow's releases. 1.0.65 impl Provider for anyhow::Error 1.0.64 Correctly propagate Backtrace when using #[source] anyhow::Error with thiserror crate (#231) 1.0.63...
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.15.0 to 0.17.1. Release notes Sourced from indicatif's releases. 0.17.1 2.5 months after the large 0.17 release, we (finally) have a release that addresses most of the...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.21.1. Release notes Sourced from tokio's releases. Tokio v1.21.1 1.21.1 (September 13, 2022) Fixed net: fix dependency resolution for socket2 (#5000) task: ignore failure to...
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.2.3 to 3.2.5. Release notes Sourced from clap_complete's releases. v3.2.5 [3.2.5] - 2022-06-15 Fixes (derive) Fix regression with #[clap(default_value_os_t ...)] introduced in v3.2.3 v3.2.4 [3.2.4] - 2022-06-14...
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.3 to 0.7.4. Commits dfdb550 chore: prepare tokio-util 0.7.4 (#4987) 99aa8d1 rt: rm internal Park,Unpark traits (#4991) 2ad3474 rt: minor time driver refactors (#4989) 291fce8 io: add...
Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0. Commits 35abc32 Merge pull request #791 from servo/ver_2.3.0 25266fc Bump url version to 2.3.0 587e962 Merge pull request #790 from crowlKats/remove_idna eaa23e5 remove IDNA...
If I am directory fuzzing or parameter fuzzing and every fuzz word that contains admin, for example, returns the exact same response. I only need to see 1 of these...