摘要: #代码审计-strpos数组绕过 <?php $flag = "flag"; if (isset ($_GET['ctf'])) { if (@ereg ("^[1-9]+$", $_GET['ctf']) FALSE) echo '必须输入数字才行'; else if (strpos ($_GET 阅读全文
posted @ 2020-10-25 11:07 WANGXIN_YU 阅读(113) 评论(0) 推荐(0)