v2.8.0
epi052/feroxbusterv2.8.0Feb 28, 2023by epi052
AI Summary
Improves auto-tune functionality, enhances 404 detection, and fixes various bugs related to Docker, extractors, and visual cues.
Key Highlights
- Added visual cues for auto-tune's rate adjustments and auto-bail triggers.
- Improved auto-tune rate adjustments and 404 detection methods.
- Fixed extractor domain comparison and Dockerfile issues.
- Resume scan now starts from the correct offset in the wordlist.
New Features
- Visual cues for auto-tune and auto-bail
- Enhanced 404 detection to filter out unimportant responses
- Resume scan offset support
Full Release Notes
## What's Changed * Fixes #761 | Updated Dockerfile and CONTRIBUTING docs by @aidanhall34 in https://github.com/epi052/feroxbuster/pull/762 * fixed bug in extractor that wasn't correctly comparing extracted domains * fixed bug in Makefile * fixed auto-bail icon; wasn't displaying properly on some terminals * added visual cues for auto-tune's rate adjustments * added visual cue when auto-bail is triggered * when Content-Length header is missing or 0, now check the body length as well in case that differs * fixed issue where auto-tune wasn't adjusting upward as often as it should have been * added new methods for auto-detecting 404-like responses * swapped ssdeep for simhash when creating similarity filters * changed default allowed statuses to 'All Status Codes', new 404 detection should filter out what's unimportant and allow more responses through (i.e. apis) * resume scan starts from offset in wordlist when a directory scan was partially complete * docs: add aidanhall34 as a contributor for code, and infra by @allcontributors in https://github.com/epi052/feroxbuster/pull/764 * docs: add hakdogpinas as a contributor for ideas by @allcontributors in https://github.com/epi052/feroxbuster/pull/752 * docs: add duokebei as a contributor for ideas by @allcontributors in https://github.com/epi052/feroxbuster/pull/753 * docs: add joaociocca as a contributor for bug, and ideas by @allcontributors in https://github.com/epi052/feroxbuster/pull/790 * docs: add f3rn0s as a contributor for bug by @allcontributors in https://github.com/epi052/feroxbuster/pull/793 * docs: add pich4ya as a contributor for ideas by @allcontributors in https://github.com/epi052/feroxbuster/pull/799 * docs: add xaeroborg as a contributor for ideas by @allcontributors in https://github.com/epi052/feroxbuster/pull/800 * docs: add Luoooio as a contributor for ideas by @allcontributors in https://github.com/epi052/feroxbuster/pull/801 ## New Contributors * @aidanhall34 made their first contribution in https://github.com/epi052/feroxbuster/pull/762 **Full Changelog**: https://github.com/epi052/feroxbuster/compare/v2.7.3...v2.8.0