May 2020
Intermediate to advanced
544 pages
12h 57m
English
To fuzz the URI path with the help of Wfuzz, let's execute the following command:
wfuzz -w <wordlist> <url>/FUZZ
The following screenshot shows the output of the preceding command:

Using the --hc switch, we can filter out the results based on the HTTP codes. In this case, we have filtered the HTTP 404 (Not Found) code, as we can see in the following screenshot:

We can do the same thing using ffuf.
Read now
Unlock full access