New Free Lunch (web)
You are Chris Wong, you have a mission to win the game and redeem the free meal. Try to get over 300 score. Your flag will appears in scoreboard.php. Intercept the score update HTTP POST Request: Observe that it includes a payload with parameters score and hash. Modify the Score and Resend: Change the score value in the intercepted request and resend it. The server responds with “Invalid hash,” it indicates that the score is part of the hash calculation. Identify the Hashing Algorithm: ...