复现环境:buuoj.cn

[ASIS 2019] web题-Unicorn shop
这里有个小提示
[ASIS 2019] web题-Unicorn shop

输入商品编号和价格的时候提示商品出错,可能是被买完了!!

[ASIS 2019] web题-Unicorn shop

再尝试购买第四个的时候,发现不一样的提示
[ASIS 2019] web题-Unicorn shop
告诉了我们只能使用一个字符,所以猜测出题人是购买第四只独角兽,获取flag,于是我们需要找到一个字符比1337大的数字,也就是utf-8编码的转换。
https://www.compart.com/en/unicode/
搜索大于 thousand 的单个字符
[ASIS 2019] web题-Unicorn shop
将0x替换成%
%F0%90%84%AB
[ASIS 2019] web题-Unicorn shop
[ASIS 2019] web题-Unicorn shop
flag{39f5b9b7-8b41-4853-a7d8-5a147271a711}

相关文章:

  • 2021-11-28
  • 2021-11-06
  • 2022-12-23
  • 2021-08-05
  • 2021-06-07
  • 2021-05-29
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2022-01-04
  • 2021-12-23
  • 2021-10-26
  • 2021-06-08
  • 2021-09-16
相关资源
相似解决方案