[README] Add asciicast of some examples

This commit is contained in:
Joona Hoikkala 2018-11-12 12:53:14 +02:00
parent d96414fa9f
commit b7779e002d
No known key found for this signature in database
GPG Key ID: D5AA86BBF9B29A5C

View File

@ -16,6 +16,8 @@ Heavily inspired by the great projects [gobuster](https://github.com/OJ/gobuster
### Typical directory discovery ### 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`): 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) ### 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: 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:
``` ```