ToUpperCase Improper Character Morphing
6
6
Checks for any special characters which are converted to something else when uppercased.
Created by: IDKdir
Created on: Saturday, July 13, 2024 at 9:47:15 PM
Updated on: Wednesday, November 20, 2024 at 8:38:20 PM
Vector type: JS
Vector charset: UTF-8
Template used:
var targets=['"','\'','<','/','>','\\']
if (targets.includes('$[chr]'.toUpperCase())) {
log($[i]+' (normal) ($[chr] -> '+"$[chr]".toUpperCase()+')')
}
if (targets.includes('$[chr]'.toLocaleUpperCase())) {
log($[i]+' (locale) ($[chr] -> '+"$[chr]".toLocaleUpperCase()+')')
}
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
var targets=['"','\'','<','/','>','\\']
if (targets.includes('