uncrypt/playground
AI Sec Level 19 / 10 Easy
← All labs

Debug-Endpoint Leak

A debug view prints the runtime config — to anyone presenting the right cookie. Present it.

Assistant status

Ops can flip a debug switch that makes the runtime answer with its backend configuration. The switch is a debug=1 cookie — and production never hands that out. Read the debug view anyway.

The page sends no such cookie; neither should your browser. Decide for yourself what the endpoint accepts.

This is an isolated, intentionally-vulnerable sandbox. Data here is fake and scoped to you. The rest of Uncrypt Playground is not part of the target.