v2.10.4
PX4/PX4-Autopilotv2.10.4Jun 16, 2024by epi052
AI Summary
Enhances regex filtering to inspect HTTP headers, adds an ARM build for macOS, fixes time estimation display issues, and improves cookie parsing robustness.
Key Highlights
- The `--filter-regex` flag now inspects HTTP headers in addition to the response body.
- Scan management menu now displays the estimated time remaining to complete the scan.
- Fixed a bug where the estimated time would incorrectly show '0s' before the scan finished.
- Added ARM (aarch64) build support for macOS to the releases.
New Features
- Enhanced regex filtering to include headers
- ARM macOS build support (aarch64-macos)
- Improved time estimation calculation and display
- More robust parsing for `--cookies`
Full Release Notes
## What's Changed * `--filter-regex` now looks at headers in addition to response body by @epi052 in https://github.com/epi052/feroxbuster/pull/1142 * clarified wording for headers in `ferox-config.toml` by @JulianGR in https://github.com/epi052/feroxbuster/pull/1152 * added winget releaser workflow by @sitiom in https://github.com/epi052/feroxbuster/pull/1155 * scan management menu now shows the estimated time left to scan by @epi052 in https://github.com/epi052/feroxbuster/pull/1142 * made `--cookies` parsing more robust by @epi052 in https://github.com/epi052/feroxbuster/pull/1142 * added ARM build for mac (`aarch64-macos`) to releases by @epi052 in https://github.com/epi052/feroxbuster/pull/1142 * fixed an issue where estimated time to complete would show `0s` before the scan was finished by @epi052 in https://github.com/epi052/feroxbuster/pull/1142 ## New Contributors * @JulianGR made their first contribution in https://github.com/epi052/feroxbuster/pull/1152 * @sitiom made their first contribution in https://github.com/epi052/feroxbuster/pull/1155 ## Special thanks :pray: The following folks submitted bugs, PRs, and feature requests (in no particular order). They're the real MVPs. * @JulianGR * @L1-0 * @sitiom * @wikamp-collaborator * @sa7mon * @swordfish0x0 **Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.10.3...v2.10.4