TBDLCG
CRYPTO EASY - 200
Last updated
Was this helpful?
CRYPTO EASY - 200
Last updated
Was this helpful?
We are given an IP address which we connect to using netcat. There is a game where you need to guess the Bot's tennis ball spin and location in order to win a point, whoever gets to 5 points first wins.
First i let the bot get 4 points by just putting 1 and 1 everytime to try to find a pattern in the bots shots. That seemed to be helpful as i notice a pattern of the balls location cycling through numbers 6, 0 and 3 everytime, aswell as the spin, which kept cycling the numbers 8, 5 and 2
Since the bot last location was 6 and the spin was 8, i use the location 0 and 5 spin and get a point. Now I just keep repeating until getting 5 points and get the flag.