Hackemon 2.0 Writeup
ROM Raider
π ROM-Raider β Solution
#πΊοΈ Challenge Flow
#Stage 1 β Break the Lock [Web / JWT Exploitation]
#What the Player Sees
A GBA-styled login interface asking for a Trainer Name and Trainer ID (Password).
#Vulnerability
The backend validates JWT tokens but accepts alg: none β meaning a token with no signature is treated as valid.
#Step-by-Step Solution
Step 1 β Open browser DevTools β Sources or Network tab.
The following comment is visible in the page source:
