forked from terjanq/Tiny-XSS-Payloads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (35 loc) · 2.02 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
<html>
<head>
<title>Tiny XSS Payloads</title>
<meta charset="utf-8">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="terjanq">
<meta name="twitter:title" content="Tiny XSS Payloads">
<meta name="twitter:description" content="A collection of small XSS payloads">
<meta name="twitter:image" content="https://terjanq.github.io/Tiny-XSS-Payloads/intro.png">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css">
<link rel="stylesheet" href="style.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js"></script>
<script src="payloads.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</head>
<body>
<div class=main>
<h1>Tiny XSS Payloads</h1>
<div class="subtitle">
<a class="repo-link" href="https://github.com/terjanq/Tiny-XSS-Payloads">github.com/terjanq/Tiny-XSS-Payloads</a> <a class="github-button" style="display: none" href="https://github.com/terjanq/Tiny-XSS-Payloads" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star terjanq/Tiny-XSS-Payloads on GitHub">Star</a>
<span class=twitter>
<a href="https://twitter.com/terjanq" style="display: none" class="twitter-follow-button" data-show-count="false">Follow @terjanq</a>
</span>
</div>
<h2>Features available</h2>
<form id="checkboxesForm" onchange="process(this)">
</form>
<h2>Payloads</h2>
<div id="payloads">
</div>
</div>
<script src="main.js"></script>
</body>
</html>