Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.62 KB

OBJECTIVE 04 - Slot Machine Investigation.md

File metadata and controls

29 lines (17 loc) · 1.62 KB

OBJECTIVE 4 - Slot Machine Investigation

OBJECTIVE :

Test the security of Jack Frost's slot machines. What does the Jack Frost Tower casino security team threaten to do when your coin total exceeds 1000? Submit the string in the server data.response element. Talk to Noel Boetie outside Santa's Castle for help.

HINTS:

Hints provided for Objective 4

PROCEDURE :

The hints are very helpful here. By opening the slot machine in Firefox and looking in the “network” tab of the developers tools we see that a POST request to a file called spin is made every time that the spin button is pressed on the slot machine. The POST request passes on the bet amount, the number of lines and the bet size each time.

By using the Edit & Resend option in Firefox, I was able to edit the parameter for the bet amount to a negative value, so for every unsuccessful spin, my balance would increase instead of decrease.

Looking at the server response it looks like someone’s not too happy about this!

image