v2.7.2
epi052/feroxbusterv2.7.2Nov 16, 2022by epi052
AI Summary
Upgrades dependencies, including `clap` from 3.x to 4.x, and fixes extraction and directory scanning bugs.
Key Highlights
- Upgraded `clap` dependency from version 3.x to 4.x.
- Fixed invalid URI exceptions occurring during extraction.
- Fixed a bug causing double directory scans.
Breaking Changes
- Upgraded clap from 3.x to 4.x
Full Release Notes
## What's Changed * removed superfluous if statement by @herrcykel in https://github.com/epi052/feroxbuster/pull/580 * upgraded leaky-bucket to 0.12.1 by @udoprog in https://github.com/epi052/feroxbuster/pull/604 * updated dependencies by @epi052 in https://github.com/epi052/feroxbuster/pull/670 * upgraded clap from 3.x to 4.x by @epi052 in https://github.com/epi052/feroxbuster/pull/671 * 661 fix double dir scan by @epi052 in https://github.com/epi052/feroxbuster/pull/672 * fixed invalid uri exception during extraction by @epi052 in https://github.com/epi052/feroxbuster/pull/706 ## New Contributors * @herrcykel made their first contribution in https://github.com/epi052/feroxbuster/pull/580 * @udoprog made their first contribution in https://github.com/epi052/feroxbuster/pull/604 **Full Changelog**: https://github.com/epi052/feroxbuster/compare/2.7.1...v2.7.2