Minor changes to the challenge screen
git-svn-id: http://webgoat.googlecode.com/svn/trunk@181 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
184eaae260
commit
84f3b5033d
@ -6,72 +6,90 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
||||
<title>WebGoat V5</title>
|
||||
<link rel="stylesheet" href="css/webgoat_challenge.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/webgoat.css" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="wrap_ch">
|
||||
<div id="top_ch"><img src="images/header/header.jpg" width="500" height="86" /></div>
|
||||
<div id="start_ch">
|
||||
|
||||
<div id="wrap">
|
||||
<div id="top"></div>
|
||||
<div id="start">
|
||||
<p>Thank you for using WebGoat!</p>
|
||||
<p>This program is a demonstration of common web application flaws.
|
||||
The exercises are intended to provide hands on experience with application
|
||||
penetration testing techniques.</p>
|
||||
<div id="team_ch">
|
||||
<table width="400" border="0" align="center" class="lessonText">
|
||||
penetration testing techniques. The WebGoat project is lead by Bruce Mayhew. Please send all
|
||||
comments to Bruce at <a href=mailto:WebGoat@g2-inc.com>WebGoat@G2-Inc.com</a>.</p>
|
||||
<div id="team">
|
||||
<table border="0" align="center" class="lessonText">
|
||||
<tr>
|
||||
<td width="50%"><div align="center"><span class="style1_ch">WebGoat Design Team </span></div></td>
|
||||
<td width="50%"><div align="center"><span class="style1_ch">Lesson Contributers </span></div></td>
|
||||
<td width="50%"><div align="center"><a href="http://www.owasp.org"><img border="0" src="images/logos/owasp.jpg" alt="OWASP Foundation" longdesc="http://www.owasp.org" /></a></div></td>
|
||||
<td width="50%"><div align="center"><a href="http://www.aspectsecurity.com"><img border="0" src="images/logos/aspect.jpg" alt="Aspect Security" longdesc="http://www.aspectsecurity.com" /></a></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center" class="style2_ch">Jeff Williams</div></td>
|
||||
<td><div align="center" class="style2_ch">Aspect Security <br />
|
||||
(http://www.aspectsecurity.com) </div></td>
|
||||
<td width="50%"><div align="center"><span class="style1"><br />WebGoat Design Team </span></div></td>
|
||||
<td width="50%"><div align="center"><span class="style1"><br />Lesson Contributers </span></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center" class="style2_ch">Bruce Mayhew</div></td>
|
||||
<td><div align="center" class="style2_ch">Alex Smolen <br />
|
||||
(http://www.parasoft.com) </div></td>
|
||||
<td valign="top">
|
||||
<div align="center" class="style2">Bruce Mayhew</div>
|
||||
<div align="center" class="style2">Laurence Casey</div>
|
||||
<div align="center" class="style2">David Anderson</div>
|
||||
<div align="center" class="style2">Eric Sheridan</div>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<div align="center" class="style2">Aspect Security</div>
|
||||
<div align="center" class="style2">Sherif Koussa</div>
|
||||
<div align="center" class="style2">Alex Smolen</div>
|
||||
<div align="center" class="style2">Chuck Willis</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center" class="style2_ch">Laurence Casey</div></td>
|
||||
<td><div align="center" class="style2">Rogan Dawes <br />
|
||||
(http://dawes.za.net/rogan) </div></td>
|
||||
<td height="25" valign="bottom"><div align="center"><span class="style1">Special Thanks for V5</span></div></td>
|
||||
<td height="25" valign="bottom"><div align="center"><span class="style1">Documentation Contributers</span></div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center" class="style2_ch">David Anderson</div></td>
|
||||
<td><div align="center" class="style2_ch">Chuck Willis<br />
|
||||
(http://www.securityfoundry.com) </div></td>
|
||||
<td><div align="center" class="style2">Sherif Koussa<br />
|
||||
(http://www.macadamian.com)<br /> </div>
|
||||
</td>
|
||||
<td><div align="center" class="style2">Robert Sullivan<br />
|
||||
(http://www.unitedhealthgroup.com/) </div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="18"><div align="center" class="style2_ch">Eric Sheridan</div></td>
|
||||
<td><div align="center"><span class="style2_ch"></span></div></td>
|
||||
<td><div align="center" class="style2">OWASP Autumn of Code<br />
|
||||
(http://www.owasp.org/) </div></td>
|
||||
<td><div align="center" class="style2">Sherif Koussa<br />(http://www.macadamian.com)<br /></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<tr>
|
||||
<td><div align="center" class="style2">To all who have sent comments</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div align="center" class="style2"> </div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan = "2">
|
||||
<div align="center" class="style2">
|
||||
<form id="form" name="form" method="post" action="attack">
|
||||
<div align="center">
|
||||
<input type="submit" name="start" value="Start" />
|
||||
</div>
|
||||
<input type="submit" name="start" value="Start WebGoat" />
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="warning_ch"> WARNING<br />
|
||||
While running this program your machine will be extremely vulnerable to attack.
|
||||
You should disconnect from the Internet while using this program.
|
||||
</div>
|
||||
<div id="warning"> WARNING<br />
|
||||
While running this program, your machine is extremely vulnerable to attack.
|
||||
You should disconnect from the network while using this program.
|
||||
<br/>
|
||||
<br/>
|
||||
This program is for educational purposes only.
|
||||
If you attempt these techniques without authorization,
|
||||
you are very likely to get caught.
|
||||
If you are caught engaging in unauthorized hacking,
|
||||
most companies will fire you.
|
||||
Claiming that you were doing security research will
|
||||
not work as that is the first thing that all hackers claim.
|
||||
</div>
|
||||
<div id="bottom_ch">
|
||||
<div align="center"><img src="images/logos/owasp.jpg" alt="OWASP Foundation" width="166" height="29" longdesc="http://www.owasp.org" /><a href="http://www.owasp.org"><br />
|
||||
© 2006 Project WebGoat</a></div>
|
||||
Use of these techniques without permission could lead to
|
||||
job termination, financial liability, and/or criminal penalties.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user