February 2019
Beginner to intermediate
366 pages
7h 49m
English
The information about authentication has a big problem; it is not just stored on the server side, it also needs to be stored on the client side, maybe not in the form of user and password, but in tokens, sessions IDs, or other things that the application uses to track the user and provide access.
Using Burp Suite, it is possible to analyze where this information is stored. For example, it is very common to store the information in cookies, as shown in the following screenshot:

This is an example of basic authentication, which is a common authentication method for internal applications. This method has ...
Read now
Unlock full access