zhaoyuncheng82 发表于 2015-06-15 21:17

求助php代码解读,大神们多谢啦

<?
if(eregi("jsyd",$_GET)) {
exit();
}

$_GET = urldecode($_GET);
if($_GET == "jsyd")
{
echo "<p>flag: KEY{xxxxxxx}</p>";
}
?>
如何构造URL才能进入下面这个if分支,打印key值呢?多谢

zhaoyuncheng82 发表于 2015-06-15 21:19

求助高手们,坐等

zhaoyuncheng82 发表于 2015-06-15 21:21

本帖最后由 zhaoyuncheng82 于 2015-06-15 21:22 编辑

我构造了index.php?id=%6A%73%79%64还是不行呢?怎么
页: [1]
查看完整版本: 求助php代码解读,大神们多谢啦