Updated challenge screen to 5.4, added authors sections, changed ccs to support new spacing

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@472 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64@gmail.com 2012-04-27 12:23:36 +00:00
parent 4fd89dcf6c
commit 7b4f5541aa
4 changed files with 53 additions and 21 deletions

View File

@ -272,7 +272,7 @@ html>body #navBar li {}
} }
#start { #start {
height: 390px; height: 400px;
width: 700px; width: 700px;
padding: 10px 50px 10px 50px; padding: 10px 50px 10px 50px;
font-size: 15px; font-size: 15px;

View File

@ -20,7 +20,7 @@
} }
#start_ch { #start_ch {
height: 350px; height: 410px;
width: 500px; width: 500px;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
font-size: 15px; font-size: 15px;

View File

@ -38,6 +38,24 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
longdesc="http://www.aspectsecurity.com" /></a></div> longdesc="http://www.aspectsecurity.com" /></a></div>
</td> </td>
</tr> </tr>
<tr>
<td colspan="2">
<div align="center"><span class="style1">
WebGoat Authors </span></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><span class="style2">
Bruce Mayhew </span></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><span class="style2">
Jeff Williams </span></div>
</td>
</tr>
<tr> <tr>
<td width="50%"> <td width="50%">
<div align="center"><span class="style1"><br /> <div align="center"><span class="style1"><br />
@ -45,7 +63,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
</td> </td>
<td width="50%"> <td width="50%">
<div align="center"><span class="style1"><br /> <div align="center"><span class="style1"><br />
V5.3 Lesson Contributers </span></div> V5.4 Lesson Contributers </span></div>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -54,11 +72,9 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
<div align="center" class="style2">David Anderson</div> <div align="center" class="style2">David Anderson</div>
<div align="center" class="style2">Rogan Dawes</div> <div align="center" class="style2">Rogan Dawes</div>
<div align="center" class="style2">Laurence Casey (Graphics)</div> <div align="center" class="style2">Laurence Casey (Graphics)</div>
<div align="center" class="style2">Brian Ciomei</div>
</td> </td>
<td valign="top"> <td valign="top">
<div align="center" class="style2">Chuck Willis</div> <div align="center" class="style2">Sherif Koussa</div>
<div align="center" class="style2">Cam Morris</div>
<div align="center" class="style2">Yiannis Pavlosoglou</div> <div align="center" class="style2">Yiannis Pavlosoglou</div>
<div align="center" class="style2"></div> <div align="center" class="style2"></div>
@ -67,7 +83,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
<tr> <tr>
<td height="25" valign="bottom"> <td height="25" valign="bottom">
<div align="center"><span class="style1">Special Thanks <div align="center"><span class="style1">Special Thanks
for V5.3</span></div> for V5.4</span></div>
</td> </td>
<td height="25" valign="bottom"> <td height="25" valign="bottom">
<div align="center"><span class="style1">Documentation <div align="center"><span class="style1">Documentation
@ -76,8 +92,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
</tr> </tr>
<tr> <tr>
<td> <td>
<div align="center" class="style2">Christine (Maven)</div> <div align="center" class="style2">Brian Ciomei (Multitude of bug fixes)</div>
<div align="center" class="style2">Marek Jawurek (Internationalization)</div>
<br/><div align="center" class="style2">To all who have sent comments</div> <br/><div align="center" class="style2">To all who have sent comments</div>
</td> </td>
@ -112,7 +127,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
<div align="center" class="style2">&nbsp;</div> <div align="center" class="style2">&nbsp;</div>
<div id="warning">WARNING<br /> <div id="warning">WARNING<br />
While running this program, your machine is extremely vulnerable to While running this program, your machine is extremely vulnerable to
attack if you are not running on localhost. If tou are NOT running on localhost (default configuration), You should disconnect from the network while using this program. attack if you are not running on localhost. If you are NOT running on localhost (default configuration), You should disconnect from the network while using this program.
<br /> <br />
<br /> <br />
This program is for educational purposes only. Use of these techniques This program is for educational purposes only. Use of these techniques

View File

@ -9,7 +9,8 @@ WebSession webSession = ((WebSession) session.getAttribute("websession"));
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>WebGoat V5.2</title> <title>WebGoat V5.4</title>
<link rel="stylesheet" href="css/webgoat.css" type="text/css" />
<link rel="stylesheet" href="css/webgoat_challenge.css" type="text/css" /> <link rel="stylesheet" href="css/webgoat_challenge.css" type="text/css" />
</head> </head>
@ -23,7 +24,6 @@ The exercises are intended to provide hands on experience with
application penetration testing techniques. </p> application penetration testing techniques. </p>
<p>The WebGoat project is led <p>The WebGoat project is led
by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatContext().getFeedbackAddress()%>.</p> by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatContext().getFeedbackAddress()%>.</p>
<p>Thanks to <a href="http://www.ouncelabs.com"><img align="top" height="20" width="160" border = "0" src="images/logos/ounce.jpg" alt="Ounce Labs"/></a> for supporting Bruce on the WebGoat Project.</p>
<div id="team_ch"> <div id="team_ch">
<table border="0" align="center" class="lessonText"> <table border="0" align="center" class="lessonText">
@ -39,6 +39,24 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
longdesc="http://www.aspectsecurity.com" /></a></div> longdesc="http://www.aspectsecurity.com" /></a></div>
</td> </td>
</tr> </tr>
<tr>
<td colspan="2">
<div align="center"><span class="style1">
WebGoat Authors </span></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><span class="style2">
Bruce Mayhew </span></div>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"><span class="style2">
Jeff Williams </span></div>
</td>
</tr>
<tr> <tr>
<td width="50%"> <td width="50%">
<div align="center"><span class="style1"><br /> <div align="center"><span class="style1"><br />
@ -46,7 +64,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
</td> </td>
<td width="50%"> <td width="50%">
<div align="center"><span class="style1"><br /> <div align="center"><span class="style1"><br />
Lesson Contributers </span></div> V5.4 Lesson Contributers </span></div>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -57,9 +75,8 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
<div align="center" class="style2">Laurence Casey (Graphics)</div> <div align="center" class="style2">Laurence Casey (Graphics)</div>
</td> </td>
<td valign="top"> <td valign="top">
<div align="center" class="style2">Aspect Security</div>
<div align="center" class="style2">Sherif Koussa</div> <div align="center" class="style2">Sherif Koussa</div>
<div align="center" class="style2">Romain Brechet</div> <div align="center" class="style2">Yiannis Pavlosoglou</div>
<div align="center" class="style2"></div> <div align="center" class="style2"></div>
</td> </td>
@ -67,7 +84,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
<tr> <tr>
<td height="25" valign="bottom"> <td height="25" valign="bottom">
<div align="center"><span class="style1">Special Thanks <div align="center"><span class="style1">Special Thanks
for V5.2</span></div> for V5.4</span></div>
</td> </td>
<td height="25" valign="bottom"> <td height="25" valign="bottom">
<div align="center"><span class="style1">Documentation <div align="center"><span class="style1">Documentation
@ -76,18 +93,18 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
</tr> </tr>
<tr> <tr>
<td> <td>
<div align="center" class="style2">Reto Lippuner</div> <div align="center" class="style2">Brian Ciomei (Multitude of bug fixes)</div>
<div align="center" class="style2">Marcel Wirth </div>
<br/><div align="center" class="style2">To all who have sent comments</div> <br/><div align="center" class="style2">To all who have sent comments</div>
</td> </td>
<td> <td>
<div align="center" class="style2">Sherif Koussa<br /> <div align="center" class="style2">Sherif Koussa<br />
(<a href="http://www.softwaresecured.com" target="blank">http://www.softwaresecured.com</a>)
</div> </div>
<div align="center" class="style2">Aung Khant<br /> <div align="center" class="style2">Aung Khant<br />
(http://yehg.org/)</div> (<a href="http://yehg.org/" target="_blank">http://yehg.org/</a>)</div>
<div align="center" class="style2">Erwin Geirnaert<br /> <div align="center" class="style2">Erwin Geirnaert<br />
(http://www.zionsecurity.com/)</div> (<a href="http://www.zionsecurity.com/" target="_blank">http://www.zionsecurity.com/</a>)</div>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -111,7 +128,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
<div align="center" class="style2">&nbsp;</div> <div align="center" class="style2">&nbsp;</div>
<div id="warning_ch">WARNING<br /> <div id="warning_ch">WARNING<br />
While running this program, your machine is extremely vulnerable to While running this program, your machine is extremely vulnerable to
attack. You should disconnect from the network while using this program. attack if you are not running on localhost. If you are NOT running on localhost (default configuration), You should disconnect from the network while using this program.
<br /> <br />
<br /> <br />
This program is for educational purposes only. Use of these techniques This program is for educational purposes only. Use of these techniques