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?

link|improve this question
feedback

7 Answers

up vote 13 down vote accepted

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|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
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
feedback

there is also...Damn Vulnerable Web App (DVWA) ...

here...dvwa.co.uk

link|improve this answer
dvwa.co.uk (the link was down without the "www.") – h3xStream Aug 1 '10 at 0:38
feedback

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

link|improve this answer
feedback

Drupal, Joomla!, Wordpress, …

link|improve this answer
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 '09 at 22:25
feedback

You can also practice various flavors of SQL Injection with SQLol and XML Injection /xPath Injection with XMLmao.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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