|
1 | 1 | <%@ page contentType="text/html; charset=ISO-8859-1" language="java"
|
2 |
| - errorPage=""%> |
3 |
| -<%@page import="org.owasp.webgoat.session.WebSession"%> |
4 |
| -<% |
5 |
| -WebSession webSession = ((WebSession) session.getAttribute("websession")); |
6 |
| -%> |
| 2 | + errorPage=""%> |
7 | 3 |
|
8 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
9 |
| -<html xmlns="http://www.w3.org/1999/xhtml"> |
10 |
| -<head> |
11 |
| -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> |
12 |
| -<title>WebGoat V5.4</title> |
13 |
| -<link rel="stylesheet" href="css/webgoat.css" type="text/css" /> |
14 |
| -<link rel="stylesheet" href="css/webgoat_challenge.css" type="text/css" /> |
15 |
| -</head> |
| 4 | +<!-- This modal content is included into the main_new.jsp --> |
16 | 5 |
|
17 |
| -<body> |
| 6 | +<div class="modal-content"> |
| 7 | + <div class="modal-header"> |
| 8 | + <h3 class="modal-title" id="myModalLabel">About WebGoat - Provided by the OWASP Foundation</h3> |
| 9 | + </div> |
| 10 | + <div class="modal-body modal-scroll"> |
| 11 | + <p>Thanks for hacking The Goat!</p> |
| 12 | + <p>WebGoat is a demonstration of common web application flaws. The |
| 13 | + associated exercises are intended to provide hands-on experience with |
| 14 | + techniques aimed at demonstrating and testing application penetration. |
| 15 | + </p> |
| 16 | + <p>From the entire WebGoat team, we appreciate your interest and efforts |
| 17 | + in making applications not just better, but safer and more secure for |
| 18 | + everyone. We, as well as our sacrificial goat, thank you.</p> |
| 19 | + <p> |
| 20 | + Version: ${version}, Build: ${build} |
| 21 | + </p> |
18 | 22 |
|
19 |
| -<div id="wrap_ch"> |
20 |
| -<div id="top_ch"></div> |
21 |
| -<div id="start_ch"> |
22 |
| -<p>Thank you for using WebGoat! This program is a demonstration of common web application flaws. |
23 |
| -The exercises are intended to provide hands on experience with |
24 |
| -application penetration testing techniques. </p> |
25 |
| -<p>The WebGoat project is led |
26 |
| -by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatContext().getFeedbackAddress()%>.</p> |
27 |
| - |
28 |
| -<div id="team_ch"> |
29 |
| -<table border="0" align="center" class="lessonText"> |
30 |
| - <tr> |
31 |
| - <td width="50%"> |
32 |
| - <div align="center"><a href="http://www.owasp.org"><img |
33 |
| - border="0" src="images/logos/owasp.jpg" alt="OWASP Foundation" |
34 |
| - longdesc="http://www.owasp.org" /></a></div> |
35 |
| - </td> |
36 |
| - <td width="50%"> |
37 |
| - <div align="center"><a href="http://www.aspectsecurity.com"><img |
38 |
| - border="0" src="images/logos/aspect.jpg" alt="Aspect Security" |
39 |
| - longdesc="http://www.aspectsecurity.com" /></a></div> |
40 |
| - </td> |
41 |
| - </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> |
60 |
| - <tr> |
61 |
| - <td width="50%"> |
62 |
| - <div align="center"><span class="style1"><br /> |
63 |
| - WebGoat Design Team </span></div> |
64 |
| - </td> |
65 |
| - <td width="50%"> |
66 |
| - <div align="center"><span class="style1"><br /> |
67 |
| - V5.4 Lesson Contributers </span></div> |
68 |
| - </td> |
69 |
| - </tr> |
70 |
| - <tr> |
71 |
| - <td valign="top"> |
72 |
| - <div align="center" class="style2">David Anderson</div> |
73 |
| - <div align="center" class="style2">Laurence Casey (Graphics)</div> |
74 |
| - <div align="center" class="style2">Rogan Dawes</div> |
75 |
| - <div align="center" class="style2">Bruce Mayhew</div> |
76 |
| - </td> |
77 |
| - <td valign="top"> |
78 |
| - <div align="center" class="style2">Sherif Koussa</div> |
79 |
| - <div align="center" class="style2">Yiannis Pavlosoglou</div> |
80 |
| - <div align="center" class="style2"></div> |
81 |
| - |
82 |
| - </td> |
83 |
| - </tr> |
84 |
| - <tr> |
85 |
| - <td height="25" valign="bottom"> |
86 |
| - <div align="center"><span class="style1">Special Thanks |
87 |
| - for V5.4</span></div> |
88 |
| - </td> |
89 |
| - <td height="25" valign="bottom"> |
90 |
| - <div align="center"><span class="style1">Documentation |
91 |
| - Contributers</span></div> |
92 |
| - </td> |
93 |
| - </tr> |
94 |
| - <tr> |
95 |
| - <td> |
96 |
| - <div align="center" class="style2">Brian Ciomei (Multitude of bug fixes)</div> |
97 |
| - <div align="center" class="style2">To all who have sent comments</div> |
98 |
| - |
99 |
| - </td> |
100 |
| - <td> |
101 |
| - <div align="center" class="style2"> |
102 |
| - <a href="http://www.zionsecurity.com/" target="_blank">Erwin Geirnaert</a></div> |
103 |
| - <div align="center" class="style2"> |
104 |
| - <a href="http://yehg.org/" target="_blank">Aung Khant</a></div> |
105 |
| - <div align="center" class="style2"> |
106 |
| - <a href="http://www.softwaresecured.com" target="blank">Sherif Koussa</a> |
107 |
| - </div> |
108 |
| - </td> |
109 |
| - </tr> |
110 |
| - <tr> |
111 |
| - <td colspan="2"> |
112 |
| - <div align="center" class="style2"> |
113 |
| - <form id="form" name="form" method="post" action="attack"><input |
114 |
| - type="submit" name="start" value="Start WebGoat" /></form> |
115 |
| - </div> |
116 |
| - </td> |
117 |
| - </tr> |
118 |
| - <tr> |
119 |
| - <td> |
120 |
| - <div align="center" class="style2"> </div> |
121 |
| - </td> |
122 |
| - </tr> |
123 |
| -</table> |
124 |
| -</div> |
125 |
| -</div> |
126 |
| -<div align="center" class="style2"> </div> |
127 |
| -<div align="center" class="style2"> </div> |
128 |
| -<div align="center" class="style2"> </div> |
129 |
| -<div id="warning_ch">WARNING<br /> |
130 |
| -While running this program, your machine is extremely vulnerable to |
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. |
132 |
| -<br /> |
133 |
| -<br /> |
134 |
| -This program is for educational purposes only. Use of these techniques |
135 |
| -without permission could lead to job termination, financial liability, |
136 |
| -and/or criminal penalties.</div> |
| 23 | + <div class="row"> |
| 24 | + <div class="col-md-6"> |
| 25 | + <p>Contact us: |
| 26 | + <ul> |
| 27 | + <li>WebGoat mailing list: ${emailList}</li> |
| 28 | + <li>Bruce Mayhew: ${contactEmail}</li> |
| 29 | + </ul> |
| 30 | + </p> |
| 31 | + </div> |
| 32 | + </div> |
| 33 | + <div class="row"> |
| 34 | + <div class="col-md-6"> |
| 35 | + <p>WebGoat Authors |
| 36 | + <ul> |
| 37 | + <li>Bruce Mayhew (Project Lead)</li> |
| 38 | + <li>Jeff Williams (Original Idea)</li> |
| 39 | + <li>Richard Lawson (Architect)</li> |
| 40 | + <li>Jason White (Architect)</li> |
| 41 | + </ul> |
| 42 | + </p> |
| 43 | + </div> |
| 44 | + <div class="col-md-6"> |
| 45 | + <p>WebGoat Design Team |
| 46 | + <ul> |
| 47 | + <li>Richard Lawson</li> |
| 48 | + <li>Bruce Mayhew</li> |
| 49 | + <li>Jason White</li> |
| 50 | + <li>Ali Looney (User Interface)</li> |
| 51 | + <li>Jeff Wayman (Website and Docs)</li> |
| 52 | + </ul> |
| 53 | + </p> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + <div class="row"> |
| 57 | + <div class="col-md-6"> |
| 58 | + <p>Active Contributors |
| 59 | + <ul> |
| 60 | + <li>Nanne Baars (Developer)</li> |
| 61 | + <li>Dave Cowden (Everything)</li> |
| 62 | + <li>Keith Gasser (Survey/Security)</li> |
| 63 | + <li>Devin Mayhew (Setup/Admin)</li> |
| 64 | + <li>Li Simon (Developer)</li> |
| 65 | + </ul> |
| 66 | + </p> |
| 67 | + </div> |
| 68 | + <div class="col-md-6"> |
| 69 | + <p>Past Contributors |
| 70 | + <ul> |
| 71 | + <li>David Anderson (Developer/Design)</li> |
| 72 | + <li>Christopher Blum (Lessons)</li> |
| 73 | + <li>Laurence Casey (Graphics)</li> |
| 74 | + <li>Brian Ciomei (Bug fixes)</li> |
| 75 | + <li>Rogan Dawes (Lessons)</li> |
| 76 | + <li>Erwin Geirnaert (Solutions)</li> |
| 77 | + <li>Aung Knant (Documentation)</li> |
| 78 | + <li>Ryan Knell (Lessons)</li> |
| 79 | + <li>Christine Koppeit (Build)</li> |
| 80 | + <li>Sherif Kousa (Lessons/Documentation)</li> |
| 81 | + <li>Reto Lippuner (Lessons)</li> |
| 82 | + <li>PartNet (Lessons)</li> |
| 83 | + <li>Yiannis Pavlosoglou (Lessons)</li> |
| 84 | + <li>Eric Sheridan (Lessons)</li> |
| 85 | + <li>Alex Smolen (Lessons)</li> |
| 86 | + <li>Chuck Willis (Lessons)</li> |
| 87 | + <li>Marcel Wirth (Lessons)</li> |
| 88 | + </ul> |
| 89 | + </p> |
| 90 | + <p>Did we miss you? Our sincere apologies, as we know there have |
| 91 | + been many contributors over the years. If your name does not |
| 92 | + appear in any of the lists above, please send us a note. We'll |
| 93 | + get you added with no further sacrifices required.</p> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + </div> |
| 97 | + <div class="modal-footer"> |
| 98 | + <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
| 99 | + </div> |
137 | 100 | </div>
|
138 |
| -</body> |
139 |
| -</html> |
0 commit comments