Programming Level 2 50 points

Python Practice - Compound JSON User Query

Mission

In runtime-generated JSON data.txt, find the only user whose role is admin, active is true, and email contains @secret.com, then retrieve its flag field.

#programming#python#json

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag