Weekly Hard Challenge
Progressive multi-stage hard room. Clear all three.
Mission briefing
Challenge Arena rotates a three-stage hard puzzle room every week. Each stage hides its unlock behind obscure parameters, headers, or combo tricks. Clear all stages in order to prove you can hunt without hints from the task list.
Every task in this room is done. Your rank progress just moved forward.
Objectives
- Stage 1 hidden params
- Stage 2 secret header
- Stage 3 final boss
Task 1 Stage 1 Hard 15 pts
Scenario
Challenge Arena stage one hides admin features behind non-obvious query switches. The default page looks innocent until the right parameters are present. Unlock stage one and capture its flag.
Your approach
- Load stage one and inspect HTML comments or hidden hints.
- Try debug and admin boolean query parameters together.
- Reload until the page reveals the stage one success message.
- Submit the stage one flag.
Hidden parameter puzzle.
Open lab →Hint
?debug=1&admin=true
Task 2 Stage 2 Hard 15 pts
Scenario
Stage two remains locked until stage one is cleared, then expects a secret request header. The key material is leaked somewhere in the prior stage output. Send the correct header to retrieve the stage two flag.
Your approach
- Complete stage one so stage two becomes reachable.
- Find the header name and key in comments or prior responses.
- Request stage two with that custom header attached.
- Copy the stage two flag from the response.
- Submit that flag.
Secret header (unlocks after stage 1).
Open lab →Hint
HTML comment leaks the key
Task 3 Stage 3 Expert 25 pts
Scenario
The final stage combines a template-style name trick with a boss header check. Both the query/body input and a specific header must match expected values. Clear the boss stage to finish the weekly room.
Your approach
- Open stage three after completing earlier stages.
- Set the name field to an expression that evaluates on the server.
- Add the boss clear header shown in weekly hints or prior stages.
- Read the weekly clear flag from the success output.
- Submit the final boss flag.
Final boss combo.
Open lab →Hint
name=7*7 with header X-Boss: clear