diff --git a/ webgoat/main/HOW TO create the WebGoat workspace.txt b/ webgoat/main/HOW TO create the WebGoat workspace.txt index db83867f3..ba01dd1e9 100644 --- a/ webgoat/main/HOW TO create the WebGoat workspace.txt +++ b/ webgoat/main/HOW TO create the WebGoat workspace.txt @@ -1,3 +1,33 @@ +*************************************** + +As of 5.1 the developer release contains the eclipse workspace +and project files. + +Extract distribution to c:\ + - It will create a WebGoat-x.x directory +Extract Eclipse-Workspace.zip to C:\WebGoat-x.x +Start eclipse using eclipse.bat +After eclipse starts + Top left - Project Explorer view + right click WebGoat – refresh + right click Servers – refresh + Bottom - Servers view + right click Tomcat… - start +Browse to http://localhost/WebGoat/attack + + +You're done. Changing files in eclipse will automatically rebuild +and redeploy the application. + +Follow the instructions below to build the workspace from scratch + + +*************************************** + + + + + *************************************** Eclipse startup and dependency removal diff --git a/ webgoat/main/build.xml b/ webgoat/main/build.xml index 4f6295c2d..98ddbcc8f 100644 --- a/ webgoat/main/build.xml +++ b/ webgoat/main/build.xml @@ -6,7 +6,7 @@ set to the current working directory. --> - + @@ -56,11 +56,11 @@ - + - + @@ -165,109 +165,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -291,16 +189,16 @@ - + - @@ -312,28 +210,59 @@ - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - + + @@ -228,30 +228,23 @@ app as it was deployed from the WAR. --> + + + - - - @@ -287,12 +280,6 @@ - - @@ -313,23 +300,12 @@ - - - - - - - - - - diff --git a/ webgoat/main/readme.txt b/ webgoat/main/readme.txt index c3a73c1cd..796fbe0b6 100644 --- a/ webgoat/main/readme.txt +++ b/ webgoat/main/readme.txt @@ -1,5 +1,5 @@ -********** WebGoat 5.1_RC2 -********** 10.09.2007 +********** WebGoat 5.1 +********** Jan/08/2008 ********** ** ** Source Code: http://code.google.com/p/webgoat @@ -40,6 +40,7 @@ CREDITS (Latest release) Eric Sheridan (http://www.aspectsecurity.com) Erwin Geirnaert (http://www.zionsecurity.com) The many people who have sent comments and suggestions... + WHAT'S NEW @@ -49,11 +50,24 @@ WHAT'S NEW * Lesson Solutions * Many upgrades and minor fixes + +RELEASES + +WebGoat-OWASP_Standard-x.x.zip + - Unzip and run version + - Includes java and tomcat + +WebGoat-OWASP_Developer-x.x.zip + - Includes standard version + - Developer version has eclipse and eclipse workspace + + + INSTALLATION Windows - (Download, Extract, Double Click Release) -1. unzip the Windows_WebGoat-x.x_Release.zip to your working environment +1. unzip the WebGoat-OWASP_Standard-x.x.zip to your working environment 2. To start Tomcat, browse to the WebGoat directory unzipped above and double click "webgoat.bat" 3. start your browser and browse to... (Notice the capital 'W' and 'G') @@ -73,7 +87,7 @@ Note: When intercepting requests via a proxy with IE7. You must add a '.' to th Linux 1. Download and install Java JDK 1.5 from Sun (http://java.sun.com) -2. Unzip the Unix_WebGoat-x.x_Release.zip to your working directory +2. Unzip the WebGoat-OWASP_Standard-x.x.zip to your working directory 3. Set JAVA_HOME to point to your JDK1.5 installation 4. chmod +x webgoat.sh 5. Since the latest version runs on a privileged port, you will need to start/stop WebGoat as root. @@ -86,7 +100,7 @@ Linux OS X (Tiger 10.4+) -1. Unzip the Unix_WebGoat-x.x_Release.zip to your working directory +1. Unzip the WebGoat-OWASP_Standard-x.x.zip to your working directory 2. chmod +x webgoat.sh 3. Since the latest version runs on a privileged port, you will need to start/stop WebGoat as root. sudo sh webgoat.sh start @@ -98,8 +112,8 @@ OS X (Tiger 10.4+) DEVELOPER INSTALLATION -1. Download WebGoat-x.x_developer.zip source distribution -2. Unzip the WebGoat-x.x_developer.zip to your working directory +1. Download WebGoat-OWASP_Developer-x.x.zip source distribution +2. Unzip the WebGoat-OWASP_Developer-x.x.zip to your working directory 3. Follow the directions in HOW TO create the WebGoat workspace.txt @@ -185,4 +199,4 @@ A. Subscribe to the WebGoat mailing list at owasp-webgoat@lists.owasp.org. -Please send questions, comments, suggestions, bugs, etc to webgoat@g2-inc.com \ No newline at end of file +Please send questions, comments, suggestions, bugs, etc to webgoat@owasp.org \ No newline at end of file