* Support outputting all file formats concurrently Previously ffuf would allow outputting to a single file-format, ie Markdown (md), json or HTML. It was not possible to output in multiple formats in the same execution. This change allows specifying an output (-of) of "all", which means that the output filename (-o) is used, but the appropriate suffix is added. As an example, ... -of all -o output/report Will output: - output/report.json - output/report.html - output/report.csv - ... etc Fixes ffuf/ffuf#215 Signed-off-by: Dave Walker (Daviey) <email@daviey.com> * Updated Changelog and added myself to CONTRIBUTORS Signed-off-by: Dave Walker (Daviey) <email@daviey.com> * Fix file extension for 'ecsv' when 'all' is used .. And fix CONTRIBUTORS.md to be alphabetical Signed-off-by: Dave Walker (Daviey) <email@daviey.com> |
||
|---|---|---|
| .. | ||
| const_windows.go | ||
| const.go | ||
| file_csv.go | ||
| file_html.go | ||
| file_json.go | ||
| file_md.go | ||
| output.go | ||
| stdout.go | ||