ffuff/pkg
Dave Walker 88720dfdc9
Support outputting all file formats concurrently (#218)
* 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>
2020-04-19 12:11:15 +03:00
..
ffuf Feature178 (#186) 2020-03-20 12:42:54 +02:00
filter Write configuration to output JSON (#135) 2020-01-07 18:27:43 +02:00
input Added ignore comment option (#138) 2020-01-15 11:19:18 +02:00
output Support outputting all file formats concurrently (#218) 2020-04-19 12:11:15 +03:00
runner Feature178 (#186) 2020-03-20 12:42:54 +02:00