Programming Level 2 45 points

Python Automation - JSON User Query

Mission

data.txt is JSON containing many users. Find the single user whose role is admin, active is true, and email contains @secret.com, then read the flag in that record.

#programming#python#json

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag