Live data from Hacker News

Game of Hacks

gameofhacks.com

21–30 of 56 posts

Re: Game of Hacks

#21
post #14

After you answer a question, there should be an explanation of the right answer. I was able to guess through some that I had no idea what they actually were, and an explanation of why I did/didn't get it right will help a lot and actually help me identify vulnerable code.

Same here, I was able to guess through an answer which was "resource injection" by finding code 'PATH INFO' just made sense.

Re: Game of Hacks

#22
post #7

A little coloration and indentation would be great. Going through a chunk of 20 lines of unknown language in a couple seconds is already enough of a challenge especially for beginners, no need to add unreadability to it :P.

Fixing the indentation would also make the Python code readable. (For those who aren't aware, whitespace is significant in Python.)

Re: Game of Hacks

#25
Cool game. Would be great if it gave a quick summary of why it was a right answer and maybe some additional resources to learn more.

Re: Game of Hacks

#26
On beginner difficulty single player, I got the same question again and again. After the game ended, new game, still the same question.

IE11 FWIW.

Re: Game of Hacks

#30

Here's how to hack the hacking game. Pretty simple (in your console): app.sendAnswer({answer: 1,time: -999999999999}) (I added the instructions on the leaderboard itself)

Crashing != hacking
Post reply on HN