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

Basic Clickjacking Lab

Matteo | Last updated: Jun 21, 2024 02:50PM UTC

When I try to perform the View Exploit function on this lab I receive "Resource not found - Academy Exploit Server", stopping me from completing the lab.

Dominyque, PortSwigger Agent | Last updated: Jun 24, 2024 07:21AM UTC

Hi Matteo, Are you able to confirm which browser you are using when you attempt to solve this particular lab? Can you please share the exploit you are using?

Matteo | Last updated: Jun 24, 2024 01:55PM UTC

I began the lab using Firefox, then i switched to Chrome. Both of them gave the same error concerning the Portswigger exploit server. This is the exploit I was using: <style> iframe { position:relative; width:$width_value; height: $height_value; opacity: $opacity; z-index: 2; } div { position:absolute; top:$top_value; left:$side_value; z-index: 1; } </style> <div>Test me</div> <iframe src="YOUR-LAB-ID.web-security-academy.net/my-account"></iframe>

Dominyque, PortSwigger Agent | Last updated: Jun 25, 2024 06:59AM UTC

Hi Matteo, When you added your lab ID in the iframe bit of the exploit, did you include the 'https://' before the lab ID? So for example: <iframe src="https://0add0095046d8070808ad07f00b80031.web-security-academy.net/my-account"></iframe>

Matteo | Last updated: Jun 25, 2024 09:18AM UTC