vote up 17 vote down star
30

Are there any games that I can play that allow me to use things I've learned while programming to hack (not for real, just in the game). I found Slavehack but don't really like it; does anyone know of any others?

flag

3  
no reason to close this question!! – TStamper Apr 29 at 21:30
Might want to clarify what you mean by "hacking". There's the scary media-popularized "doing bad things" version, and then there's the more benign "doing cool and tricky things" more centric to the programming community. – Beska May 5 at 15:54
1  
@Beska: Bad things in a fake virtual environment. Like core wars. – Lucas McCoy May 5 at 20:17

18 Answers

vote up 22 vote down check

Core Wars, yo.

link|flag
how does Core wars work? – TStamper Apr 29 at 21:26
6  
Very well, thanks for asking! (Or you could follow the link...) – chaos Apr 29 at 21:26
interesting, I'm gone try it out later – TStamper Apr 29 at 21:28
I love Core Wars! – esac Apr 30 at 1:51
If only it didn't use ASM! That language really befuddles me. :s – The Wicked Flea Sep 23 at 13:43
vote up 0 vote down

maybe you should try HackWars it's a game with his own programation language (almost pure C) that allow you to make custom script to attack/manage your in-game website/manage FTP/bank and you can also create malicious script and install on computer of other players.

that game is a bit complexe at first, but it's really fun and adictive :)

link: http://www.hackwars.net

Enjoy ! =D

link|flag
vote up 0 vote down

www.smashthestack.org

Smash The Stack sounds like exactly what you're looking for. There's multiple servers hosting different wargames, and their IRC server is usually alive with people who don't mind helping you out.

link|flag
vote up 1 vote down

You should check out OWASP's webgoat. You can read and download it here: owasp wiki. Quoted from the owasp site:

"The primary goal of the WebGoat project is simple: create a de-facto interactive teaching environment for web application security. In the future, the project team hopes to extend WebGoat into becoming a security benchmarking platform and a Java-based Web site Honeypot. "

Basicly OWASP contains tasks around web hacking like (taken from the wiki):

  • Cross-site Scripting (XSS)
  • Access Control
  • Thread Safety
  • Hidden Form Field Manipulation
  • Parameter Manipulation
  • Weak Session Cookies
  • Blind SQL Injection

  • Numeric SQL Injection

  • String SQL Injection
  • Web Services
  • Fail Open Authentication
  • Dangers of HTML Comments
  • ... and many more!
link|flag
vote up 0 vote down

strange how nobody has yet mentioned robocode

link|flag
vote up 0 vote down

RobotWar is not exactly hacking, per se, but a fun programming game. Well, back in the early 1980s it was fun. From Wikipedia

RobotWar was a programming game written by Silas Warner. This game, along with the companion program RobotWrite, was originally developed in the TUTOR programming language language on the PLATO system in the 1970s. Later the game was commercialized and adapted for the Apple II family of computers and published by Muse Software in 1981. The premise was that in the distant future of 2002, war was declared hazardous to human health, and now countries settled their differences in a battle arena full of combat robots. As the manual stated, "The task set before you is: to program a robot, that no other robot can destroy!"

The main activity of the game was to write a computer program that would operate a (simulated) robot. The player could then select multiple robots who would do battle in an arena until only one was left standing. The robots did not have direct knowledge of the location or velocity of any of the other robots; they could only use radar pulses to deduce distance, and perhaps use clever programming techniques to deduce velocity. No physical dexterity was required or even relevant in RobotWar; there was no way for the player to actually take part in the battle.

alt text

link|flag
vote up 3 vote down

RoboRally

It's a board game wherein you program a robot to navigate an industrial factory floor to get to flags in order, while trying to prevent other robots from doing the same. Oh, and your robot has a forward pointing laser that can't be turned off. Oh, and you don't always get to choose the instructions your robot executes. Oh, and when you take damage, some of your instructions can get "jammed."

link|flag
vote up 2 vote down

Check out OverTheWire.com they have hacking War Games that utilize programming.

They currently have 5 systems to work on where the challenges are broken up into levels. Also provided is reference reading about the vulnerability etc.

This is the new incarnation of the site www.pulltheplug.org.

link|flag
vote up 0 vote down

Not quite hacking, but does TopCoder count?

link|flag
vote up 1 vote down

I loved the original 1984 ChipWits for the Mac, and there is a recent Windows port as well as a new version in the works. You program a robot by laying out logic elements in a 2D grid. It's a blast.

link|flag
Thanks. I vaguely remembered that game but couldn't recall anything seachable about it. I'll have to try it out sometime. – Jon Ericson Apr 30 at 0:29
vote up 6 vote down

one PC game for fun which anyone can play not just programmers.hackers is uplink. (ok its not realistic but its a hacking game non the less)

link|flag
+ 1 damn good fun that Uplink game! used to play it for hours – Andreas Grech May 5 at 15:56
vote up 4 vote down

Try to Hack was pretty interesting last time I tried it.

Hint: Once you get started, view the source.

link|flag
+1 - I've never seen this before, interesting – John Rasch Apr 29 at 23:22
vote up 1 vote down

I'm not sure if I'm allowed to post this, but there's a popular site called hts (hackthis ....). You'll have to work it out.

It's built up of different missions where you use SQL, Unix, and other different exploits to advance to the next level by finding the password.

They also set-up fake scenarios where you have to hack a website to change the outcome of a poll, etc ...

It's all good fun if you don't use the knowledge for the wrong reasons.

You can actually learn quite a bit from the "other side" in terms of how to better secure your website and what have you.

link|flag
vote up 2 vote down
  1. For the SQL aficionado, there's mySQLgame. The teaching point is that it's written on the Google App Engine.

  2. For the mathematically inclined, Project Euler is worthwhile.

  3. I third the Core Wars suggestion.

link|flag
vote up 7 vote down

The Python Challenge is a entertaining series of programming riddles, not only for Python programmers.

link|flag
vote up 0 vote down

I don't have a link but IIRC there is a website somewhere where the game is to find how to get the the next page. Some pages you just click in the right spot, some you need to muck with the URL, I'd bet some even make you write an HTML page with the right form elements in it.

link|flag
not pron? deathball.net/notpron – scottm Apr 29 at 22:14
That's it!! – BCS Apr 29 at 22:20
vote up 3 vote down

Core War.

http://en.wikipedia.org/wiki/Core_War

link|flag
vote up 12 vote down

I play StackOverflow. My average daily score is 154.

Edit: yes, I've been playing for 27 days.

link|flag
Nice one, but not hacking. – Lucas McCoy Apr 29 at 21:27
5  
So you've been playing for 27.12337662337 days? :-) – McWafflestix Apr 29 at 21:27
4  
@Lucas Aardvark: Speed-solving arbitrary programming puzzles to try to get a correct answer in before others isn't hacking? – chaos Apr 29 at 21:28
Jon scores 239 per day (rounded to 8 months with 30 days each) while the FAQ states "You can earn up to 200 reputation per day, but no more." Conclusions are left to the reader ... :D – Daniel Brückner Apr 29 at 21:36
1  
The FAQ is a little outdated. Getting answers accepted after you've hit 200, and bounties are both exempt from the 200-per-day limit. – Chad Birch Apr 29 at 21:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.