摘要: 考察PHP伪协议+反序列化,都比较简单 进入题目给出源码: <?php $text = $_GET["text"]; $file = $_GET["file"]; $password = $_GET["password"]; if(isset($text)&&(file_get_contents($ 阅读全文
posted @ 2020-03-19 18:27 Ye'sBlog 阅读(384) 评论(0) 推荐(1) 编辑