Skip to content

v2.3.2

Choose a tag to compare

@epi052 epi052 released this 03 Aug 00:46
· 886 commits to main since this release

Thank you to @mzpqnxow and @0xdf_ for their suggestions!

  • Default status codes now include 500.
  • logging while using --parallel now uses the value of -o|--output as a seed to create a directory named OUTPUT_VALUE-TIMESTAMP.logs/. Within the directory, an individual log file is created for each target passed over stdin.

Example Command:

cat large-target-list | ./feroxbuster --stdin --parallel 10 --output super-cool-mega-scan

Resulting directory structure (illustrative):

super-cool-mega-scan-1627865696.logs/
├── ferox-https_target_one_com-1627865696.log
├── ...
└── ferox-https_target_two_net-1627865696.log