Featured vector

No vectors found in the last 30 days

Fuzz vector cloud

1,393,934 Successful fuzzes

Fuzz Database


9.0
Vector
Characters not encoded by encodeURI
Navigation - Found 82 record(s). Page 1 of 2
Next page
Char !
Name EXCLAMATION MARK = factorial
Test case View test case
Charcode 33
Hex 0x21
Vector <script> if ('\u0021' === encodeURI('\u0021')) { alert(33); } </script>
View details
...
Char #
Name NUMBER SIGN = pound sign, hash, crosshatch, octothorpe
Test case View test case
Charcode 35
Hex 0x23
Vector <script> if ('\u0023' === encodeURI('\u0023')) { alert(35); } </script>
View details
...
Char $
Name DOLLAR SIGN = milreis, escudo
Test case View test case
Charcode 36
Hex 0x24
Vector <script> if ('\u0024' === encodeURI('\u0024')) { alert(36); } </script>
View details
...
Char &
Name AMPERSAND
Test case View test case
Charcode 38
Hex 0x26
Vector <script> if ('\u0026' === encodeURI('\u0026')) { alert(38); } </script>
View details
...
Char '
Name APOSTROPHE = apostrophe-quote (1.0)
Test case View test case
Charcode 39
Hex 0x27
Vector <script> if ('\u0027' === encodeURI('\u0027')) { alert(39); } </script>
View details
...
Char (
Name LEFT PARENTHESIS = opening parenthesis (1.0)
Test case View test case
Charcode 40
Hex 0x28
Vector <script> if ('\u0028' === encodeURI('\u0028')) { alert(40); } </script>
View details
...
Char )
Name RIGHT PARENTHESIS = closing parenthesis (1.0)
Test case View test case
Charcode 41
Hex 0x29
Vector <script> if ('\u0029' === encodeURI('\u0029')) { alert(41); } </script>
View details
...
Char *
Name ASTERISK = star (on phone keypads)
Test case View test case
Charcode 42
Hex 0x2a
Vector <script> if ('\u002A' === encodeURI('\u002A')) { alert(42); } </script>
View details
...
Char +
Name PLUS SIGN
Test case View test case
Charcode 43
Hex 0x2b
Vector <script> if ('\u002B' === encodeURI('\u002B')) { alert(43); } </script>
View details
...
Char ,
Name COMMA = decimal separator
Test case View test case
Charcode 44
Hex 0x2c
Vector <script> if ('\u002C' === encodeURI('\u002C')) { alert(44); } </script>
View details
...
Char -
Name HYPHEN-MINUS = hyphen or minus sign
Test case View test case
Charcode 45
Hex 0x2d
Vector <script> if ('\u002D' === encodeURI('\u002D')) { alert(45); } </script>
View details
...
Char .
Name FULL STOP = period, dot, decimal point
Test case View test case
Charcode 46
Hex 0x2e
Vector <script> if ('\u002E' === encodeURI('\u002E')) { alert(46); } </script>
View details
...
Char /
Name SOLIDUS = slash, virgule
Test case View test case
Charcode 47
Hex 0x2f
Vector <script> if ('\u002F' === encodeURI('\u002F')) { alert(47); } </script>
View details
...
Char 0
Name DIGIT ZERO
Test case View test case
Charcode 48
Hex 0x30
Vector <script> if ('\u0030' === encodeURI('\u0030')) { alert(48); } </script>
View details
...
Char 1
Name DIGIT ONE
Test case View test case
Charcode 49
Hex 0x31
Vector <script> if ('\u0031' === encodeURI('\u0031')) { alert(49); } </script>
View details
...
Char 2
Name DIGIT TWO
Test case View test case
Charcode 50
Hex 0x32
Vector <script> if ('\u0032' === encodeURI('\u0032')) { alert(50); } </script>
View details
...
Char 3
Name DIGIT THREE
Test case View test case
Charcode 51
Hex 0x33
Vector <script> if ('\u0033' === encodeURI('\u0033')) { alert(51); } </script>
View details
...
Char 4
Name DIGIT FOUR
Test case View test case
Charcode 52
Hex 0x34
Vector <script> if ('\u0034' === encodeURI('\u0034')) { alert(52); } </script>
View details
...
Char 5
Name DIGIT FIVE
Test case View test case
Charcode 53
Hex 0x35
Vector <script> if ('\u0035' === encodeURI('\u0035')) { alert(53); } </script>
View details
...
Char 6
Name DIGIT SIX
Test case View test case
Charcode 54
Hex 0x36
Vector <script> if ('\u0036' === encodeURI('\u0036')) { alert(54); } </script>
View details
...
Char 7
Name DIGIT SEVEN
Test case View test case
Charcode 55
Hex 0x37
Vector <script> if ('\u0037' === encodeURI('\u0037')) { alert(55); } </script>
View details
...
Char 8
Name DIGIT EIGHT
Test case View test case
Charcode 56
Hex 0x38
Vector <script> if ('\u0038' === encodeURI('\u0038')) { alert(56); } </script>
View details
...
Char 9
Name DIGIT NINE
Test case View test case
Charcode 57
Hex 0x39
Vector <script> if ('\u0039' === encodeURI('\u0039')) { alert(57); } </script>
View details
...
Char :
Name COLON
Test case View test case
Charcode 58
Hex 0x3a
Vector <script> if ('\u003A' === encodeURI('\u003A')) { alert(58); } </script>
View details
...
Char ;
Name SEMICOLON
Test case View test case
Charcode 59
Hex 0x3b
Vector <script> if ('\u003B' === encodeURI('\u003B')) { alert(59); } </script>
View details
...
Char =
Name EQUALS SIGN
Test case View test case
Charcode 61
Hex 0x3d
Vector <script> if ('\u003D' === encodeURI('\u003D')) { alert(61); } </script>
View details
...
Char ?
Name QUESTION MARK
Test case View test case
Charcode 63
Hex 0x3f
Vector <script> if ('\u003F' === encodeURI('\u003F')) { alert(63); } </script>
View details
...
Char @
Name COMMERCIAL AT = at sign
Test case View test case
Charcode 64
Hex 0x40
Vector <script> if ('\u0040' === encodeURI('\u0040')) { alert(64); } </script>
View details
...
Char A
Name LATIN CAPITAL LETTER A
Test case View test case
Charcode 65
Hex 0x41
Vector <script> if ('\u0041' === encodeURI('\u0041')) { alert(65); } </script>
View details
...
Char B
Name LATIN CAPITAL LETTER B
Test case View test case
Charcode 66
Hex 0x42
Vector <script> if ('\u0042' === encodeURI('\u0042')) { alert(66); } </script>
View details
...
Char C
Name LATIN CAPITAL LETTER C
Test case View test case
Charcode 67
Hex 0x43
Vector <script> if ('\u0043' === encodeURI('\u0043')) { alert(67); } </script>
View details
...
Char D
Name LATIN CAPITAL LETTER D
Test case View test case
Charcode 68
Hex 0x44
Vector <script> if ('\u0044' === encodeURI('\u0044')) { alert(68); } </script>
View details
...
Char E
Name LATIN CAPITAL LETTER E
Test case View test case
Charcode 69
Hex 0x45
Vector <script> if ('\u0045' === encodeURI('\u0045')) { alert(69); } </script>
View details
...
Char F
Name LATIN CAPITAL LETTER F
Test case View test case
Charcode 70
Hex 0x46
Vector <script> if ('\u0046' === encodeURI('\u0046')) { alert(70); } </script>
View details
...
Char G
Name LATIN CAPITAL LETTER G
Test case View test case
Charcode 71
Hex 0x47
Vector <script> if ('\u0047' === encodeURI('\u0047')) { alert(71); } </script>
View details
...
Char H
Name LATIN CAPITAL LETTER H
Test case View test case
Charcode 72
Hex 0x48
Vector <script> if ('\u0048' === encodeURI('\u0048')) { alert(72); } </script>
View details
...
Char I
Name LATIN CAPITAL LETTER I
Test case View test case
Charcode 73
Hex 0x49
Vector <script> if ('\u0049' === encodeURI('\u0049')) { alert(73); } </script>
View details
...
Char J
Name LATIN CAPITAL LETTER J
Test case View test case
Charcode 74
Hex 0x4a
Vector <script> if ('\u004A' === encodeURI('\u004A')) { alert(74); } </script>
View details
...
Char K
Name LATIN CAPITAL LETTER K
Test case View test case
Charcode 75
Hex 0x4b
Vector <script> if ('\u004B' === encodeURI('\u004B')) { alert(75); } </script>
View details
...
Char L
Name LATIN CAPITAL LETTER L
Test case View test case
Charcode 76
Hex 0x4c
Vector <script> if ('\u004C' === encodeURI('\u004C')) { alert(76); } </script>
View details
...
Char M
Name LATIN CAPITAL LETTER M
Test case View test case
Charcode 77
Hex 0x4d
Vector <script> if ('\u004D' === encodeURI('\u004D')) { alert(77); } </script>
View details
...
Char N
Name LATIN CAPITAL LETTER N
Test case View test case
Charcode 78
Hex 0x4e
Vector <script> if ('\u004E' === encodeURI('\u004E')) { alert(78); } </script>
View details
...
Char O
Name LATIN CAPITAL LETTER O
Test case View test case
Charcode 79
Hex 0x4f
Vector <script> if ('\u004F' === encodeURI('\u004F')) { alert(79); } </script>
View details
...
Char P
Name LATIN CAPITAL LETTER P
Test case View test case
Charcode 80
Hex 0x50
Vector <script> if ('\u0050' === encodeURI('\u0050')) { alert(80); } </script>
View details
...
Char Q
Name LATIN CAPITAL LETTER Q
Test case View test case
Charcode 81
Hex 0x51
Vector <script> if ('\u0051' === encodeURI('\u0051')) { alert(81); } </script>
View details
...
Char R
Name LATIN CAPITAL LETTER R
Test case View test case
Charcode 82
Hex 0x52
Vector <script> if ('\u0052' === encodeURI('\u0052')) { alert(82); } </script>
View details
...
Char S
Name LATIN CAPITAL LETTER S
Test case View test case
Charcode 83
Hex 0x53
Vector <script> if ('\u0053' === encodeURI('\u0053')) { alert(83); } </script>
View details
...
Char T
Name LATIN CAPITAL LETTER T
Test case View test case
Charcode 84
Hex 0x54
Vector <script> if ('\u0054' === encodeURI('\u0054')) { alert(84); } </script>
View details
...
Char U
Name LATIN CAPITAL LETTER U
Test case View test case
Charcode 85
Hex 0x55
Vector <script> if ('\u0055' === encodeURI('\u0055')) { alert(85); } </script>
View details
...
Char V
Name LATIN CAPITAL LETTER V
Test case View test case
Charcode 86
Hex 0x56
Vector <script> if ('\u0056' === encodeURI('\u0056')) { alert(86); } </script>
View details
...
Navigation - Found 82 record(s). Page 1 of 2
Next page