May 2020
Intermediate to advanced
544 pages
12h 57m
English
We can also fuzz request headers using ffuf.
We can execute the following command to fuzz the request headers using a wordlist:
./ffuf -c -X FUZZ -w <http_methods_wordlist> -u <url>
The following screenshot shows the output of the preceding command:

As we can see in the preceding screenshot, the fuzzer found a few HTTP methods that are acceptable to the web application server. Let's try to fuzz the same case using Burp Suite.
Read now
Unlock full access