v1.12.4
epi052/feroxbusterv1.12.4Jan 24, 2021by epi052
AI Summary
Makes the tool more robust by skipping malformed lines in wordlists (non-UTF8) rather than failing the entire scan.
Key Highlights
- Non-UTF8 lines in wordlists are now skipped
- Prevents scan termination on malformed wordlist data
New Features
- Robust wordlist handling (skips non-UTF8 lines)
Full Release Notes
- non-utf8 lines in wordlists are now skipped instead of causing an error In the event that a single line within the given wordlist isn't UTF-8, that line will be skipped. Prior behavior was to exit if ANY line wasn't UTF-8. Thanks to @sh0reline for the report that sparked this change!