Loading

摘要: 进去是一个计算机界面,很大感觉是ssti模板注入(然而并不是) 看js代码,在/calc.php处理数据 代码: <?php error_reporting(0); if(!isset($_GET['num'])){ show_source(__FILE__); }else{ $str = $_GE 阅读全文
posted @ 2021-09-27 22:57 Aninock 阅读(80) 评论(0) 推荐(0)