From c29efff5f7a504db3a6441e258e67ccb7a6b1990 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sat, 16 Nov 2019 17:31:55 +0200 Subject: [PATCH] Update README (#103) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 034285b..cad154c 100644 --- a/README.md +++ b/README.md @@ -198,11 +198,13 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l - 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. - New CLI flag `-v` for verbose output. Including full URL, and redirect location. + - SIGTERM monitoring, in order to catch keyboard interrupts an such, to be able to write `-o` files before exiting. - 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 - Removed `-l` flag in favor of `-v` + - More verbose information in banner shown in startup. - v0.11