xss学习:String.fromCharCode()

javascript中有个方法String.fromCharCode();作用是将Unicode编码转化成字符串。

举例说明:

console.log(String.fromCharCode(72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100, 33))

这种方法可以一定程度绕过过滤,方法来源于hackbar

posted @ 2016-03-23 10:53  平底斜  阅读(795)  评论(0)    收藏  举报