Added the entire XSS Cheat Sheet of PortSwigger, their HTML events and tags.
This commit is contained in:
86
Miscellaneous/web/html-events.txt
Normal file
86
Miscellaneous/web/html-events.txt
Normal file
@@ -0,0 +1,86 @@
|
||||
onactivate
|
||||
onafterprint
|
||||
onanimationcancel
|
||||
onanimationend
|
||||
onanimationiteration
|
||||
onanimationstart
|
||||
onauxclick
|
||||
onbeforeactivate
|
||||
onbeforecopy
|
||||
onbeforecut
|
||||
onbeforedeactivate
|
||||
onbeforepaste
|
||||
onbeforeprint
|
||||
onbeforeunload
|
||||
onbegin
|
||||
onblur
|
||||
onbounce
|
||||
oncanplay
|
||||
oncanplaythrough
|
||||
onchange
|
||||
onclick
|
||||
oncontextmenu
|
||||
oncopy
|
||||
oncut
|
||||
ondblclick
|
||||
ondeactivate
|
||||
ondrag
|
||||
ondragend
|
||||
ondragenter
|
||||
ondragleave
|
||||
ondragover
|
||||
ondragstart
|
||||
ondrop
|
||||
onend
|
||||
onended
|
||||
onerror
|
||||
onfinish
|
||||
onfocus
|
||||
onfocusin
|
||||
onfocusout
|
||||
onhashchange
|
||||
oninput
|
||||
oninvalid
|
||||
onkeydown
|
||||
onkeypress
|
||||
onkeyup
|
||||
onload
|
||||
onloadeddata
|
||||
onloadedmetadata
|
||||
onloadend
|
||||
onloadstart
|
||||
onmessage
|
||||
onmousedown
|
||||
onmouseenter
|
||||
onmouseleave
|
||||
onmousemove
|
||||
onmouseout
|
||||
onmouseover
|
||||
onmouseup
|
||||
onpageshow
|
||||
onpaste
|
||||
onpause
|
||||
onplay
|
||||
onplaying
|
||||
onpopstate
|
||||
onreadystatechange
|
||||
onrepeat
|
||||
onreset
|
||||
onresize
|
||||
onscroll
|
||||
onsearch
|
||||
onseeked
|
||||
onseeking
|
||||
onselect
|
||||
onstart
|
||||
onsubmit
|
||||
ontimeupdate
|
||||
ontoggle
|
||||
ontransitioncancel
|
||||
ontransitionend
|
||||
ontransitionrun
|
||||
onunhandledrejection
|
||||
onunload
|
||||
onvolumechange
|
||||
onwaiting
|
||||
onwheel
|
||||
Reference in New Issue
Block a user