v2.3.2
Thank you to @mzpqnxow and @0xdf_ for their suggestions!
- Default status codes now include
500. - logging while using
--parallelnow uses the value of-o|--outputas a seed to create a directory namedOUTPUT_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