摘要: <link rel='stylesheet' href='https://blog-static.cnblogs.com/files/elkyo/cute-cnblogs.css'> <link rel='stylesheet' href='https://cdn.bootcss.com/anima 阅读全文
posted @ 2022-03-05 21:26 FPointmaple 阅读(33) 评论(0) 推荐(0) 编辑
摘要: if(isset($_GET{'str'})) { $str = (string)$_GET['str']; if(is_valid($str)) { $obj = unserialize($str); } } 这是主要代码,要利用反序列化,然后在看看is_valid($str)这个的代码 func 阅读全文
posted @ 2022-03-05 19:11 FPointmaple 阅读(50) 评论(0) 推荐(0) 编辑