| ID: | 4627 |
|---|---|
| 标题: | web818 |
| 描述: | 题目代码 ``` $env = $_GET['env']; if(isset($env)){ putenv($env); system("echo ctfshow"); }else{ system("ps aux"); } ··· |
| 类型: | WEB入门.常用姿势 |
| 网站: | ctfshow |
| 题目链接: | https://ctf.show/api/v1/challenges/1892 |
| 赛事: | 常用姿势 |
| 年度: | None |
| Flag值: | 无 |
| writeup: |
https://blog.csdn.net/miuzzx/article/details/124038567 无 https://blog.csdn.net/uuzeray/article/details/136178399 |