Shazzer logo

Characters allowed within a hostname but don't change the hostname

⚠ Browser differences
Chrome logo 45
Firefox logo 45
Edge logo 45
Safari logo 29

Checks what characters can be added in the middle of "https://example.com", while keeping the hostname "example.com"

ThomasOrlita
Created byThomasOrlita
Created Apr 30, 2024
Updated May 14, 2025

Tweet
Detecting browser...
CategoryURL Handling
VisibilityPublic
TypeJS
CharsetUTF-8
Template used:
if (new URL("https://example.co" + String.fromCodePoint($[i]) + "m").hostname === 'example.com'){log($[i])}

Sample payloads

if (new URL("https://example.co" + String.fromCodePoint(9) + "m").hostname === 'example.com'){alert(9)}
if (new URL("https://example.co" + String.fromCodePoint(10) + "m").hostname === 'example.com'){alert(10)}
if (new URL("https://example.co" + String.fromCodePoint(13) + "m").hostname === 'example.com'){alert(13)}
if (new URL("https://example.co" + String.fromCodePoint(173) + "m").hostname === 'example.com'){alert(173)}
if (new URL("https://example.co" + String.fromCodePoint(847) + "m").hostname === 'example.com'){alert(847)}
if (new URL("https://example.co" + String.fromCodePoint(4447) + "m").hostname === 'example.com'){alert(4447)}
if (new URL("https://example.co" + String.fromCodePoint(4448) + "m").hostname === 'example.com'){alert(4448)}
if (new URL("https://example.co" + String.fromCodePoint(6068) + "m").hostname === 'example.com'){alert(6068)}
if (new URL("https://example.co" + String.fromCodePoint(6069) + "m").hostname === 'example.com'){alert(6069)}
if (new URL("https://example.co" + String.fromCodePoint(6155) + "m").hostname === 'example.com'){alert(6155)}
if (new URL("https://example.co" + String.fromCodePoint(6156) + "m").hostname === 'example.com'){alert(6156)}
if (new URL("https://example.co" + String.fromCodePoint(6157) + "m").hostname === 'example.com'){alert(6157)}
if (new URL("https://example.co" + String.fromCodePoint(6158) + "m").hostname === 'example.com'){alert(6158)}
if (new URL("https://example.co" + String.fromCodePoint(6159) + "m").hostname === 'example.com'){alert(6159)}
if (new URL("https://example.co" + String.fromCodePoint(8203) + "m").hostname === 'example.com'){alert(8203)}
if (new URL("https://example.co" + String.fromCodePoint(8288) + "m").hostname === 'example.com'){alert(8288)}
if (new URL("https://example.co" + String.fromCodePoint(8289) + "m").hostname === 'example.com'){alert(8289)}
if (new URL("https://example.co" + String.fromCodePoint(8290) + "m").hostname === 'example.com'){alert(8290)}
if (new URL("https://example.co" + String.fromCodePoint(8291) + "m").hostname === 'example.com'){alert(8291)}
if (new URL("https://example.co" + String.fromCodePoint(8292) + "m").hostname === 'example.com'){alert(8292)}

Fuzz results

Chrome logo
Chrome 144.0.0.0 desktop Windows NT 10.0

Updated

Sat Jan 31 2026
Found 45 results
Loading...
Chrome logo
Chrome 143.0.0.0 desktop macOS 10.15.7older version

Updated

Sat Jan 31 2026
Found 45 results
Loading...
Chrome logo
Chrome 124.0.0.0 Unknown Unknownolder version

Updated

Wed May 01 2024
Found 273 results
Loading...
Firefox logo
Firefox 147.0 desktop Linux

Updated

Sun Feb 01 2026
Found 45 results
Loading...
Firefox logo
Firefox 129.0 desktop macOS 10.15older version

Updated

Tue Aug 20 2024
Found 29 results
Loading...
Edge logo
Microsoft Edge 144.0.0.0 desktop Windows NT 10.0

Updated

Sat Jan 31 2026
Found 45 results
Loading...
Safari logo
Safari 17.6 mobile iOS 17.6.1

Updated

Tue Aug 20 2024
Found 29 results
Loading...