Entities allowed between two forward slashes
4
Quick check what entities is allowed between two slashes in regards to a protocol "//"
Created by: InsertScript
Created on: Thursday, September 19, 2024 at 10:55:21 AM
Updated on: Tuesday, December 17, 2024 at 6:00:53 PM
Vector type: XSS
Vector charset: UTF-8
Template used:
<a href="/$[data1]/test.com/" id=x></a>
Code used after fuzz:
if(x.host == "test.com")log('$[data1]')
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
<a href="/\/test.com/" id=x></a>
<a href="/
/test.com/" id=x></a>
<a href="///test.com/" id=x></a>
<a href="/	/test.com/" id=x></a>
Fuzz results
Chrome 131.0.0.0 desktop Windows NT 10.0
Updated
Thu Sep 19 2024
Found 4 results
Loading...