November 2018
Beginner to intermediate
270 pages
7h 53m
English
This is the most important skill that's used to assess an application, so that you can understand how an application works through the data it receives and sends. That is the reason why the HTTP proxy is the most useful tool for a bug bounty hunter focused on web applications.
A HTTP request can tell us a lot about an application, for example:

This request give us information about the application being analyzed. Just from the request, we know the host (Host:), the use of a security token to avoid cross-site request forgery attacks, and we have some variables that, at this moment in time, we do not know about regarding ...
Read now
Unlock full access