Characters that act as new lines in multi line strings
This vector shows what characters used in a multiline string after the backslash
Created by: hackvertor
Created on: Thursday, June 20, 2024 at 11:14:39 AM
Updated on: Monday, August 5, 2024 at 4:19:39 AM
Vector type: JS
Template used:
"x\$[chr]"==="x" && log($[i])
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
"x\
"==="x" && alert(10)
"x\
"==="x" && alert(13)
"x\
"==="x" && alert(8232)
"x\
"==="x" && alert(8233)
Fuzz results
Chrome 126.0.0.0 desktop macOS 10.15.7
Found 4 results
Dec | Hex | Chr |
---|---|---|
10 | 0a | LF |
Dec | Hex | Chr |
---|---|---|
13 | 0d | CR |
Dec | Hex | Chr |
---|---|---|
8232 | 2028 |
Dec | Hex | Chr |
---|---|---|
8233 | 2029 |
Firefox 127.0 desktop macOS 10.15
Found 4 results
Dec | Hex | Chr |
---|---|---|
10 | 0a | LF |
Dec | Hex | Chr |
---|---|---|
13 | 0d | CR |
Dec | Hex | Chr |
---|---|---|
8232 | 2028 |
Dec | Hex | Chr |
---|---|---|
8233 | 2029 |
Safari 17.4 desktop macOS 10.15.7
Found 4 results
Dec | Hex | Chr |
---|---|---|
10 | 0a | LF |
Dec | Hex | Chr |
---|---|---|
13 | 0d | CR |
Dec | Hex | Chr |
---|---|---|
8232 | 2028 |
Dec | Hex | Chr |
---|---|---|
8233 | 2029 |