$shellstate.com

JSON Juggling

0 solves

easy50 pts

The flag is buried inside this JSON payload. Walk the tree — then handle what you find at the bottom.

{
  "meta": {"author": "iliyadindar", "year": 2026},
  "data": [
    {"kind": "noise", "value": "ignore"},
    {"kind": "noise", "value": "keep moving"},
    {"kind": "box", "contents": {
      "box": {"box": {
        "prize_b64": "ZmxhZ3tkZWVwbHktbmVzdGVkLXRyZWFzdXJlfQ=="
      }}
    }}
  ]
}

Flag format: flag{...}

// hints

  1. hint #15 pts

    Locked. Unlocking deducts 5 pts from your eventual solve.

    sign in to unlock
  2. hint #210 pts

    Locked. Unlocking deducts 10 pts from your eventual solve.

    sign in to unlock

// submit

sign in to submit a flag.

// writeups

Writeups are gated. Solve the challenge to unlock community solutions.