摘要: 1.题目名称:ereg 下载附件打开发现如下php源码 <?php $flag = "flag{flag}"; if (isset ($_GET['password'])) { if (ereg ("^[a-zA-Z0-9]+$", $_GET['password']) FALSE) { echo 阅读全文
posted @ 2022-08-07 22:38 0x1ang== 阅读(94) 评论(0) 推荐(0)