Featured vector

No vectors found in the last 30 days

Fuzz vector cloud

1,393,934 Successful fuzzes

Vector

If your vector causes a crash you can retrieve the last state of the fuzz (using the browser that crashed)

Vector description Created by
Characters that eat JavaScript regex escapes @tifkin_
Browsers scanned
Export Last state Results Fork
Export this vector last state View results Fork Vector
Preparation Code Vector

Fuzz all charsets

Fuzz url for other browsers

http://fuzz.shazzer.co.uk/fuzz?doctype=html5&docmode=edge&action=all&id=1303&privateKey=

Fuzz specific charset

Fuzz Results for this browser

Navigation - Found 3 record(s). Page 1 of 1
Char $
Name DOLLAR SIGN = milreis, escudo
Test case View test case
Charcode 36
Hex 0x24
Vector <script> var regexChars = /$\$/g if(!("$$".match(regexChars))) { logChr(36) } </script>
Char \
Name REVERSE SOLIDUS = backslash
Test case View test case
Charcode 92
Hex 0x5c
Vector <script> var regexChars = /\\$/g if(!("\$".match(regexChars))) { logChr(92) } </script>
Char ^
Name CIRCUMFLEX ACCENT
Test case View test case
Charcode 94
Hex 0x5e
Vector <script> var regexChars = /^\$/g if(!("^$".match(regexChars))) { logChr(94) } </script>
Navigation - Found 3 record(s). Page 1 of 1