mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 13:34:12 +00:00
js events and html tags, thx to ron gutierrez of gdssecurity.com
This commit is contained in:
parent
94e7db7cd7
commit
199a79b70b
2 changed files with 189 additions and 0 deletions
115
attack-payloads/html_fuzz/html_tags.txt
Normal file
115
attack-payloads/html_fuzz/html_tags.txt
Normal file
|
@ -0,0 +1,115 @@
|
|||
<!-- -->
|
||||
<!DOCTYPE>
|
||||
<a>
|
||||
<abbr>
|
||||
<acronym>
|
||||
<address>
|
||||
<applet>
|
||||
<area>
|
||||
<article>
|
||||
<aside>
|
||||
<audio>
|
||||
<b>
|
||||
<base>
|
||||
<basefont>
|
||||
<bdo>
|
||||
<big>
|
||||
<blockquote>
|
||||
<body>
|
||||
<br>
|
||||
<button>
|
||||
<canvas>
|
||||
<caption>
|
||||
<center>
|
||||
<cite>
|
||||
<code>
|
||||
<col>
|
||||
<colgroup>
|
||||
<command>
|
||||
<datalist>
|
||||
<dd>
|
||||
<del>
|
||||
<details>
|
||||
<dfn>
|
||||
<dir>
|
||||
<div>
|
||||
<dl>
|
||||
<dt>
|
||||
<em>
|
||||
<embed>
|
||||
<fieldset>
|
||||
<figcaption>
|
||||
<figure>
|
||||
<font>
|
||||
<footer>
|
||||
<form>
|
||||
<frame>
|
||||
<frameset>
|
||||
<h1>
|
||||
<head>
|
||||
<header>
|
||||
<hgroup>
|
||||
<hr>
|
||||
<html>
|
||||
<i>
|
||||
<iframe>
|
||||
<img>
|
||||
<input>
|
||||
<ins>
|
||||
<keygen>
|
||||
<kbd>
|
||||
<label>
|
||||
<legend>
|
||||
<li>
|
||||
<link>
|
||||
<map>
|
||||
<mark>
|
||||
<menu>
|
||||
<meta>
|
||||
<meter>
|
||||
<nav>
|
||||
<noframes>
|
||||
<noscript>
|
||||
<object>
|
||||
<ol>
|
||||
<optgroup>
|
||||
<option>
|
||||
<output>
|
||||
<p>
|
||||
<param>
|
||||
<pre>
|
||||
<progress>
|
||||
<q>
|
||||
<rp>
|
||||
<rt>
|
||||
<ruby>
|
||||
<s>
|
||||
<samp>
|
||||
<script>
|
||||
<section>
|
||||
<select>
|
||||
<small>
|
||||
<source>
|
||||
<span>
|
||||
<strike>
|
||||
<strong>
|
||||
<style>
|
||||
<sub>
|
||||
<summary>
|
||||
<sup>
|
||||
<table>
|
||||
<tbody>
|
||||
<td>
|
||||
<textarea>
|
||||
<tfoot>
|
||||
<th>
|
||||
<thead>
|
||||
<time>
|
||||
<title>
|
||||
<tr>
|
||||
<tt>
|
||||
<u>
|
||||
<ul>
|
||||
<var>
|
||||
<video>
|
||||
<xmp>
|
74
attack-payloads/html_fuzz/javascript_events.txt
Normal file
74
attack-payloads/html_fuzz/javascript_events.txt
Normal file
|
@ -0,0 +1,74 @@
|
|||
onafterprint
|
||||
onbeforeprint
|
||||
onbeforeonload
|
||||
onblur
|
||||
onerror
|
||||
onfocus
|
||||
onhaschange
|
||||
onload
|
||||
onmessage
|
||||
onoffline
|
||||
ononline
|
||||
onpagehide
|
||||
onpageshow
|
||||
onpopstate
|
||||
onredo
|
||||
onresize
|
||||
onstorage
|
||||
onundo
|
||||
onunload
|
||||
onblur
|
||||
onchange
|
||||
oncontextmenu
|
||||
onfocus
|
||||
onformchange
|
||||
onforminput
|
||||
oninput
|
||||
oninvalid
|
||||
onreset
|
||||
onselect
|
||||
onsubmit
|
||||
onkeydown
|
||||
onkeypress
|
||||
onkeyup
|
||||
onclick
|
||||
ondblclick
|
||||
ondrag
|
||||
ondragend
|
||||
ondragenter
|
||||
ondragleave
|
||||
ondragover
|
||||
ondragstart
|
||||
ondrop
|
||||
onmousedown
|
||||
onmousemove
|
||||
onmouseout
|
||||
onmouseover
|
||||
onmouseup
|
||||
onmousewheel
|
||||
onscroll
|
||||
onabort
|
||||
oncanplay
|
||||
oncanplaythrough
|
||||
ondurationchange
|
||||
onemptied
|
||||
onended
|
||||
onerror
|
||||
onloadeddata
|
||||
onloadedmetadata
|
||||
onloadedstart
|
||||
onpause
|
||||
onplay
|
||||
onplaying
|
||||
onprogress
|
||||
onratechange
|
||||
onreadystatechange
|
||||
onseeked
|
||||
onseeking
|
||||
onstalled
|
||||
onsuspend
|
||||
ontimeupdate
|
||||
onvolumechange
|
||||
onwaiting
|
||||
style
|
||||
|
Loading…
Reference in a new issue