char not urlencoded (data+)
141
char not URL-encoded (data+) - string
Created by: nu11secur1ty
Created on: Sunday, September 29, 2024 at 9:54:48 AM
Updated on: Monday, November 18, 2024 at 9:38:21 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('$[data2]')
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
anchor.href='http://example.com';
anchor.protocol = 'http' + String.fromCodePoint(0) + ':';
if(!/http:/.test(anchor.protocol+''))alert('')
Fuzz results
Chrome 129.0.0.0 desktop Windows NT 10.0
Updated
Tue Oct 08 2024
Found 141 results
Loading...