Skip to content

v1.0.4

Choose a tag to compare

@epi052 epi052 released this 12 Oct 12:22
185808b

While helping github user @Flangyver troubleshoot the bug that was fixed in 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