
Featured vector
No vectors found in the last 30 days
Fuzz vector cloud
Anchor Attributes CSS Closing Comments HTML HTML5 JavaScript Protocol Script URL XSS attribute bla bypass challenge char comment data encoding entities entity event events expression flash for fun handler href img innerHTML navigateURL obfuscation onload prompt properties regex space src style svg tag tags test testing uri vbscript waf xml
3,338,859 Successful fuzzes
Fuzz Vectors
Searching for "strings"
Your browser identified asGeneral Crawlers unknown
All vectors
Description | Vector | Created by |
---|---|---|
Characters that start JavaScript double quote strings | <script> *chr*"; logChr(*num*) </script> | @peksa |
Characters that result in multiline strings | <script> var a = "*chr* "; logChr(*num*); </script> | @tifkin_ |
Characters allowed after string multiline separator | <script> var x = "asdf\*chr* asdf"; logChr(*num*); </script> | @tifkin_ |
Uncode sequences generating illegitimate ASCII | <script> "\ud83d\u*hex4*".match(/.*<.*/) ? log(*num*) : null; </script> | @0x6D6172696F |
Characters consuming backslashes and breaking JS strings | <script>a='abc\*chr*\';log(*num*)//def';</script> | @0x6D6172696F |
Characters breaking CSS strings allowing expression | "'`>ABC<div style="font-family:'foo*chr*;x:expression(log(*num*));/*';">DEF | @0x6D6172696F |