v2.9.0

epi052/feroxbusterv2.9.0Mar 8, 2023by epi052

AI Summary

Fixes critical bugs related to wildcard redirects causing recursion and conflicts between composite scan settings.

Key Highlights

  • Fixed issue where wildcard redirect caused every request to recurse
  • Fixed bug where --auto-tune and --rate-limit could be set in same scan
  • Banner is shown again after exiting scan management menu
  • Improved auto-filtering accuracy

New Features

  • Wildcard redirect recursion fix
  • Composite settings conflict resolution
  • Menu display fix

Full Release Notes

## What's Changed
* banner is shown again after exiting scan management menu by @aancw in https://github.com/epi052/feroxbuster/pull/804
* improved auto-filtering accuracy 
* Fixed issue where a wildcard redirect caused every request to recurse into that directory by @epi052 in https://github.com/epi052/feroxbuster/pull/808; id'd by @0xdf223
* fixed bug where `--auto-tune` and `--rate-limit` could be set in the same scan via `--smart`/`--thorough` composite settings; id'd by @GenericUser123

## New Contributors
* @aancw made their first contribution in https://github.com/epi052/feroxbuster/pull/804 :partying_face: 

**Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.8.0...v2.9.0