v2.11.0
PX4/PX4-Autopilotv2.11.0Sep 15, 2024by epi052
AI Summary
Adds new command-line arguments to support reading raw HTTP requests from files, force recursion into directory listings, and limit the display of progress bars.
Key Highlights
- Added `--request-file` to read raw HTTP requests directly from files (e.g., generated by Burp Suite).
- Added `--protocol` to specify the protocol for raw HTTP requests.
- Added `--scan-dir-listings` to force recursion into folders where directory listing is enabled.
- Added `--limit-bars` to cap the number of progress bars displayed during the scan.
New Features
- Support for reading raw HTTP requests from files
- Protocol specification for raw requests
- Force recursion into directory listings
- Limiting the number of progress bars
Full Release Notes
## What's Changed * add `--scan-dir-listings` by @epi052 in https://github.com/epi052/feroxbuster/pull/1192 * add `--request-file` by @epi052 in https://github.com/epi052/feroxbuster/pull/1192 * add `--protocol` by @epi052 in https://github.com/epi052/feroxbuster/pull/1192 * add `--limit-bars` by @epi052 in https://github.com/epi052/feroxbuster/pull/1192 ## Brief descriptions * `--request-file` and `--protocol` - read in a raw http request file, from burp or similar * `--scan-dir-listings` - force recursion into folders where directory listing is enabled * `--limit-bars` - cap the number of progress bars displayed ## Documentation * [`--request-file` and `--protocol`](https://epi052.github.io/feroxbuster-docs/docs/examples/raw-request/) * [`--scan-dir-listings`](https://epi052.github.io/feroxbuster-docs/docs/examples/scan-dir-listings/) * [`--limit-bars`](https://epi052.github.io/feroxbuster-docs/docs/examples/limit-bars/) Special thanks to @Raymond-JV, @Tib3rius, @libklein, and @L1-0 for their suggestions and support :tada: **Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.10.4...v2.11.0