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: Monday, March 31, 2025 at 2:43:53 AM
Vector type: JS
Vector charset: UTF-8
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 123.0.0.0 Unknown Unknown
Updated
Mon Apr 08 2024
Found 3 results
Loading...