| ID: | 5152 |
|---|---|
| 标题: | easycms |
| 描述: | 简单的cms,可以扫扫看? 提示1: /flag.php: ``` if($_SERVER["REMOTE_ADDR"] != "127.0.0.1"){ echo "Just input 'cmd' From 127.0.0.1"; return; }else{ system($_GET['cmd']); } ``` 提示2:github找一下源码? |
| 类型: | CISCN国赛.2024-WEB |
| 网站: | ctfshow |
| 题目链接: | https://ctf.show/api/v1/challenges/4330 |
| 赛事: | 2024-WEB |
| 年度: | 2024 |
| Flag值: | 题目的答案 |
| writeup: | https://blog.csdn.net/uuzeray/article/details/139052904 |