Skip to content

Commit 3e95cea

Browse files
Updated challenge screen to 5.4, added authors sections, changed ccs to support new spacing
git-svn-id: http://webgoat.googlecode.com/svn/trunk@472 4033779f-a91e-0410-96ef-6bf7bf53c507
1 parent f60438e commit 3e95cea

File tree

4 files changed

+53
-21
lines changed

4 files changed

+53
-21
lines changed

webgoat/src/main/webapp/css/webgoat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ html>body #navBar li {}
272272
}
273273

274274
#start {
275-
height: 390px;
275+
height: 400px;
276276
width: 700px;
277277
padding: 10px 50px 10px 50px;
278278
font-size: 15px;

webgoat/src/main/webapp/css/webgoat_challenge.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
#start_ch {
23-
height: 350px;
23+
height: 410px;
2424
width: 500px;
2525
padding: 10px 10px 10px 10px;
2626
font-size: 15px;

webgoat/src/main/webapp/webgoat.jsp

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,32 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
3838
longdesc="http://www.aspectsecurity.com" /></a></div>
3939
</td>
4040
</tr>
41+
<tr>
42+
<td colspan="2">
43+
<div align="center"><span class="style1">
44+
WebGoat Authors </span></div>
45+
</td>
46+
</tr>
47+
<tr>
48+
<td colspan="2">
49+
<div align="center"><span class="style2">
50+
Bruce Mayhew </span></div>
51+
</td>
52+
</tr>
53+
<tr>
54+
<td colspan="2">
55+
<div align="center"><span class="style2">
56+
Jeff Williams </span></div>
57+
</td>
58+
</tr>
4159
<tr>
4260
<td width="50%">
4361
<div align="center"><span class="style1"><br />
4462
WebGoat Design Team </span></div>
4563
</td>
4664
<td width="50%">
4765
<div align="center"><span class="style1"><br />
48-
V5.3 Lesson Contributers </span></div>
66+
V5.4 Lesson Contributers </span></div>
4967
</td>
5068
</tr>
5169
<tr>
@@ -54,11 +72,9 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
5472
<div align="center" class="style2">David Anderson</div>
5573
<div align="center" class="style2">Rogan Dawes</div>
5674
<div align="center" class="style2">Laurence Casey (Graphics)</div>
57-
<div align="center" class="style2">Brian Ciomei</div>
5875
</td>
5976
<td valign="top">
60-
<div align="center" class="style2">Chuck Willis</div>
61-
<div align="center" class="style2">Cam Morris</div>
77+
<div align="center" class="style2">Sherif Koussa</div>
6278
<div align="center" class="style2">Yiannis Pavlosoglou</div>
6379
<div align="center" class="style2"></div>
6480

@@ -67,7 +83,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
6783
<tr>
6884
<td height="25" valign="bottom">
6985
<div align="center"><span class="style1">Special Thanks
70-
for V5.3</span></div>
86+
for V5.4</span></div>
7187
</td>
7288
<td height="25" valign="bottom">
7389
<div align="center"><span class="style1">Documentation
@@ -76,8 +92,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
7692
</tr>
7793
<tr>
7894
<td>
79-
<div align="center" class="style2">Christine (Maven)</div>
80-
<div align="center" class="style2">Marek Jawurek (Internationalization)</div>
95+
<div align="center" class="style2">Brian Ciomei (Multitude of bug fixes)</div>
8196
<br/><div align="center" class="style2">To all who have sent comments</div>
8297

8398
</td>
@@ -112,7 +127,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
112127
<div align="center" class="style2">&nbsp;</div>
113128
<div id="warning">WARNING<br />
114129
While running this program, your machine is extremely vulnerable to
115-
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.
130+
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.
116131
<br />
117132
<br />
118133
This program is for educational purposes only. Use of these techniques

webgoat/src/main/webapp/webgoat_challenge.jsp

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ WebSession webSession = ((WebSession) session.getAttribute("websession"));
99
<html xmlns="http://www.w3.org/1999/xhtml">
1010
<head>
1111
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
12-
<title>WebGoat V5.2</title>
12+
<title>WebGoat V5.4</title>
13+
<link rel="stylesheet" href="css/webgoat.css" type="text/css" />
1314
<link rel="stylesheet" href="css/webgoat_challenge.css" type="text/css" />
1415
</head>
1516

@@ -23,7 +24,6 @@ The exercises are intended to provide hands on experience with
2324
application penetration testing techniques. </p>
2425
<p>The WebGoat project is led
2526
by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatContext().getFeedbackAddress()%>.</p>
26-
<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>
2727

2828
<div id="team_ch">
2929
<table border="0" align="center" class="lessonText">
@@ -39,14 +39,32 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
3939
longdesc="http://www.aspectsecurity.com" /></a></div>
4040
</td>
4141
</tr>
42+
<tr>
43+
<td colspan="2">
44+
<div align="center"><span class="style1">
45+
WebGoat Authors </span></div>
46+
</td>
47+
</tr>
48+
<tr>
49+
<td colspan="2">
50+
<div align="center"><span class="style2">
51+
Bruce Mayhew </span></div>
52+
</td>
53+
</tr>
54+
<tr>
55+
<td colspan="2">
56+
<div align="center"><span class="style2">
57+
Jeff Williams </span></div>
58+
</td>
59+
</tr>
4260
<tr>
4361
<td width="50%">
4462
<div align="center"><span class="style1"><br />
4563
WebGoat Design Team </span></div>
4664
</td>
4765
<td width="50%">
4866
<div align="center"><span class="style1"><br />
49-
Lesson Contributers </span></div>
67+
V5.4 Lesson Contributers </span></div>
5068
</td>
5169
</tr>
5270
<tr>
@@ -57,17 +75,16 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
5775
<div align="center" class="style2">Laurence Casey (Graphics)</div>
5876
</td>
5977
<td valign="top">
60-
<div align="center" class="style2">Aspect Security</div>
6178
<div align="center" class="style2">Sherif Koussa</div>
62-
<div align="center" class="style2">Romain Brechet</div>
79+
<div align="center" class="style2">Yiannis Pavlosoglou</div>
6380
<div align="center" class="style2"></div>
6481

6582
</td>
6683
</tr>
6784
<tr>
6885
<td height="25" valign="bottom">
6986
<div align="center"><span class="style1">Special Thanks
70-
for V5.2</span></div>
87+
for V5.4</span></div>
7188
</td>
7289
<td height="25" valign="bottom">
7390
<div align="center"><span class="style1">Documentation
@@ -76,18 +93,18 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
7693
</tr>
7794
<tr>
7895
<td>
79-
<div align="center" class="style2">Reto Lippuner</div>
80-
<div align="center" class="style2">Marcel Wirth </div>
96+
<div align="center" class="style2">Brian Ciomei (Multitude of bug fixes)</div>
8197
<br/><div align="center" class="style2">To all who have sent comments</div>
8298

8399
</td>
84100
<td>
85101
<div align="center" class="style2">Sherif Koussa<br />
102+
(<a href="http://www.softwaresecured.com" target="blank">http://www.softwaresecured.com</a>)
86103
</div>
87104
<div align="center" class="style2">Aung Khant<br />
88-
(http://yehg.org/)</div>
105+
(<a href="http://yehg.org/" target="_blank">http://yehg.org/</a>)</div>
89106
<div align="center" class="style2">Erwin Geirnaert<br />
90-
(http://www.zionsecurity.com/)</div>
107+
(<a href="http://www.zionsecurity.com/" target="_blank">http://www.zionsecurity.com/</a>)</div>
91108
</td>
92109
</tr>
93110
<tr>
@@ -111,7 +128,7 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
111128
<div align="center" class="style2">&nbsp;</div>
112129
<div id="warning_ch">WARNING<br />
113130
While running this program, your machine is extremely vulnerable to
114-
attack. You should disconnect from the network while using this program.
131+
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.
115132
<br />
116133
<br />
117134
This program is for educational purposes only. Use of these techniques

0 commit comments

Comments
 (0)