Skip to content

Instantly share code, notes, and snippets.

@smhuda
Created February 18, 2021 20:00
Show Gist options
  • Save smhuda/04b4a1d9181115ad8bd29b1f95b1a85c to your computer and use it in GitHub Desktop.
Save smhuda/04b4a1d9181115ad8bd29b1f95b1a85c to your computer and use it in GitHub Desktop.
Clickjacking POC Checker
<!--Clickjacking iFrame HTML Template -->
</html>
<head>
<title>Clickjacking iFrame Test Page</title>
</head>
<body style="background-color:lightgray">
<h1><b><font face="verdana">Website is vulnerable to clickjacking!</font></b></h1>
<h3><font face="calibri">Sample Affected URL: </font><b><font color="blue"><font face="calibri">http://google.com</font></font></b> </h3>
<iframe src="
http://google.com" width="660" height="500"></iframe>
</body>
</html>
<!-- Line 11 iframe line, enter the desired web page link that you wish to check is vulnerable to clickjacking the included link is for example purposes only -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment