From 60a3f5a13d89ec659bd6cfc3a8c0ea77d38fc207 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Thu, 24 Sep 2020 12:54:02 +0300 Subject: [PATCH] Add link to Everything you need to know about FFUF (#303) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6fefe80..36717c4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard l ## Example usage +The usage examples below show just the simplest tasks you can accomplish using `ffuf`. + +For more extensive documentation, with real life usage examples and tips, be sure to check out the awesome guide: +"[Everything you need to know about FFUF](https://codingo.io/tools/ffuf/bounty/2020/09/17/everything-you-need-to-know-about-ffuf.html)" by +Michael Skelton ([@codingo](https://github.com/codingo)). + + ### Typical directory discovery [![asciicast](https://asciinema.org/a/211350.png)](https://asciinema.org/a/211350)