Suninatas Game 02
challenges
Game 02
Analysis
1 | <script> |
The script prevents the form from being submitted if the
id is equal to the pw. However, the hint
explicitly states that for the Join challenge, we need
id = pw.
Bypass
Intercept the request with a proxy (like Burp Suite or Zaproxy) or use the browser’s Network tab to replay a modified request.
id=admin&pw=admin