char not urlencoded (data+)
char not URL-encoded (data+) - string
Created bynu11secur1ty
Created Sep 29, 2024
Updated May 27, 2025
Detecting browser...
CategoryURL Handling
VisibilityPublic
TypeJS
CharsetUTF-8
$[data1] placeholderall_browser_events
$[data2] placeholderall_browser_events
Code used before fuzz:
const anchor = document.createElement('a');Template used:
anchor.href='http://example.com';0x0D
anchor.protocol = 'http' + String.fromCodePoint($[i]) + ':';0x0D
if(!/http:/.test(anchor.protocol+''))log('$[data2]')Sample payloads
anchor.href='http://example.com';0x0D
anchor.protocol = 'http' + String.fromCodePoint(0) + ':';0x0D
if(!/http:/.test(anchor.protocol+''))alert('')Fuzz results
Chrome 144.0.0.0 desktop Windows NT 10.0
Updated31 Jan 2026
Found 157 results
Loading...
Chrome 143.0.0.0 desktop macOS 10.15.7older version
Updated28 Jan 2026
Found 157 results
Loading...
Firefox 147.0 desktop Linux
Updated1 Feb 2026
Found 157 results
Loading...
Microsoft Edge 144.0.0.0 desktop Windows NT 10.0
Updated30 Jan 2026
Found 157 results
Loading...