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:
parent
c1f55215a8
commit
822ce10ca2
@ -56,7 +56,7 @@
|
||||
|
||||
<property name="app.home" value="${basedir}/project"/>
|
||||
<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="dist.home" value="${app.home}/dist"/>
|
||||
<property name="dist.owasp" value="${app.home}/owasp_distributions"/>
|
||||
@ -293,7 +293,7 @@
|
||||
<!-- Build the CD image -->
|
||||
<zip destfile="${dist.home}/${ant.project.name}.zip">
|
||||
<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/**"/>
|
||||
</zip>
|
||||
</target>
|
||||
@ -312,7 +312,7 @@
|
||||
<!-- Build the CD image -->
|
||||
<zip destfile="${dist.home}/${ant.project.name}.zip">
|
||||
<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/**"/>
|
||||
</zip>
|
||||
</target>
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
<property name="app.name" value="WebGoat"/>
|
||||
<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="catalina.home" value="${basedir}/../tomcat"/> <!-- UPDATE THIS! -->
|
||||
<property name="dist.home" value="${basedir}/dist"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
********** WebGoat 5.0
|
||||
********** 03.09.2007
|
||||
********** WebGoat 5.1_RC2
|
||||
********** 10.09.2007
|
||||
**********
|
||||
**
|
||||
** 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)
|
||||
** 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
|
||||
** Contact Info: webgoat@g2-inc.com
|
||||
** Contact Info: webgoat@owasp.org
|
||||
**
|
||||
**********
|
||||
|
||||
@ -35,23 +35,18 @@ http://code.google.com/p/webgoat
|
||||
|
||||
CREDITS (Latest release)
|
||||
|
||||
Bruce Mayhew (http://www.g2-inc.com)
|
||||
Sherif Koussa (http://www.macadamian.com)
|
||||
Bruce Mayhew (http://www.ouncelabs.com)
|
||||
Rogan Dawes (http://dawes.za.net/rogan)
|
||||
Eric Sheridan (http://www.aspectsecurity.com)
|
||||
Carlo Pelliccioni
|
||||
Erwin Geirnaert (http://www.zionsecurity.com)
|
||||
The many people who have sent comments and suggestions...
|
||||
|
||||
WHAT'S NEW
|
||||
|
||||
* WebGoat is now current at Google code. (http://code.google.com/p/webgoat)
|
||||
* HTTP Splitting
|
||||
* Cross-Site Request Forgery
|
||||
* XPATH Injection
|
||||
* AJAX Security
|
||||
* Log Spoofing
|
||||
* Cache Poisoning
|
||||
* Back Doors via SQL Injection
|
||||
* Database Lessons
|
||||
* XSS Phishing
|
||||
* Lesson Solutions
|
||||
* Many upgrades and minor fixes
|
||||
|
||||
INSTALLATION
|
||||
@ -66,10 +61,13 @@ Windows - (Download, Extract, Double Click Release)
|
||||
4. login in as: user = guest, password = guest
|
||||
5. To stop WebGoat, simply close the window you launched it from.
|
||||
|
||||
Note: When intercepting request with IE7. You must add a '.' to the
|
||||
end of localhost. i.e.
|
||||
Note: When intercepting requests via a proxy with IE7. You must add a '.' to the
|
||||
end of localhost. This is only valid for IE7:
|
||||
http://localhost./WebGoat/attack or
|
||||
http://localhost.8080/WebGoat/attack if using a non standard port
|
||||
all other browsers should use:
|
||||
http://localhost/WebGoat/attack
|
||||
|
||||
|
||||
|
||||
Linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user