摘要: 78 <?php if(isset($_GET['file'])){ $file = $_GET['file']; include($file); }else{ highlight_file(__FILE__); } ?file=data://text/plain;base64,PD9waHAgc3 阅读全文
posted @ 2022-01-09 10:47 NwN 阅读(1344) 评论(0) 推荐(0)
摘要: 29 <?php error_reporting(0); if(isset($_GET['c'])){ $c = $_GET['c']; if(!preg_match("/flag/i", $c)){ eval($c); } }else{ highlight_file(__FILE__); } ?c 阅读全文
posted @ 2022-01-09 10:46 NwN 阅读(1304) 评论(0) 推荐(0)