| ID: | 4061 |
|---|---|
| 标题: | web578 |
| 描述: | * 此题为 【从0开始学web】系列第五百七十八题 * 此系列题目从最基础开始,题目遵循循序渐进的原则 * 希望对学习CTF WEB的同学有所帮助。 * 此专题专门用来深入学习thinkphp **变量覆盖导致rce** <code> public function index($name='',$from='ctfshow'){<br> $this->assign($name,$from);<br> $this->display('index');<br> }<br> </code> |
| 类型: | WEB入门.thinkphp专题 |
| 网站: | ctfshow |
| 题目链接: | https://ctf.show/api/v1/challenges/1273 |
| 赛事: | thinkphp专题 |
| 年度: | None |
| Flag值: | @printr(scandir(′/′)){@print_r(scandir('/'))}@printr(scandir(′/′)){@highlight_file('/flag')} |
| writeup: | https://blog.csdn.net/miuzzx/article/details/119410335 3 |