git-svn-id: http://webgoat.googlecode.com/svn/trunk@50 4033779f-a91e-0410-96ef-6bf7bf53c507
94 lines
4.3 KiB
Plaintext
94 lines
4.3 KiB
Plaintext
<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
|
|
errorPage="" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
|
<title>WebGoat V5</title>
|
|
<link rel="stylesheet" href="css/webgoat.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<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">
|
|
<table width="460" border="0" align="center" class="lessonText">
|
|
<tr>
|
|
<td width="50%"><div align="center"><span class="style1">WebGoat Design Team </span></div></td>
|
|
<td width="50%"><div align="center"><span class="style1">Lesson Contributers </span></div></td>
|
|
</tr>
|
|
<tr>
|
|
<td rowspan="4" 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><div align="center" class="style2">Aspect Security <br />
|
|
(http://www.aspectsecurity.com) </div></td>
|
|
</tr>
|
|
<tr>
|
|
<td><div align="center" class="style2">Alex Smolen <br /></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><div align="center" class="style2">Rogan Dawes <br />
|
|
(http://dawes.za.net/rogan) </div></td>
|
|
</tr>
|
|
<tr>
|
|
<td><div align="center" class="style2">Chuck Willis<br />
|
|
(http://www.securityfoundry.com) </div></td>
|
|
</tr>
|
|
<tr>
|
|
<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 Contributer</span></div></td>
|
|
</tr>
|
|
<tr>
|
|
<td><div align="center" class="style2">Sherif Kousa<br /></div>
|
|
</td>
|
|
<td><div align="center" class="style2">Robert Sullivan<br />
|
|
(http://www.unitedhealthgroup.com/) </div></td>
|
|
</tr>
|
|
<tr>
|
|
<td><div align="center" class="style2">OWASP Autumn of Code<br />
|
|
(http://www.owasp.org/) </div></td>
|
|
<td><div align="center" class="style2">Sherif Kousa<br /></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><div align="center" class="style2">To all who have sent comments</div></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan = "2"><div align="center" class="style2">
|
|
<form id="form" name="form" method="post" action="attack">
|
|
<input type="submit" name="start" value="Start" />
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</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.
|
|
Use of these techniques without permission could lead to
|
|
job termination, financial liability, and/or criminal penalties.
|
|
</div>
|
|
<div id="bottom">
|
|
<div align="center"><img src="images/logos/owasp.jpg" alt="OWASP Foundation" width="238" height="43" longdesc="http://www.owasp.org" /><a href="http://www.owasp.org"><br />
|
|
Project WebGoat </a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|