5.1 RC2 build updates

git-svn-id: http://webgoat.googlecode.com/svn/trunk@215 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64 2008-01-02 14:05:58 +00:00
parent c1f55215a8
commit 822ce10ca2
3 changed files with 17 additions and 19 deletions

View File

@ -56,7 +56,7 @@
<property name="app.home" value="${basedir}/project"/> <property name="app.home" value="${basedir}/project"/>
<property name="app.name" value="WebGoat"/> <!-- MUST BE CONSISTENT WITH project/build.xml! --> <property name="app.name" value="WebGoat"/> <!-- MUST BE CONSISTENT WITH project/build.xml! -->
<property name="app.version" value="5.0"/> <!-- MUST BE CONSISTENT WITH project/build.xml! --> <property name="app.version" value="5.1_RC2"/> <!-- MUST BE CONSISTENT WITH project/build.xml! -->
<property name="catalina.home" value="${basedir}/tomcat"/> <property name="catalina.home" value="${basedir}/tomcat"/>
<property name="dist.home" value="${app.home}/dist"/> <property name="dist.home" value="${app.home}/dist"/>
<property name="dist.owasp" value="${app.home}/owasp_distributions"/> <property name="dist.owasp" value="${app.home}/owasp_distributions"/>
@ -293,7 +293,7 @@
<!-- Build the CD image --> <!-- Build the CD image -->
<zip destfile="${dist.home}/${ant.project.name}.zip"> <zip destfile="${dist.home}/${ant.project.name}.zip">
<zipfileset dir="." prefix="${install.home}" <zipfileset dir="." prefix="${install.home}"
includes="eclipse/, java/, project/, tomcat/, webscarab/, eclipse.bat, webgoat.bat, webgoat_8080.bat, webscarab.bat" includes="eclipse/, java/, project/, paros/, tomcat/, webscarab/, eclipse.bat, webgoat.bat, webgoat_8080.bat, webscarab.bat"
excludes="project/.*, project/.settings/**, project/dist/**, project/owasp_distributions/**, project/bin/**, project/build/**"/> excludes="project/.*, project/.settings/**, project/dist/**, project/owasp_distributions/**, project/bin/**, project/build/**"/>
</zip> </zip>
</target> </target>
@ -312,7 +312,7 @@
<!-- Build the CD image --> <!-- Build the CD image -->
<zip destfile="${dist.home}/${ant.project.name}.zip"> <zip destfile="${dist.home}/${ant.project.name}.zip">
<zipfileset dir="." prefix="${install.home}" <zipfileset dir="." prefix="${install.home}"
includes="java/, tomcat/, webscarab/, webgoat.bat, webgoat_8080.bat, webscarab.bat" includes="java/, tomcat/, paros/, webscarab/, webgoat.bat, webgoat_8080.bat, webscarab.bat"
excludes="project/.*, project/.settings/**, project/dist/**, project/owasp_distributions/**, project/bin/**, project/build/**"/> excludes="project/.*, project/.settings/**, project/dist/**, project/owasp_distributions/**, project/bin/**, project/build/**"/>
</zip> </zip>
</target> </target>

View File

@ -74,7 +74,7 @@
<property name="app.name" value="WebGoat"/> <property name="app.name" value="WebGoat"/>
<property name="app.path" value="/${app.name}"/> <property name="app.path" value="/${app.name}"/>
<property name="app.version" value="5.0"/> <!-- UPDATE THIS! --> <property name="app.version" value="5.1_RC2"/> <!-- UPDATE THIS! -->
<property name="build.home" value="${basedir}/build"/> <property name="build.home" value="${basedir}/build"/>
<property name="catalina.home" value="${basedir}/../tomcat"/> <!-- UPDATE THIS! --> <property name="catalina.home" value="${basedir}/../tomcat"/> <!-- UPDATE THIS! -->
<property name="dist.home" value="${basedir}/dist"/> <property name="dist.home" value="${basedir}/dist"/>

View File

@ -1,5 +1,5 @@
********** WebGoat 5.0 ********** WebGoat 5.1_RC2
********** 03.09.2007 ********** 10.09.2007
********** **********
** **
** Source Code: http://code.google.com/p/webgoat ** Source Code: http://code.google.com/p/webgoat
@ -7,7 +7,7 @@
** Download: http://code.google.com/p/webgoat/downloads/list (Does not have Windows release) ** Download: http://code.google.com/p/webgoat/downloads/list (Does not have Windows release)
** User Guide: http://www.owasp.org/index.php/WebGoat_User_and_Install_Guide_Table_of_Contents ** User Guide: http://www.owasp.org/index.php/WebGoat_User_and_Install_Guide_Table_of_Contents
** Home Page: http://www.owasp.org/index.php/Category:OWASP_WebGoat_Project ** Home Page: http://www.owasp.org/index.php/Category:OWASP_WebGoat_Project
** Contact Info: webgoat@g2-inc.com ** Contact Info: webgoat@owasp.org
** **
********** **********
@ -35,23 +35,18 @@ http://code.google.com/p/webgoat
CREDITS (Latest release) CREDITS (Latest release)
Bruce Mayhew (http://www.g2-inc.com) Bruce Mayhew (http://www.ouncelabs.com)
Sherif Koussa (http://www.macadamian.com)
Rogan Dawes (http://dawes.za.net/rogan) Rogan Dawes (http://dawes.za.net/rogan)
Eric Sheridan (http://www.aspectsecurity.com) Eric Sheridan (http://www.aspectsecurity.com)
Carlo Pelliccioni Erwin Geirnaert (http://www.zionsecurity.com)
The many people who have sent comments and suggestions... The many people who have sent comments and suggestions...
WHAT'S NEW WHAT'S NEW
* WebGoat is now current at Google code. (http://code.google.com/p/webgoat) * WebGoat is now current at Google code. (http://code.google.com/p/webgoat)
* HTTP Splitting * Database Lessons
* Cross-Site Request Forgery * XSS Phishing
* XPATH Injection * Lesson Solutions
* AJAX Security
* Log Spoofing
* Cache Poisoning
* Back Doors via SQL Injection
* Many upgrades and minor fixes * Many upgrades and minor fixes
INSTALLATION INSTALLATION
@ -66,10 +61,13 @@ Windows - (Download, Extract, Double Click Release)
4. login in as: user = guest, password = guest 4. login in as: user = guest, password = guest
5. To stop WebGoat, simply close the window you launched it from. 5. To stop WebGoat, simply close the window you launched it from.
Note: When intercepting request with IE7. You must add a '.' to the Note: When intercepting requests via a proxy with IE7. You must add a '.' to the
end of localhost. i.e. end of localhost. This is only valid for IE7:
http://localhost./WebGoat/attack or http://localhost./WebGoat/attack or
http://localhost.8080/WebGoat/attack if using a non standard port http://localhost.8080/WebGoat/attack if using a non standard port
all other browsers should use:
http://localhost/WebGoat/attack
Linux Linux