Let's hack it !
Earlier on I blogged about where to find useful web application security books! Now, to see how well you've learned, let's try to hack it :) Get the web application hacking tools by PortSwigger.net. Burp suite was released couple weeks ago, it is a set of web application hacking tools that give your to the ability to check against vulnerabilities of you web application in an automated or manual way; enumerating the structure of the web application; as well as facilitate an interactive debugging environment via its proxy interface. Burp suite 1.0 consists of 4 modules, including: Burp intruder, proxy, spider and repeater. Oh ya, it's a Java application :)