[README] Add asciicast of some examples
This commit is contained in:
parent
d96414fa9f
commit
b7779e002d
@ -16,6 +16,8 @@ Heavily inspired by the great projects [gobuster](https://github.com/OJ/gobuster
|
||||
|
||||
### Typical directory discovery
|
||||
|
||||
[](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)
|
||||
|
||||
[](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:
|
||||
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user