Skip to content

Instantly share code, notes, and snippets.

@dblock
Created September 22, 2014 01:30
Show Gist options
  • Save dblock/8a91f805e97ba2325278 to your computer and use it in GitHub Desktop.
Save dblock/8a91f805e97ba2325278 to your computer and use it in GitHub Desktop.
Clickjacking test.
<html>
<head>
<title>Clickjacking Test</title>
</head>
<body>
<p>If you can see the website below, it's vulnerable to clickjacking.</p>
<iframe src="https://artsy.net/" width="500" height="500"></iframe>
</body>
</html>
@PwnAwan
Copy link

PwnAwan commented Apr 20, 2022

I understand that if website is rendered then it is vulnerable but how can we generate a PoC of it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment