v1.0.4
epi052/feroxbusterv1.0.4Oct 12, 2020by epi052
AI Summary
Resolves an issue where verbose logging could not be saved to files, now working correctly when combined with the output flag while maintaining progress bar library behavior.
Key Highlights
- Fixed file logging for verbose mode
- Works with `-o` flag
- Maintains progress bar behavior
New Features
- Verbose logging to file support
Full Release Notes
While helping github user @Flangyver troubleshoot the bug that was fixed in [v1.0.3](https://github.com/epi052/feroxbuster/releases/tag/v1.0.3), we realized that log records couldn't actually be redirected to a file (this is due to the progress bar library's expected behavior). This version addresses that shortcoming.
- `-v` enabled logging can be saved to a file by also using `-o`
- `-v` logging can **NOT** be redirected using `>`, `|`, etc...
Example:
```
./feroxbuster -u http://example.com -o trace.log -vvvv
```