From b7779e002d42094fd507b47b4ed7a4a66878972c Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 12 Nov 2018 12:53:14 +0200 Subject: [PATCH] [README] Add asciicast of some examples --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0e9f792..927bf56 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Heavily inspired by the great projects [gobuster](https://github.com/OJ/gobuster ### Typical directory discovery +[![asciicast](https://asciinema.org/a/211350.png)](https://asciinema.org/a/211350) + By using the FUZZ keyword at the end of URL (`-u`): ``` @@ -24,6 +26,8 @@ ffuf -w /path/to/wordlist -u https://target/FUZZ ### Virtual host discovery (without DNS records) +[![asciicast](https://asciinema.org/a/211360.png)](https://asciinema.org/a/211360) + Assuming that the default virtualhost response size is 4242 bytes, we can filter out all the responses of that size (`-fs 4242`)while fuzzing the Host - header: ```