随笔分类 -  PHP反序列化

摘要:题目 思路 点开题目一看,似乎是代码审计: <?php $text = $_GET["text"]; $file = $_GET["file"]; $password = $_GET["password"]; if(isset($text)&&(file_get_contents($text,'r' 阅读全文
posted @ 2021-09-30 14:43 --Kisaragi-- 阅读(194) 评论(0) 推荐(0)
摘要:题目 <?php include_once 'flag.php'; highlight_file(__FILE__); // Security filtering function function filter($str){ return str_replace('secure', 'secure 阅读全文
posted @ 2021-09-05 20:41 --Kisaragi-- 阅读(229) 评论(0) 推荐(0)