> For the complete documentation index, see [llms.txt](https://gitbook-88.gitbook.io/ctf-writeup/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-88.gitbook.io/ctf-writeup/2019/2019-ji-ke-da-tiao-zhan/secret-file.md).

# Secret File

**index.php**

查看源码得知跳转路径

**Archive\_room.php**

查阅，根据查阅结束的“没看清么？回去再仔细看看吧。”这句话合理推测这里有个302跳转，通过burp抓包看到跳转·路径

**secr3t.php**

提示flag在flag.php

**flag.php**

php伪协议读取文件
