摘要: 今天把CTFshow的萌新web题做了一下,还是有收获的。期间也看了不少大佬的wp。 阅读全文
posted @ 2023-02-15 16:00 LuckMeteor 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: 浅拷贝知识。 阅读全文
posted @ 2023-02-03 14:25 LuckMeteor 阅读(95) 评论(0) 推荐(0) 编辑
摘要: PHP反序列化字符串逃逸 阅读全文
posted @ 2023-02-03 11:52 LuckMeteor 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 不会做,待更新。 阅读全文
posted @ 2023-02-03 11:29 LuckMeteor 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 一、代码 <?php */ highlight_file(__FILE__); include('flag.php'); class message{ public $from; public $msg; public $to; public $token='user'; public functi 阅读全文
posted @ 2023-02-03 11:28 LuckMeteor 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 不想做,待更新 阅读全文
posted @ 2023-02-03 11:26 LuckMeteor 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 一、代码 <?php error_reporting(0); highlight_file(__FILE__); include('flag.php'); if(preg_match('/ctfshow_i_love_36D/',serialize($_GET['ctfshow']))){ echo 阅读全文
posted @ 2023-02-03 11:24 LuckMeteor 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 没有做,带更新 阅读全文
posted @ 2023-02-03 11:21 LuckMeteor 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 一、代码 <?php error_reporting(0); highlight_file(__FILE__); class ctfShowUser{ private $username='xxxxxx'; private $password='xxxxxx'; private $isVip=fal 阅读全文
posted @ 2023-02-02 18:35 LuckMeteor 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 简单的POP链 阅读全文
posted @ 2023-02-02 18:15 LuckMeteor 阅读(306) 评论(0) 推荐(0) 编辑