Programming 难度 2 50 分

Python 练习:复合查询 JSON 用户数据

本次任务

启动时生成的 JSON `data.txt` 中,找出唯一 role 为 admin、active 为 true 且 email 包含 `@secret.com` 的用户,读取其 flag 字段。

#programming#python#json

通关只需 3 步

未开始
  1. 启动练习环境

  2. 调查目标

  3. 提交找到的 Flag