刷题记录:[HarekazeCTF2019]encode_and_encode
https://st98.github.io/diary/posts/2019-05-21-harekaze-ctf-2019.html#web-100-encode--encode
一、知识点
JSON转义字符绕过
\uXXXX
可以在JSON中转义字符,例如A
,\u0041
等效
php伪协议
php://filter/convert.base64-encode/resource=
https://st98.github.io/diary/posts/2019-05-21-harekaze-ctf-2019.html#web-100-encode--encode
\uXXXX
可以在JSON中转义字符,例如A
,\u0041
等效
php://filter/convert.base64-encode/resource=
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。