v2.7.3

epi052/feroxbusterv2.7.3Dec 30, 2022by epi052

AI Summary

Fixes issues with scan cancellation, time limits, and URL handling including redirects and wordlist trimming.

Key Highlights

  • Fixed `--no-state` to respect `--time-limit`.
  • Fixed scan cancellation persistence across Ctrl+C events.
  • Fixed redirects to display full URLs in the Location header.
  • Fixed wordlist entries with leading slashes being trimmed.

Full Release Notes

## What's Changed
* FIX 732 ensure --no-state is respected even through --time-limit by @kmanc in https://github.com/epi052/feroxbuster/pull/733
* Fix incorrect username in Contributors by @n0kovo in https://github.com/epi052/feroxbuster/pull/749
* fixed #716; wordlist entries with leading slash are trimmed by @epi052 in https://github.com/epi052/feroxbuster/pull/750
* fixed #743; redirects always show full url as Location by @epi052 in https://github.com/epi052/feroxbuster/pull/750
* fixed #748; cancelled scans persist across ctrl+c by @epi052 in https://github.com/epi052/feroxbuster/pull/750

## New Contributors
* @kmanc made their first contribution in https://github.com/epi052/feroxbuster/pull/733
* @n0kovo made their first contribution in https://github.com/epi052/feroxbuster/pull/749

**Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.7.2...v2.7.3