摘要: web29 error_reporting(0); if(isset($_GET['c'])){ $c = $_GET['c']; if(!preg_match("/flag/i", $c)){ eval($c); } }else{ highlight_file(__FILE__); } 题目简单过 阅读全文
posted @ 2023-01-10 12:36 kode 阅读(643) 评论(0) 推荐(0)