Characters not urlencoded when using the shema part of the URL
2
2
2
This vector shows which characters are not encoded in the schema part of the URL.
Created by: d0ge
Created on: Tuesday, September 24, 2024 at 9:24:15 AM
Updated on: Monday, November 18, 2024 at 9:38:22 PM
Vector type: JS
Vector charset: UTF-8
Code used before fuzz:
const anchor = document.createElement('a');
Template used:
anchor.href='http://example.com';
anchor.protocol = 'http' + String.fromCodePoint($[i]) + ':';
if(!/http:/.test(anchor.protocol+''))log($[i])
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
anchor.href='http://example.com';
anchor.protocol = 'http' + String.fromCodePoint(83) + ':';
if(!/http:/.test(anchor.protocol+''))alert(83)
anchor.href='http://example.com';
anchor.protocol = 'http' + String.fromCodePoint(115) + ':';
if(!/http:/.test(anchor.protocol+''))alert(115)
Fuzz results
Safari 17.6 desktop macOS 10.15.7
Updated
Tue Sep 24 2024
Found 2 results
Loading...
Firefox 130.0 desktop macOS 10.15
Updated
Tue Sep 24 2024
Found 2 results
Loading...
Chrome 129.0.0.0 desktop macOS 10.15.7
Updated
Tue Sep 24 2024
Found 2 results
Loading...