v2.10.2

epi052/feroxbusterv2.10.2Mar 1, 2024by epi052

AI Summary

Focuses on stability, performance, and usability by fixing silent mode output, parallel time limits, and re-enabling .deb installation.

Key Highlights

  • --collect-backups accepts custom backup extension list
  • --parallel time limit enforced on individual directories
  • Fixed --silent included too much info on found directories
  • Fixed early redirect loop that caused indefinite hanging
  • Re-added .deb install method to releases

New Features

  • Customizable backup extensions
  • Granular parallel time limiting
  • Silent mode output refinement
  • Redirect loop resolution

Full Release Notes

## What's Changed
* removed scan target headers from feroxbuster-update check by @epi052 in https://github.com/epi052/feroxbuster/pull/1033
* `--collect-backups` accepts custom backup extension list by @epi052 in https://github.com/epi052/feroxbuster/pull/1035
* fixed issue where `--silent` included too much info on found dir by @epi052 in https://github.com/epi052/feroxbuster/pull/1067
* `--parallel` time limit enforced on individual directories instead of main thread by @epi052 in https://github.com/epi052/feroxbuster/pull/1072
* query fontconfig to determine if Noto Color Emoji is installed by @tritoke in https://github.com/epi052/feroxbuster/pull/1083
* updated upstream library that was causing `tokio-runtime-worker` panics; they're correctly reported as Err from the library now
* re-added `.deb` install method to releases
* fixed issue where early redirect loop would cause ferox to hang indefinitely

## New Contributors
* @tritoke made their first contribution in https://github.com/epi052/feroxbuster/pull/1083

**Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.10.1...v2.10.2