随笔分类 -  日常练习

摘要:<html> <head> <title>ctf.show萌新计划web1</title> <meta charset="utf-8"> </head> <body> <?php # 包含数据库连接文件 include("config.php"); # 判断get提交的参数id是否存在 if(iss 阅读全文
posted @ 2022-08-27 08:38 Abyssun 阅读(73) 评论(0) 推荐(0)
摘要:<html> <head> <title>ctf.show萌新计划web1</title> <meta charset="utf-8"> </head> <body> <?php # 包含数据库连接文件 include("config.php"); # 判断get提交的参数id是否存在 if(iss 阅读全文
posted @ 2022-08-26 22:15 Abyssun 阅读(64) 评论(0) 推荐(0)
摘要:<html> <head> <title>ctf.show萌新计划web1</title> <meta charset="utf-8"> </head> <body> <?php # 包含数据库连接文件 include("config.php"); # 判断get提交的参数id是否存在 if(iss 阅读全文
posted @ 2022-08-25 23:49 Abyssun 阅读(93) 评论(0) 推荐(0)
摘要:打开靶机 <html> <head> <title>ctf.show萌新计划web1</title> <meta charset="utf-8"> </head> <body> <?php # 包含数据库连接文件 include("config.php"); # 判断get提交的参数id是否存在 i 阅读全文
posted @ 2022-08-25 23:32 Abyssun 阅读(108) 评论(0) 推荐(0)
摘要:1.代码审计 题目地址:https://ce.pwnthebox.com/challenges?type=5&page=2&id=666 打开靶机后,发现是两段相同的md5,尝试解一下发现是空密码 想起之前的目录扫描了(刚刚掌握没事都想试试【😀】) 对靶机进行扫描后,发现了一个 /index.ph 阅读全文
posted @ 2022-07-07 23:39 Abyssun 阅读(85) 评论(0) 推荐(0)