char not urlencoded (data)

Chrome logo 2

This vector shows which characters are not encoded in the schema part of the URL. Log data

Created by: nu11secur1ty

Created on: Sunday, September 29, 2024 at 9:18:06 AM

Updated on: Sunday, September 29, 2024 at 12:37:09 PM

Vector type: JS

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('$[data1]')
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('')
anchor.href='http://example.com';
anchor.protocol = 'http' + String.fromCodePoint(115) + ':';
if(!/http:/.test(anchor.protocol+''))alert('')

Fuzz results

Chrome logo
Chrome 129.0.0.0 desktop Windows NT 10.0

Updated

Sun Sep 29 2024
Found 2 results
DecHexChr
8353S
DecHexChr
11573s