vote up 7 vote down star
4

As a developer, I've learned that I usually gain a better understanding of best/worst practices through experience. The area of web application security isn't really somewhere where my organization can afford to let developers learn through trial and error.

So looking for a hands-on approach to knowledge sharing of best practices in web application security, I was thinking that it would be useful to have an open source application that was deliberately built to be insecure in order to help teach junior developers about application security.

Does anyone out there know where to find something like this?

flag

5 Answers

vote up 8 vote down check

There are online (hacking challenge / practice / fun ) and offline (you got the source code) apps:

Offline :

Online

More Realistic Demonstration

This is an old list I grabbed from somewhere, some of them can be down right now.

Challenge sort of examples

link|flag
vote up 2 vote down

There was a website that was built to have insecurities in it, and the object was to hack it. I can't remember its name. I'm googling around for it. Will edit as I find it.

Found it: The name is hackthissite.org.

link|flag
Thank you as well for this link! I just realized that I've had that in my bookmarks list, marked as something to explore, but never actually got around to doing so! (I guess I know where my next few weekends are going to go :-)) – Athena Dec 13 '08 at 15:38
vote up 0 vote down

I'm reminded of this OSCON talk, though it's probably too specific to be what you're looking for.

link|flag
vote up 0 vote down

Drupal, Joomla!, Wordpress, …

link|flag
Do you know of know bugs in latest release of Wordpress? – Roberto Liffredo Dec 13 '08 at 16:01
OP said "deliberately", not "accidently". As for Wordpress, give it time. Every other release had security holes, this one will too. – Paul Tomblin Dec 13 '08 at 16:05
Yes, every new release has bugs, but just giving names in this way is a bit unfair in respect to their developers. I don't know about Drupal and Joomla, but Wordpress developers are doing a good job in fixing bugs in a reasonable time. – Roberto Liffredo Dec 13 '08 at 16:14
@Roberto Liffredo: I'm not just giving names. These are links. – stesch Dec 13 '08 at 16:34
@stesch: I understand Roberto in that he feels you are being disrespectful. I don't. I think that if he can find a bug in any of those, and fills a bug ticket (even could be with a patch!) would be great both for him and the community. Win-win. – voyager Apr 15 at 22:25
vote up 5 vote down

Check out WebGoat. It's an application riddled with vulnerabilities from the OWASP list, designed as a learning resource for web application developers. The application is a tutorial that walks developers through the vulnerabilities it contains, with tests for each lesson.

link|flag

Your Answer

Get an OpenID
or

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