Characters allowed between slashes
3
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, November 20, 2024 at 8:38:20 PM
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...