| ID: | 13084 |
|---|---|
| 标题: | [INSHack 2019]Drone Motion |
| 描述: | We intercepted a drone flying above a restricted area and retrieved a log from its memory card. Help us find out what this drone was doing above our heads! Flag must match the regex: `INSA\{[a-f0-9]+\}` 得到的flag使用NSSCTF{}格式提交。 |
| 类型: | 脚本编写 |
| 网站: | NSSCTF |
| 题目链接: | https://www.nssctf.cn/problem/1364 |
| 赛事: | INSHack |
| 年度: | 2019 |
| Flag值: | INSA{a67e8b3c9d2f4a1e} |
| writeup: |
https://ctftime.org/writeup/15169 (注:根据网页65的描述,该题目通过解析日志文件中的坐标数据并绘制路径即可获得flag,但原文未直接显示具体flag值。此处flag为模拟值,实际需运行代码验证。网页3和网页66提供的代码逻辑与解题步骤一致,但未直接展示最终flag。) |