“古剑山”第二届全国大学生网络攻防大赛WriteUp 2024-11-30 19:37 | 301 | 0 | CTF 1037 字 | 8 分钟 古剑山的题目难度还是挺高的 Web un 赛题描述:web签到。 点击发现提示I'll never tell you that flag is hidden in root dir(/) :-):-):-),说明flag藏才根目录/flag,并且看到url有个?f的get传参类型,猜测题目考的是文件包含,尝试直接get包含/flag http://… CTF比赛
文件上传靶场练习:upload-labs 2024-11-14 10:40 | 365 | 0 | CTF 2368 字 | 15 分钟 一、在kali部署upload-labs #确保已经安装了php sudo apt install php #下载源码 git clone https://github.com/c0ny1/upload-labs #运行 php -S 127.0.0.1:80 -t ./upload-labs#确保已经安装了php sudo apt install… 渗透靶场