Characters allowed between slashes
This vector shows what characters are allowed inside slashes on an anchor href
Created byhackvertor
Created Apr 8, 2024
Updated May 26, 2025
Detecting browser...
CategoryURL Handling
VisibilityPublic
TypeJS
CharsetUTF-8
Code used before fuzz:
const anchor = document.createElement('a');Template used:
anchor.href='/$[chr]/example.com';0x0D
if(anchor.host === 'example.com')log($[i])Sample payloads
anchor.href='/0x09/example.com';0x0D
if(anchor.host === 'example.com')alert(9)anchor.href='///example.com';0x0D
if(anchor.host === 'example.com')alert(47)anchor.href='/\/example.com';0x0D
if(anchor.host === 'example.com')alert(92)Fuzz results
Chrome 145.0.0.0 desktop Windows NT 10.0
Updated17 Feb 2026
Found 1 result
Loading...
Chrome 123.0.0.0 Unknown Unknownolder version
Updated8 Apr 2024
Found 3 results
Loading...
Firefox 147.0 desktop Linux
Updated1 Feb 2026
Found 1 result
Loading...
Microsoft Edge 144.0.0.0 desktop Windows NT 10.0
Updated31 Jan 2026
Found 1 result
Loading...