摘要: 记录一个没见过的RCE类型题目。先看源码: 点击查看代码 <?php error_reporting(0); if(isset($_GET['file'])) { $file = $_GET['file']; if(preg_match('/flag|log|session|filter|input 阅读全文
posted @ 2024-04-25 16:10 jockerliu 阅读(179) 评论(0) 推荐(0)