From ad927ef93983a7e26206e478a3f7ee0351b77f8d Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sat, 16 Nov 2019 15:47:57 +0200 Subject: [PATCH] Update readme (#99) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e5e8690..1902fab 100644 --- a/README.md +++ b/README.md @@ -194,9 +194,13 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l - New - Added a new flag to select a multi wordlist operation mode: `--mode`, possible values: `clusterbomb` and `pitchfork`. - Added a new output file format eJSON, for always base64 encoding the input data. + - Redirect location is always shown in the output files (when using `-o`) + - Full URL is always shown in the output files (when using `-o`) + - HTML output format got [DataTables](https://datatables.net/) support allowing realtime searches, sorting by column etc. - Changed - Fixed a bug in the default multi wordlist mode - Fixed JSON output regression, where all the input data was always encoded in base64 + - `--debug-log` no correctly logs connection errors - v0.11