Characters that change length on .toLowerCase()
1
Useful for code that expects data of a certain length, but lowercases it in between checking and using.
Created by: JorianWoltjer
Created on: Thursday, April 11, 2024 at 5:03:54 PM
Updated on: Saturday, November 23, 2024 at 8:31:33 AM
Vector type: JS
Vector charset: UTF-8
Template used:
const c = String.fromCodePoint(i)
const c_lower = c.toLowerCase()
if (c_lower.length != c.length){
log(i)
}
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
const c = String.fromCodePoint(i)
const c_lower = c.toLowerCase()
if (c_lower.length != c.length){
alert(i)
}
Fuzz results
Chrome 123.0.0.0 Unknown Unknown
Updated
Thu Apr 11 2024
Found 1 result
Loading...