February 2019
Beginner to intermediate
366 pages
7h 49m
English
The first thing you need to do in order to detect CSRF vulnerabilities is to map all the possible authorized actions that you can. This is because you need to test each action to discover if it is possible to execute any of them using the information stored. To map all these actions, you can use the Target tool.
Burp Suite uses different types of methods to map an application. Manually, Burp Suite can collect all the requests, resources, and URLs in a passive way; but of course, it is limited just to the user's scope. Burp Suite also can make an automatic map using spidering and crawling techniques.
In the following screenshot, you can see how Burp Suite is creating an application's tree with all the actions. ...
Read now
Unlock full access