HTML entities inside JavaScript URL before colon
Shows which HTML entities are allowed after colon with the JavaScript protocol
Created by: hackvertor
Created on: Tuesday, June 25, 2024 at 11:58:34 AM
Updated on: Friday, September 6, 2024 at 4:24:24 PM
Vector type: JS
Code used before fuzz:
const div = document.createElement('div');
Template used:
div.innerHTML='<a href="javascript$[data1]:">test</a>';
div.querySelector('a').protocol === 'javascript:' && log('$[data1]')
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
div.innerHTML='<a href="javascript::">test</a>';
div.querySelector('a').protocol === 'javascript:' && alert(':')
div.innerHTML='<a href="javascript
:">test</a>';
div.querySelector('a').protocol === 'javascript:' && alert('
')
div.innerHTML='<a href="javascript	:">test</a>';
div.querySelector('a').protocol === 'javascript:' && alert('	')
Fuzz results
Chrome 126.0.0.0 desktop macOS 10.15.7
Found 3 results
Data |
---|
: |
Data |
---|

 |
Data |
---|
	 |
Safari 17.4 desktop macOS 10.15.7
Found 3 results
Data |
---|
: |
Data |
---|

 |
Data |
---|
	 |
Firefox 127.0 desktop macOS 10.15
Found 3 results
Data |
---|
: |
Data |
---|

 |
Data |
---|
	 |