Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Lista etiquetas atributos eventos XSS"


GIF

Lista etiquetas atributos eventos XSS


Este repositorio concentra en un solo lugar todas las etiquetas HTML, atributos y eventos existentes (incluidos obsoletos, experimentales, SVG y MathML), listos para usar en fuzzing, payload generation, bypasses de WAF y explotación de XSS. Es una base de datos ofensiva que ahorra horas de búsqueda y documentación dispersa, ideal para tu arsenal de bug bounty, demo Youtube

GIF




Problema que resuelve

En el mundo real, la información sobre etiquetas, atributos y eventos está fragmentada en múltiples sitios, estándares y documentación oficial. Muchos hunters pierden tiempo o pasan por alto vectores importantes simplemente porque no tienen una lista completa y práctica a mano.

Qué aporta y cómo beneficia

• Reúne en un solo archivo todas las superficies de ataque posibles para XSS. • Permite generar payloads creativos y mutaciones más complejas. • Acelera la creación de diccionarios personalizados para fuzzing y herramientas. • Mejora tu capacidad de detección de vectores olvidados o poco comunes. • Ayuda a simular escenarios reales y probar la robustez de filtros y WAFs.


Resumen rápido



Un repositorio ofensivo con todas las etiquetas, atributos y eventos HTML/SVG/MathML listos para ser usados en bug bounty, fuzzing y generación de payloads XSS avanzados.


Lista etiquetas atributos eventos XSS

  • Tu diccionario maestro de superficie HTML: etiquetas, atributos y eventos reunidos en un solo lugar para explotar cada rincón posible.

Lista de etiquetas html:

<html>
<head>
<title>
<base>
<link>
<meta>
<style>
<script>
<noscript>
<template>
<slot>
<body>
<header>
<footer>
<main>
<nav>
<section>
<article>
<aside>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<p>
<br>
<hr>
<pre>
<blockquote>
<cite>
<q>
<abbr>
<dfn>
<address>
<time>
<mark>
<small>
<strong>
<em>
<b>
<i>
<u>
<s>
<del>
<ins>
<sub>
<sup>
<code>
<kbd>
<samp>
<var>
<div>
<span>
<ul>
<ol>
<li>
<dl>
<dt>
<dd>
<figure>
<figcaption>
<img>
<picture>
<source>
<canvas>
<svg>
<path>
<circle>
<rect>
<line>
<polygon>
<g>
<use>
<iframe>
<object>
<param>
<embed>
<audio>
<video>
<track>
<form>
<fieldset>
<legend>
<label>
<input>
<button>
<select>
<datalist>
<optgroup>
<option>
<textarea>
<output>
<progress>
<meter>
<table>
<caption>
<colgroup>
<col>
<thead>
<tbody>
<tfoot>
<tr>
<th>
<td>
<details>
<summary>
<dialog>
<menu>
<menuitem>
<command>
<data>
<bdi>
<bdo>
<wbr>
<ruby>
<rt>
<rp>
<marquee>
<font>
<center>
<big>
<blink>
<applet>
<frame>
<frameset>
<noframes>
<script type="module">
<link rel="modulepreload">
<math>
<maction>
<maligngroup>
<malignmark>
<menclose>
<merror>
<mfenced>
<mfrac>
<mglyph>
<mi>
<mlabeledtr>
<mlongdiv>
<mmultiscripts>
<mn>
<mo>
<mover>
<mpadded>
<mphantom>
<mroot>
<mrow>
<ms>
<mscarries>
<mscarry>
<msgroup>
<mstack>
<msline>
<mspace>
<msqrt>
<mstyle>
<msub>
<msup>
<msubsup>
<mtable>
<mtd>
<mtext>
<mtr>
<munder>
<munderover>
<semantics>
<annotation>
<annotation-xml>
<svg>
<a>
<altGlyph>
<altGlyphDef>
<altGlyphItem>
<animate>
<animateColor>
<animateMotion>
<animateTransform>
<circle>
<clipPath>
<color-profile>
<cursor>
<defs>
<desc>
<discard>
<ellipse>
<feBlend>
<feColorMatrix>
<feComponentTransfer>
<feComposite>
<feConvolveMatrix>
<feDiffuseLighting>
<feDisplacementMap>
<feDistantLight>
<feDropShadow>
<feFlood>
<feFuncA>
<feFuncB>
<feFuncG>
<feFuncR>
<feGaussianBlur>
<feImage>
<feMerge>
<feMergeNode>
<feMorphology>
<feOffset>
<fePointLight>
<feSpecularLighting>
<feSpotLight>
<feTile>
<feTurbulence>
<filter>
<font>
<font-face>
<font-face-format>
<font-face-name>
<font-face-src>
<font-face-uri>
<foreignObject>
<g>
<glyph>
<glyphRef>
<hatch>
<hatchpath>
<hkern>
<image>
<line>
<linearGradient>
<marker>
<mask>
<mesh>
<meshgradient>
<meshpatch>
<meshrow>
<metadata>
<missing-glyph>
<mpath>
<path>
<pattern>
<polygon>
<polyline>
<radialGradient>
<rect>
<script>
<set>
<solidcolor>
<stop>
<style>
<switch>
<symbol>
<text>
<textPath>
<title>
<tref>
<tspan>
<unknown>
<use>
<view>
<vkern>


Explicación de la categoria etiquetas html

        <!-- ===================== HTML (HEAD / METADATOS) ===================== -->
	#1  <html>
	#2  <head>
	#3  <title>
	#4  <base>
	#5  <link>
	#6  <meta>
	#7  <style>
	#8  <script>
	#9  <noscript>
	#10 <template>
	#11 <slot>
	<!-- ===================== HTML (SECCIONES / BODY) ===================== -->
	#12 <body>
	#13 <header>
	#14 <footer>
	#15 <main>
	#16 <nav>
	#17 <section>
	#18 <article>
	#19 <aside>
	<!-- ===================== HTML (TEXTO / INLINE) ===================== -->
	#20 <h1>
	#21 <h2>
	#22 <h3>
	#23 <h4>
	#24 <h5>
	#25 <h6>
	#26 <p>
	#27 <br>
	#28 <hr>
	#29 <pre>
	#30 <blockquote>
	#31 <cite>
	#32 <q>
	#33 <abbr>
	#34 <dfn>
	#35 <address>
	#36 <time>
	#37 <mark>
	#38 <small>
	#39 <strong>
	#40 <em>
	#41 <b>
	#42 <i>
	#43 <u>
	#44 <s>
	#45 <del>
	#46 <ins>
	#47 <sub>
	#48 <sup>
	#49 <code>
	#50 <kbd>
	#51 <samp>
	#52 <var>
	#53 <div>
	#54 <span>
	<!-- ===================== HTML (LISTAS) ===================== -->
	#55 <ul>
	#56 <ol>
	#57 <li>
	#58 <dl>
	#59 <dt>
	#60 <dd>
	<!-- ===================== HTML (FIGURAS) ===================== -->
	#61 <figure>
	#62 <figcaption>
	<!-- ===================== HTML (MULTIMEDIA / EMBED) ===================== -->
	#63 <img>
	#64 <picture>
	#65 <source>
	#66 <canvas>
	#67 <svg>
	#68 <path>
	#69 <circle>
	#70 <rect>
	#71 <line>
	#72 <polygon>
	#73 <g>
	#74 <use>
	#75 <iframe>
	#76 <object>
	#77 <param>
	#78 <embed>
	#79 <audio>
	#80 <video>
	#81 <track>
	<!-- ===================== HTML (FORMULARIOS) ===================== -->
	#82 <form>
	#83 <fieldset>
	#84 <legend>
	#85 <label>
	#86 <input>
	#87 <button>
	#88 <select>
	#89 <datalist>
	#90 <optgroup>
	#91 <option>
	#92 <textarea>
	#93 <output>
	#94 <progress>
	#95 <meter>
	<!-- ===================== HTML (TABLAS) ===================== -->
	#96  <table>
	#97  <caption>
	#98  <colgroup>
	#99  <col>
	#100 <thead>
	#101 <tbody>
	#102 <tfoot>
	#103 <tr>
	#104 <th>
	#105 <td>
	<!-- ===================== HTML (INTERACTIVOS) ===================== -->
	#106 <details>
	#107 <summary>
	#108 <dialog>
	#109 <menu>
	#110 <menuitem>        (obsoleta)
	#111 <command>         (obsoleta)
	<!-- ===================== HTML (VARIOS) ===================== -->
	#112 <data>
	#113 <bdi>
	#114 <bdo>
	#115 <wbr>
	#116 <ruby>
	#117 <rt>
	#118 <rp>
	<!-- ===================== HTML (OBSOLETOS) ===================== -->
	#119 <marquee>         
	#120 <font>            
	#121 <center>          
	#122 <big>              
	#123 <blink>            
	#124 <applet>           
	#125 <frame>             
	#126 <frameset>          
	#127 <noframes>          
	<!-- ===================== HTML (EXPERIMENTALES) ===================== -->
	#128 <script type="module">
	#129 <link rel="modulepreload">
	<!-- ===================== MATHML ===================== -->
	#130 <math>
	#131 <maction>
	#132 <maligngroup>
	#133 <malignmark>
	#134 <menclose>
	#135 <merror>
	#136 <mfenced>
	#137 <mfrac>
	#138 <mglyph>
	#139 <mi>
	#140 <mlabeledtr>
	#141 <mlongdiv>
	#142 <mmultiscripts>
	#143 <mn>
	#144 <mo>
	#145 <mover>
	#146 <mpadded>
	#147 <mphantom>
	#148 <mroot>
	#149 <mrow>
	#150 <ms>
	#151 <mscarries>
	#152 <mscarry>
	#153 <msgroup>
	#154 <mstack>
	#155 <msline>
	#156 <mspace>
	#157 <msqrt>
	#158 <mstyle>
	#159 <msub>
	#160 <msup>
	#161 <msubsup>
	#162 <mtable>
	#163 <mtd>
	#164 <mtext>
	#165 <mtr>
	#166 <munder>
	#167 <munderover>
	#168 <semantics>
	#169 <annotation>
	#170 <annotation-xml>
	<!-- ===================== SVG ===================== -->
	#171 <svg>
	#172 <a>
	#173 <altGlyph>
	#174 <altGlyphDef>
	#175 <altGlyphItem>
	#176 <animate>
	#177 <animateColor>        (obsoleta pero soportada)
	#178 <animateMotion>
	#179 <animateTransform>
	#180 <circle>
	#181 <clipPath>
	#182 <color-profile>
	#183 <cursor>
	#184 <defs>
	#185 <desc>
	#186 <discard>
	#187 <ellipse>
	#188 <feBlend>
	#189 <feColorMatrix>
	#190 <feComponentTransfer>
	#191 <feComposite>
	#192 <feConvolveMatrix>
	#193 <feDiffuseLighting>
	#194 <feDisplacementMap>
	#195 <feDistantLight>
	#196 <feDropShadow>
	#197 <feFlood>
	#198 <feFuncA>
	#199 <feFuncB>
	#200 <feFuncG>
	#201 <feFuncR>
	#202 <feGaussianBlur>
	#203 <feImage>
	#204 <feMerge>
	#205 <feMergeNode>
	#206 <feMorphology>
	#207 <feOffset>
	#208 <fePointLight>
	#209 <feSpecularLighting>
	#210 <feSpotLight>
	#211 <feTile>
	#212 <feTurbulence>
	#213 <filter>
	#214 <font>
	#215 <font-face>
	#216 <font-face-format>
	#217 <font-face-name>
	#218 <font-face-src>
	#219 <font-face-uri>
	#220 <foreignObject>
	#221 <g>
	#222 <glyph>
	#223 <glyphRef>
	#224 <hatch>
	#225 <hatchpath>
	#226 <hkern>
	#227 <image>
	#228 <line>
	#229 <linearGradient>
	#230 <marker>
	#231 <mask>
	#232 <mesh>
	#233 <meshgradient>
	#234 <meshpatch>
	#235 <meshrow>
	#236 <metadata>
	#237 <missing-glyph>
	#238 <mpath>
	#239 <path>
	#240 <pattern>
	#241 <polygon>
	#242 <polyline>
	#243 <radialGradient>
	#244 <rect>
	#245 <script>
	#246 <set>
	#247 <solidcolor>
	#248 <stop>
	#249 <style>
	#250 <switch>
	#251 <symbol>
	#252 <text>
	#253 <textPath>
	#254 <title>
	#255 <tref>
	#256 <tspan>
	#257 <unknown>             (aceptado en DOM como SVGUnknownElement)
	#258 <use>
	#259 <view>
	#260 <vkern>
   

Atributos:

id
class
style
title
hidden
tabindex
accesskey
draggable
contenteditable
dir
lang
translate
spellcheck
inert
part
exportparts
slot
is
autocapitalize
enterkeyhint
cite
datetime
data-*
itemid
itemprop
itemref
itemscope
itemtype
href
target
download
rel
hreflang
type
referrerpolicy
ping
src
srcset
sizes
crossorigin
integrity
poster
preload
autoplay
loop
muted
controls
playsinline
kind
label
default
action
method
enctype
novalidate
autocomplete
name
value
formenctype
formmethod
formnovalidate
formtarget
formaction
type
placeholder
required
readonly
disabled
multiple
maxlength
minlength
pattern
step
size
checked
selected
autofocus
list
accept
capture
inputmode
formaction
formmethod
formtarget
formnovalidate
popover
for
disabled
name
colspan
rowspan
headers
scope
abbr
align
valign
border
cellpadding
cellspacing
frame
rules
summary
alt
width
height
decoding
loading
fetchpriority
usemap
ismap
longdesc
referrerpolicy
src
srcdoc
name
sandbox
allow
allowfullscreen
loading
referrerpolicy
src
type
nomodule
async
defer
integrity
crossorigin
referrerpolicy
fetchpriority
href
rel
type
media
as
sizes
crossorigin
referrerpolicy
integrity
disabled
fetchpriority
charset
name
content
http-equiv
aria-label
aria-labelledby
aria-describedby
aria-hidden
aria-checked
aria-selected
aria-expanded
aria-pressed
aria-current
aria-role
aria-live
aria-busy
aria-disabled
aria-invalid
aria-haspopup
aria-orientation
aria-controls
aria-owns
aria-flowto
aria-autocomplete
aria-multiselectable
aria-valuenow
aria-valuemin
aria-valuemax
aria-required
popover
inert
blocking
enterkeyhint
autocapitalize
inputmode
virtualkeyboardpolicy
allowusermedia
allowpaymentrequest
importance
results
dirname
capture
fill
stroke
stroke-width
stroke-linecap
stroke-linejoin
stroke-dasharray
stroke-dashoffset
opacity
transform
transform-origin
x
y
x1
y1
x2
y2
cx
cy
r
rx
ry
d
points
viewBox
preserveAspectRatio
marker-start
marker-mid
marker-end
href
xlink:href
clip-path
mask
filter
stop-color
stop-opacity
mathvariant
mathsize
mathcolor
display
scriptlevel
movablelimits
accent
stretchy
symmetric
lspace
rspace
width
height
depth
bgcolor
background
bordercolor
frameborder
marginwidth
marginheight
scrolling
allowtransparency
language
version
profile
http-equiv="refresh"
http-equiv="set-cookie"
shape
coords
challenge
keytype
pluginspage
palette
color
face
size
datafld
datasrc
dataformatas
code
archive
declare
standby
classid
valuetype
event
for
behavior
axis
char
charoff
nowrap

   

Explicación de la categoria atributos

        <!-- ===================== ATRIBUTOS GLOBALES (válidos en casi todas las etiquetas) ===================== -->
	#1   id
	#2   class
	#3   style
	#4   title
	#5   hidden
	#6   tabindex
	#7   accesskey
	#8   draggable
	#9   contenteditable
	#10  dir
	#11  lang
	#12  translate
	#13  spellcheck
	#14  inert
	#15  part
	#16  exportparts
	#17  slot
	#18  is                  (para custom elements)
	#19  autocapitalize
	#20  enterkeyhint
	<!-- ===================== ATRIBUTOS DE CONTENIDO / TEXTO ===================== -->
	#21  cite
	#22  datetime
	#23  data-*              (atributos personalizados)
	#24  itemid
	#25  itemprop
	#26  itemref
	#27  itemscope
	#28  itemtype
	<!-- ===================== ATRIBUTOS DE FUENTES / ENLACES ===================== -->
	#29  href
	#30  target
	#31  download
	#32  rel
	#33  hreflang
	#34  type
	#35  referrerpolicy
	#36  ping
	<!-- ===================== ATRIBUTOS DE MEDIOS / RECURSOS ===================== -->
	#37  src
	#38  srcset
	#39  sizes
	#40  crossorigin
	#41  integrity
	#42  poster
	#43  preload
	#44  autoplay
	#45  loop
	#46  muted
	#47  controls
	#48  playsinline
	#49  kind
	#50  label
	#51  default
	<!-- ===================== ATRIBUTOS DE FORMULARIOS GENERALES ===================== -->
	#52  action
	#53  method
	#54  enctype
	#55  novalidate
	#56  autocomplete
	#57  name
	#58  value
	#59  formenctype
	#60  formmethod
	#61  formnovalidate
	#62  formtarget
	#63  formaction
	<!-- ===================== ATRIBUTOS DE INPUTS ===================== -->
	#64  type
	#65  placeholder
	#66  required
	#67  readonly
	#68  disabled
	#69  multiple
	#70  maxlength
	#71  minlength
	#72  pattern
	#73  step
	#74  size
	#75  checked
	#76  selected
	#77  autofocus
	#78  list
	#79  accept
	#80  capture
	#81  inputmode
	<!-- ===================== ATRIBUTOS DE BOTONES / SUBMIT ===================== -->
	#82  formaction
	#83  formmethod
	#84  formtarget
	#85  formnovalidate
	#86  popover
	<!-- ===================== ATRIBUTOS DE LABELS / FIELDSETS ===================== -->
	#87  for
	#88  disabled
	#89  name
	<!-- ===================== ATRIBUTOS DE TABLAS ===================== -->
	#90  colspan
	#91  rowspan
	#92  headers
	#93  scope
	#94  abbr
	#95  align           (obsoleto)
	#96  valign          (obsoleto)
	#97  border
	#98  cellpadding     (obsoleto)
	#99  cellspacing     (obsoleto)
	#100 frame            (obsoleto)
	#101 rules             (obsoleto)
	#102 summary           (obsoleto)
	<!-- ===================== ATRIBUTOS DE IMÁGENES / MAPAS ===================== -->
	#103 alt
	#104 width
	#105 height
	#106 decoding
	#107 loading
	#108 fetchpriority
	#109 usemap
	#110 ismap
	#111 longdesc          (obsoleto)
	#112 referrerpolicy
	<!-- ===================== ATRIBUTOS DE <IFRAME> ===================== -->
	#113 src
	#114 srcdoc
	#115 name
	#116 sandbox
	#117 allow
	#118 allowfullscreen
	#119 loading
	#120 referrerpolicy
	<!-- ===================== ATRIBUTOS DE <SCRIPT> ===================== -->
	#121 src
	#122 type
	#123 nomodule
	#124 async
	#125 defer
	#126 integrity
	#127 crossorigin
	#128 referrerpolicy
	#129 fetchpriority
	<!-- ===================== ATRIBUTOS DE <LINK> ===================== -->
	#130 href
	#131 rel
	#132 type
	#133 media
	#134 as
	#135 sizes
	#136 crossorigin
	#137 referrerpolicy
	#138 integrity
	#139 disabled
	#140 fetchpriority
	<!-- ===================== ATRIBUTOS DE <META> ===================== -->
	#141 charset
	#142 name
	#143 content
	#144 http-equiv
	<!-- ===================== ATRIBUTOS ARIA / ACCESIBILIDAD ===================== -->
	#145 aria-label
	#146 aria-labelledby
	#147 aria-describedby
	#148 aria-hidden
	#149 aria-checked
	#150 aria-selected
	#151 aria-expanded
	#152 aria-pressed
	#153 aria-current
	#154 aria-role         (usualmente solo role)
	#155 aria-live
	#156 aria-busy
	#157 aria-disabled
	#158 aria-invalid
	#159 aria-haspopup
	#160 aria-orientation
	#161 aria-controls
	#162 aria-owns
	#163 aria-flowto
	#164 aria-autocomplete
	#165 aria-multiselectable
	#166 aria-valuenow
	#167 aria-valuemin
	#168 aria-valuemax
	#169 aria-required
	<!-- ===================== ATRIBUTOS EXPERIMENTALES HTML5+ ===================== -->
	#170 popover
	#171 inert
	#172 blocking
	#173 enterkeyhint
	#174 autocapitalize
	#175 inputmode
	#176 virtualkeyboardpolicy
	#177 allowusermedia          (origin trial)
	#178 allowpaymentrequest
	#179 importance               (fetchpriority alias)
	#180 results                   (para inputs de búsqueda)
	#181 dirname                   (inputs)
	#182 capture                    (input file cam/mic)
	<!-- ==================== ATRIBUTOS SVG COMUNES ===================== -->
	#183 fill
	#184 stroke
	#185 stroke-width
	#186 stroke-linecap
	#187 stroke-linejoin
	#188 stroke-dasharray
	#189 stroke-dashoffset
	#190 opacity
	#191 transform
	#192 transform-origin
	#193 x
	#194 y
	#195 x1
	#196 y1
	#197 x2
	#198 y2
	#199 cx
	#200 cy
	#201 r
	#202 rx
	#203 ry
	#204 d
	#205 points
	#206 viewBox
	#207 preserveAspectRatio
	#208 marker-start
	#209 marker-mid
	#210 marker-end
	#211 href
	#212 xlink:href          (obsoleto pero soportado)
	#213 clip-path
	#214 mask
	#215 filter
	#216 stop-color
	#217 stop-opacity
	<!-- ===================== ATRIBUTOS MATHML COMUNES ===================== -->
	#218 mathvariant
	#219 mathsize
	#220 mathcolor
	#221 display
	#222 scriptlevel
	#223 movablelimits
	#224 accent
	#225 stretchy
	#226 symmetric
	#227 lspace
	#228 rspace
	#229 width
	#230 height
	#231 depth
	<!-- ===================== ATRIBUTOS OBSOLETOS PUROS ===================== -->
	#232 bgcolor               (obsoleto)
	#233 background            (obsoleto)
	#234 bordercolor           (obsoleto)
	#235 frameborder           (obsoleto)
	#236 marginwidth           (obsoleto)
	#237 marginheight          (obsoleto)
	#238 scrolling             (obsoleto)
	#239 allowtransparency     (obsoleto)
	#240 language              (obsoleto)
	#241 version               (obsoleto)
	#242 profile                 (obsoleto)
	#243 http-equiv="refresh"    (obsoleto)
	#244 http-equiv="set-cookie" (obsoleto)
	#245 shape                   (obsoleto)
	#246 coords                  (obsoleto)
	#247 challenge               (obsoleto)
	#248 keytype                 (obsoleto)
	#249 pluginspage             (obsoleto)
	#250 palette                 (obsoleto)
	#251 color                   (obsoleto)
	#252 face                    (obsoleto)
	#253 size                    (obsoleto)
	#256 datafld                 (obsoleto)
	#257 datasrc                 (obsoleto)
	#258 dataformatas            (obsoleto)
	#259 code                    (obsoleto)
	#260 archive                 (obsoleto)
	#261 declare                 (obsoleto)
	#262 standby                 (obsoleto)
	#263 classid                 (obsoleto)
	#264 valuetype                                                                                                                     (obsoleto)
	#265 event                                                                                                                               (obsoleto)
	#266 for                                                                                                                                       (obsoleto)
	#267 behavior                                                                                                                                           (obsoleto)
	#268 axis                                                                                                                                                       (obsoleto)
	#269 char                                                                                                                                                                (obsoleto)
	#270 charoff                                                                                                                                                                        (obsoleto)
	#271 nowrap                                                                                                                                                                                        (obsoleto)
   

   

Eventos:

onauxclick
onclick
ondblclick
oncontextmenu
onmousedown
onmouseup
onmouseenter
onmouseleave
onmouseover
onmouseout
onmousemove
onpointerdown
onpointerup
onpointerenter
onpointerleave
onpointerover
onpointerout
onpointermove
ongotpointercapture
onlostpointercapture
onkeydown
onkeyup
onkeypress
onfocus
onblur
onfocusin
onfocusout
onchange
oninput
oninvalid
onreset
onsubmit
onformchange
onforminput
onbeforeinput
onload
onloadstart
onloadend
onerror
onabort
onprogress
onreadystatechange
onbeforeunload
onunload
onresize
onscroll
onwheel
onfullscreenchange
onfullscreenerror
onafterprint
onbeforeprint
onhashchange
onlanguagechange
onmessage
onmessageerror
onoffline
ononline
onpagehide
onpageshow
onpopstate
onrejectionhandled
onstorage
onunhandledrejection
onunload
ondrag
ondragstart
ondragend
ondragenter
ondragleave
ondragover
ondrop
oncanplay
oncanplaythrough
ondurationchange
onemptied
onended
onpause
onplay
onplaying
onratechange
onseeked
onseeking
onstalled
onsuspend
ontimeupdate
onvolumechange
onwaiting
onloadeddata
onloadedmetadata
oncopy
oncut
onpaste
onanimationstart
onanimationend
onanimationiteration
ontransitionstart
ontransitionrun
ontransitionend
ontransitioncancel
ondeviceorientation
ondeviceorientationabsolute
ondevicemotion
onuserproximity
ondeviceproximity
onorientationchange
onvrdisplayconnect
onvrdisplaydisconnect
onvrdisplayactivate
onvrdisplaydeactivate
ongamepadconnected
ongamepaddisconnected
onspeechstart
onspeechend
onsoundstart
onsoundend
onresult
onnomatch
onerror
onaudiostart
onaudioend
onnotificationclick
onnotificationclose
onpush
onpushsubscriptionchange
onicecandidate
oniceconnectionstatechange
onicegatheringstatechange
onnegotiationneeded
ontrack
onconnectionstatechange
onsignalingstatechange
ondatachannel
oncharacteristicvaluechanged
ongattserverdisconnected
onadvertisementreceived
onconnect
ondisconnect
onsessionstart
onsessionend
oninputsourceschange
onselect
onselectstart
onselectend
onsqueeze
onsqueezestart
onsqueezeend
onvisibilitychange
onmerchantvalidation
onshippingaddresschange
onshippingoptionchange
onpaymentmethodchange
onload

   

Explicación de la categoria eventos html

x6_eventos_html:
	<!-- ===================== RATÓN / PUNTERO ===================== -->
	#1   onauxclick
	#2   onclick
	#3   ondblclick
	#4   oncontextmenu
	#5   onmousedown
	#6   onmouseup
	#7   onmouseenter
	#8   onmouseleave
	#9   onmouseover
	#10  onmouseout
	#11  onmousemove
	#12  onpointerdown
	#13  onpointerup
	#14  onpointerenter
	#15  onpointerleave
	#16  onpointerover
	#17  onpointerout
	#18  onpointermove
	#19  ongotpointercapture
	#20  onlostpointercapture
	<!-- ===================== TECLADO ===================== -->
	#21  onkeydown
	#22  onkeyup
	#23  onkeypress          (obsoleto pero aún soportado)
	<!-- ===================== FOCO / BLUR ===================== -->
	#24  onfocus
	#25  onblur
	#26  onfocusin
	#27  onfocusout
	<!-- ===================== FORMULARIOS / INPUT ===================== -->
	#28  onchange
	#29  oninput
	#30  oninvalid
	#31  onreset
	#32  onsubmit
	#33  onformchange         (experimental)
	#34  onforminput          (experimental)
	#35  onbeforeinput
	<!-- ===================== CARGA / RECURSOS ===================== -->
	#36  onload
	#37  onloadstart
	#38  onloadend
	#39  onerror
	#40  onabort
	#41  onprogress
	#42  onreadystatechange
	#43  onbeforeunload
	#44  onunload
	<!-- ===================== UI GLOBAL / DOCUMENTO ===================== -->
	#45  onresize
	#46  onscroll
	#47  onwheel
	#48  onfullscreenchange
	#49  onfullscreenerror
	#50  onafterprint
	#51  onbeforeprint
	#52  onhashchange
	#53  onlanguagechange
	#54  onmessage
	#55  onmessageerror
	#56  onoffline
	#57  ononline
	#58  onpagehide
	#59  onpageshow
	#60  onpopstate
	#61  onrejectionhandled
	#62  onstorage
	#63  onunhandledrejection
	#64  onunload
	<!-- ===================== DRAG & DROP ===================== -->
	#65  ondrag
	#66  ondragstart
	#67  ondragend
	#68  ondragenter
	#69  ondragleave
	#70  ondragover
	#71  ondrop
	<!-- ===================== MULTIMEDIA / MEDIA ===================== -->
	#72  oncanplay
	#73  oncanplaythrough
	#74  ondurationchange
	#75  onemptied
	#76  onended
	#77  onpause
	#78  onplay
	#79  onplaying
	#80  onratechange
	#81  onseeked
	#82  onseeking
	#83  onstalled
	#84  onsuspend
	#85  ontimeupdate
	#86  onvolumechange
	#87  onwaiting
	#88  onloadeddata
	#89  onloadedmetadata
	<!-- ===================== CLIPBOARD ===================== -->
	#90  oncopy
	#91  oncut
	#92  onpaste
	<!-- ===================== ANIMACIONES / TRANSICIONES ===================== -->
	#93  onanimationstart
	#94  onanimationend
	#95  onanimationiteration
	#96  ontransitionstart
	#97  ontransitionrun
	#98  ontransitionend
	#99  ontransitioncancel
	<!-- ===================== SENSORES / DISPOSITIVO ===================== -->
	#100 ondeviceorientation
	#101 ondeviceorientationabsolute
	#102 ondevicemotion
	#103 onuserproximity
	#104 ondeviceproximity          (antiguo, Firefox)
	#105 onorientationchange        (mobile)
	#106 onvrdisplayconnect          (WebVR obsoleto)
	#107 onvrdisplaydisconnect
	#108 onvrdisplayactivate
	#109 onvrdisplaydeactivate
	<!-- ===================== GAMEPAD / INPUT AVANZADO ===================== -->
	#110 ongamepadconnected
	#111 ongamepaddisconnected
	<!-- ===================== WEB SPEECH / RECOGNITION ===================== -->
	#112 onspeechstart
	#113 onspeechend
	#114 onsoundstart
	#115 onsoundend
	#116 onresult
	#117 onnomatch
	#118 onerror             (específico de SpeechRecognition también)
	#119 onaudiostart
	#120 onaudioend
	<!-- ===================== WEB NOTIFICATIONS / PUSH ===================== -->
	#121 onnotificationclick
	#122 onnotificationclose
	#123 onpush
	#124 onpushsubscriptionchange
	<!-- ===================== WEBRTC / MEDIOS EN VIVO ===================== -->
	#125 onicecandidate
	#126 oniceconnectionstatechange
	#127 onicegatheringstatechange
	#128 onnegotiationneeded
	#129 ontrack
	#130 onconnectionstatechange
	#131 onsignalingstatechange
	#132 ondatachannel
	<!-- ===================== WEB BLUETOOTH / USB / SERIAL ===================== -->
	#133 oncharacteristicvaluechanged
	#134 ongattserverdisconnected
	#135 onadvertisementreceived
	#136 onconnect            (WebUSB / WebSerial)
	#137 ondisconnect         (WebUSB / WebSerial)
	<!-- ===================== WEB XR / VR / AR ===================== -->
	#138 onsessionstart
	#139 onsessionend
	#140 oninputsourceschange
	#141 onselect
	#142 onselectstart
	#143 onselectend
	#144 onsqueeze
	#145 onsqueezestart
	#146 onsqueezeend
	#147 onvisibilitychange
	<!-- ===================== PAGOS / PAYMENT REQUEST ===================== -->
	#148 onmerchantvalidation
	#149 onshippingaddresschange
	#150 onshippingoptionchange
	#151 onpaymentmethodchange
	<!-- ===================== UI ===================== -->
	#152 onload
   


“Conoce cada etiqueta, domina cada vector, el XSS nace donde otros dejan de mirar.”


About

📜 Conoce cada etiqueta, domina cada vector, el XSS nace donde otros dejan de mirar.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors