char not urlencoded (data)
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: Tuesday, December 3, 2024 at 9:08:47 AM
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('$[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 129.0.0.0 desktop Windows NT 10.0
Updated
Sun Sep 29 2024
Found 2 results
Loading...