Created
September 22, 2014 01:30
-
-
Save dblock/8a91f805e97ba2325278 to your computer and use it in GitHub Desktop.
Clickjacking test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I understand that if website is rendered then it is vulnerable but how can we generate a PoC of it?