> 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/ba-chang/ctfhub/302-tiao-zhuan.md).

# 302跳转

点击Give me flag，跳转会index.html。查看流量，发现flag文件在index.php中。每次点击会自动跳转回index.html。

用burp拿下数据包，看到设置的referer指向index.html，将其改为index.php。
