May 2020
Intermediate to advanced
544 pages
12h 57m
English
Fuzzing request headers is conceptually the same as fuzzing URIs. The only difference is that the number of vulnerabilities found by fuzzing the request headers will be higher than when fuzzing URIs because these headers are sent to the web application server and the server processes these headers internally. This means we have a larger scope for finding vulnerabilities.
There are different types of HTTP headers at play:
Let's try to understand how can we fuzz each type of header using the ...
Read now
Unlock full access