摘要: 常见的过滤方式如下: <?php if(!preg_match('/[a-z0-9]/is',$_GET['shell'])) { eval($_GET['shell']); } 根据情况即题目不同,还可能出现 过滤 ~ 的情况(此时不能用url编码取反),有时出现过滤 ^ (此时不能用异或),有时 阅读全文
posted @ 2025-07-16 13:00 咿呀鲸落 阅读(17) 评论(0) 推荐(0)