uncrypt/playground
Burp 101 Level 5 / 6 Medium
← All labs

Decode, Modify, Replay

Your session token is just base64-encoded JSON naming your role. Decode it, promote yourself, send it back.

Session

Your session rides in the sid cookie — base64-encoded JSON. Decode it, change what it says about you, re-encode it and replay the request with the new cookie.

Signed in as: unknown

Raw sid token

(not sent yet — reload once the cookie is set)

That string is not encrypted and not signed. It is an open envelope with your name on it.

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.