xss学习:String.fromCharCode()
javascript中有个方法String.fromCharCode();作用是将Unicode编码转化成字符串。
举例说明:
console.log(String.fromCharCode(72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33))

这种方法可以一定程度绕过过滤,方法来源于hackbar
如果您看完本篇感觉不错,请点击下方的【推荐】支持一下博主!
javascript中有个方法String.fromCharCode();作用是将Unicode编码转化成字符串。
举例说明:
console.log(String.fromCharCode(72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33))

这种方法可以一定程度绕过过滤,方法来源于hackbar
如果您看完本篇感觉不错,请点击下方的【推荐】支持一下博主!