The following steps will guide you to uncover clickjacking using the Burp Suite Clickbandit:
- To uncover clickjacking requests, we will first want to look at Burp Suite Scanner as it identifies pages potentially vulnerable to clickjacking. These pages are identified with an issue type of Frameable response (potential Clickjacking). In this case, the following page may be vulnerable (http://172.16.69.128/mutillidae/framing.php):
- After selecting the issue in question, we go up to the Burp menu and select Burp Clickbandit, as depicted in the following screenshot:
- Burp will present us with a screen describing what to do and ...