[SWPUCTF 2021 新生赛]

[SWPUCTF 2021 新生赛]jicao

进入环境:

post传id 

对get 传的 json 进行json解码

示例:

 int(1)
["b"] => int(2)
["c"] => int(3)
["d"] => int(4)
["e"] => int(5)

所以我们只要传 get: json={"x":“wllm”}  post:id=wllmNB 就可以了

[SWPUCTF 2021 新生赛]pop

很基础的pop 链构造:

 
 

你可能感兴趣的:(nssctf,json)