Characters allowed between slashes

This vector shows what characters are allowed inside slashes on an anchor href

Created by: hackvertor

Created on: Monday, April 8, 2024 at 9:29:46 PM

Updated on: Wednesday, July 17, 2024 at 11:16:37 AM

Vector type: JS

Code used before fuzz:
const anchor = document.createElement('a');
Template used:
anchor.href='/$[chr]/example.com';
if(anchor.host === 'example.com')log($[i])
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...

Sample payloads

anchor.href='/	/example.com';
if(anchor.host === 'example.com')alert(9)
anchor.href='///example.com';
if(anchor.host === 'example.com')alert(47)
anchor.href='/\/example.com';
if(anchor.host === 'example.com')alert(92)

Fuzz results

Chrome logo
Chrome 123.0.0.0 Unknown Unknown
Found 3 results
DecHexChr
909HT
DecHexChr
472f/
DecHexChr
925c\