摘要: [极客大挑战 2019]RCE ME <?php error_reporting(0); if(isset($_GET['code'])){ $code=$_GET['code']; if(strlen($code)>40){ die("This is too Long."); } if(preg_ 阅读全文
posted @ 2025-01-20 16:47 Z3r00 阅读(69) 评论(0) 推荐(0)