From 6dfa2ada277576b6d7114ccf431c15f983e9ae94 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Sun, 2 Feb 2020 17:04:34 +0200 Subject: [PATCH] Add a mention about ffuf-scripts --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86b76d81..a4ebe442 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,11 @@ EXAMPLE USAGE: More information and examples: https://github.com/ffuf/ffuf ``` +## Helper scripts and advanced payloads + +See [ffuf-scripts](https://github.com/ffuf/ffuf-scripts) repository for helper scripts and payload generators +for different workflows and usage scenarios. + ## License ffuf is released under MIT license. See [LICENSE](https://github.com/ffuf/ffuf/blob/master/LICENSE).