This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Category:OWASP WebGoat Project"

From OWASP
Jump to: navigation, search
m (Newest Release)
(Newest Release)
Line 45: Line 45:
 
For more details, please see the [[WebGoat User and Install Guide Table of Contents | WebGoat User and Install Guide]].
 
For more details, please see the [[WebGoat User and Install Guide Table of Contents | WebGoat User and Install Guide]].
  
== Newest Release ==
+
==Releases==
 +
===WebGoat 5.1 Standard:===
 +
The standard release is a download, unzip, and click-to-run release.  It comes with the Java Runtime Environment and a configured Tomcat 5.5 server.
 +
    * Double-click on webgoat.bat - a Tomcat command window starts
 +
    * Browse to http://localhost/WebGoat/attack
  
'''WebGoat 5.1 Release Candidate 1''' is availableThis new release is platform independentThis release features:
+
===WebGoat 5.1 Developer (Waiting for Google disk quota approval issue 649):===
 +
The developer release includes the standard release with the addition of a configured eclipse environmentThe developer release is also a download, unzip, and click-to-run releaseIt works exactly the same as the standard release if you only wish to explore the lessons.  However, if you want to perform the labs or use WebGoat in the classroom, use the eclipse.bat to start up a preconfigured WebGoat environment.  Detailed instructions are include at the top of the _HOW TO create the WebGoat workspace.txt_ file.
 +
    * Extract the Eclipse-Workspace.zip file to the working directory
 +
    * Double-click the eclipse.bat file
 +
    * In the Eclipse package explorer (top right), right click the WebGoat project and refresh
 +
    * In the Eclipse package explorer (top right), right click the Servers project and refresh
 +
    * In the Eclipse servers view (bottom), right click LocalHost server and start
 +
    * Browse to http://localhost/WebGoat/attack
 +
    * Any changes made to the source will automatically compile and redeploy when saved
  
  * a new "show solution" feature
 
  * Phishing lesson
 
  * New database lessons - for Oracle and MS SQL Server databases only
 
  * Multi-stage architecture which allows random access to lab stages
 
  
 
+
Please send all comments to Bruce Mayhew at '''webgoat AT owasp.org''' regarding this release.
 
 
'''WebGoat 5.0'''
 
 
 
'''WebGoat 5.0''' has been released. Special thanks to the many people who have sent comments and suggestions and those who have put in the effort to contribute their time to this release.
 
 
 
The 5.0 release would not have been possible without the efforts of Sherif Koussa and [http://www.owasp.org/index.php/Owasp_Autumn_Of_Code_2006 OWASP Autumn of Code 2006].
 
 
 
Please send all comments to '''webgoat AT owasp.org''' regarding this release candidate. A final release is scheduled for the end of January
 
  
 
== Future Development ==
 
== Future Development ==

Revision as of 00:03, 15 January 2008

WebGoat in action

WebGoat is a deliberately insecure J2EE web application maintained by OWASP designed to teach web application security lessons. In each lesson, users must demonstrate their understanding of a security issue by exploiting a real vulnerability in the WebGoat application. For example, in one of the lessons the user must use SQL injection to steal fake credit card numbers. The application is a realistic teaching environment, providing users with hints and code to further explain the lesson.

Why the name "WebGoat"? Developers should not feel bad about not knowing security. Even the best programmers make security errors. What they need is a scapegoat, right? Just blame it on the 'Goat!

To get started, read the WebGoat User and Install Guide

Goals

Web application security is difficult to learn and practice. Not many people have full blown web applications like online book stores or online banks that can be used to scan for vulnerabilities. In addition, security professionals frequently need to test tools against a platform known to be vulnerable to ensure that they perform as advertised. All of this needs to happen in a safe and legal environment. Even if your intentions are good, we believe you should never attempt to find vulnerabilities without permission.

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.

Check out the project roadmap and find some tasks that you can help with right away.

Download

You can download WebGoat from the OWASP Source Code Center at Sourceforge. There are versions with and without Java, and installation only requires unzipping the download and running a start script. For convenience, a ready-to-deploy WAR file is also made available to drop right into your J2EE application server.

You can download the WebGoat source code from Google code.

The WebGoat distributions are now available at Google code downloads. The Windows WebGoat release (unzip, click, and run) is only available at Sourceforge due to file size limits.

Overview

The multi-stage Basic Authentication lesson

WebGoat is written in Java and therefore installs on any platform with a Java virtual machine. There are installation programs for Linux, OS X Tiger and Windows. Once deployed, the user can go through the lessons and track their progress with the scorecard. There are currently over 30 lessons, including those dealing with the following issues:

For more details, please see the WebGoat User and Install Guide.

Releases

WebGoat 5.1 Standard:

The standard release is a download, unzip, and click-to-run release. It comes with the Java Runtime Environment and a configured Tomcat 5.5 server.

   * Double-click on webgoat.bat - a Tomcat command window starts
   * Browse to http://localhost/WebGoat/attack

WebGoat 5.1 Developer (Waiting for Google disk quota approval issue 649):

The developer release includes the standard release with the addition of a configured eclipse environment. The developer release is also a download, unzip, and click-to-run release. It works exactly the same as the standard release if you only wish to explore the lessons. However, if you want to perform the labs or use WebGoat in the classroom, use the eclipse.bat to start up a preconfigured WebGoat environment. Detailed instructions are include at the top of the _HOW TO create the WebGoat workspace.txt_ file.

   * Extract the Eclipse-Workspace.zip file to the working directory
   * Double-click the eclipse.bat file
   * In the Eclipse package explorer (top right), right click the WebGoat project and refresh
   * In the Eclipse package explorer (top right), right click the Servers project and refresh
   * In the Eclipse servers view (bottom), right click LocalHost server and start
   * Browse to http://localhost/WebGoat/attack
   * Any changes made to the source will automatically compile and redeploy when saved


Please send all comments to Bruce Mayhew at webgoat AT owasp.org regarding this release.

Future Development

WebGoat 5.1 - Estimated release date: Fall 2007

WebGoat 5.1 - Is now available via svn at google code

If you would like to become a member of the WebGoat source code project hosted at Google Code contact Bruce Mayhew at webgoat AT owasp.org.


New Features in 5.1

  • Thanks to the OWASP Spring of Code project, Erwin Geirhart has provided a complete solutions guide that is avaliable via a new "show solution" button
  • New database lessons
  • XSS phishing lesson is available via the source code project at Google. Using a standard search feature, your mission is to create a "login" form on the page, steal the user credentials, and post the credentials to the WebGoat Catcher servlet.
  • Catcher servlet. Want to prove your attack works? You can now write lessons where the attack can send sensitive information to the Catcher servlet. The Catcher servlet will write the posted values into the originating lesson's properties file.

Project Contributors

The WebGoat project is run by Bruce Mayhew. He can be contacted at webgoat AT owasp.org. WebGoat distributions are currently maintained on [SourceForge]. The WebGoat framework makes it extremely easy to add additional lessons. We are actively seeking developers to add new lessons as new web technologies emerge. If you are interested in volunteering for the project, or have a comment, question, or suggestion, please join the WebGoat [mailing list].

Project Sponsors

The WebGoat project is sponsored by 100px-Aspect_Security_Logo.jpg