Points: 700
Get your fingers ready because you will be clicking like you never have before. The old Proclick was found to have been infested with cheating hackers. Revamp your creds by winning our game the right way.
http://chal.bearcatctf.io:43320
-
I visited the provided link and it was a login page.
-
The game was to click on the button as many times as possible.
-
I opened the network tab in the developer tools and reviewed the html file.
-
There was a web-assembly file linked in script tag. First I thought there was something in the web-assembly file.
-
I read the javascript part in the html file again carefully and found a
if
condition which was checking for the number of clicks. -
Condition was checking if the number of clicks is divisible by some number.
-
I calculated the LCM (Largest Common Multiple) of the numbers and set the number of clicks in cookies.