v1.7.0
epi052/feroxbusterv1.7.0Nov 25, 2020by epi052
AI Summary
This release refines logging and output capabilities, separating scan results from debug logs and adding JSON support.
Key Highlights
- Added `--debug-log` option for logging entries
- Modified `--output` to save only scan results (not logs)
- Added `--json` flag for JSON output format
- Internal code improvements
Breaking Changes
- The `--output` option now saves scan results only, whereas it previously saved both scan results and log entries
New Features
- Debug logging option
- JSON output flag
- Output separation
Full Release Notes
- added the `--debug-log` option, which will output log entries - the `--output` option only saves scan results (used to save scan results and log entries) - added the `--json` flag that forces both `--output` and `--debug-log` to emit JSON entries instead of normal text - lots of internal code improvements :100: Thanks to @mzpqnxow for submitting the feature request and @uBadRequest for helping finalize the details! :100: