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: ```