摘要:
初始界面,想到了图片隐写,无果。然后查看源代码 看到了src是通过data伪协议来读取的,读取文件经过了base64编码,可以尝试文件包含index.php。 获得了index.php的base64加密内容 base64解码: <?php /** * Created by PhpStorm. * D 阅读全文
摘要:
点进去看见php源码 <?php highlight_file('flag.php'); $_GET['id'] = urldecode($_GET['id']); $flag = 'flag{xxxxxxxxxxxxxxxxxx}'; if (isset($_GET['uname']) and i 阅读全文