123 lines
5.1 KiB
HTML
123 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns:th="http://www.thymeleaf.org">
|
|
|
|
<body>
|
|
<div th:fragment="about" class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
<h3 class="modal-title" id="myModalLabel">About WebGoat - Provided by the OWASP Foundation</h3>
|
|
</div>
|
|
<div class="modal-body modal-scroll">
|
|
<p>Thanks for hacking The Goat!</p>
|
|
|
|
<p>WebGoat is a demonstration of common web application flaws. The
|
|
associated exercises are intended to provide hands-on experience with
|
|
techniques aimed at demonstrating and testing application penetration.
|
|
</p>
|
|
|
|
<p>From the entire WebGoat team, we appreciate your interest and efforts
|
|
in making applications not just better, but safer and more secure for
|
|
everyone. We, as well as our sacrificial goat, thank you.</p>
|
|
|
|
<p>
|
|
Version: <span th:text="${@environment.getProperty('webgoat.build.version')}"></span>
|
|
</p>
|
|
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<p>Contact us:
|
|
<ul>
|
|
<li>WebGoat mailing list: <span th:text="${@environment.getProperty('webgoat.emaillist')}"></span></li>
|
|
<li>Bruce Mayhew: <span th:text="${@environment.getProperty('webgoat.email')}"></span></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<p>WebGoat Authors
|
|
<ul>
|
|
<li>Bruce Mayhew (Author & Project Lead)</li>
|
|
<li>Jeff Williams (Author & Original Idea)</li>
|
|
<li>Jason White (Architect)</li>
|
|
<li>Nanne Baars (Plugin & Platform Architecture)</li>
|
|
<li>Richard Lawson (Architect)</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<p>Active Contributors
|
|
<ul>
|
|
<li>Nanne Baars (Developer)</li>
|
|
<li>Jason White (Developer)</li>
|
|
<li>Doug Morato (Developer & CI)</li>
|
|
<li>Bruce Mayhew (Developer)</li>
|
|
<li>René Zubcevic (Developer)</li>
|
|
<li>Àngel Ollé Blázquez (Developer)</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<p>WebGoat Design Team (Active)
|
|
<ul>
|
|
<li>Nanne Baars (Plugin & Platform Architecture)</li>
|
|
<li>Bruce Mayhew (Goat Herder)</li>
|
|
<li>Jason White (User Interface)</li>
|
|
</ul>
|
|
</p><br/>
|
|
|
|
<p>Corporate Sponsorship - Companies that have donated significant time to WebGoat development
|
|
<ul>
|
|
<li>Aspect Security</li>
|
|
<li>Ounce Labs</li>
|
|
</ul>
|
|
</p><br/>
|
|
|
|
<p>Did we miss you? Our sincere apologies, as we know there have
|
|
been many contributors over the years. If your name does not
|
|
appear in any of the lists above, please send us a note. We'll
|
|
get you added with no further sacrifices required.</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<p>Past Contributors
|
|
<ul>
|
|
<li>Richard Lawson (Architect)</li>
|
|
<li>Michael Dever (Developer)</li>
|
|
<li>Jeff Wayman (Docs)</li>
|
|
<li>Dave Cowden (Everything)</li>
|
|
<li>Richard Lawson (Service Layer)</li>
|
|
<li>Keith Gasser (Survey/Security)</li>
|
|
<li>Devin Mayhew (Setup/Admin)</li>
|
|
<li>Li Simon (Developer)</li>
|
|
<li>Ali Looney (UI Design)</li>
|
|
<li>David Anderson (Developer/Design)</li>
|
|
<li>Christopher Blum (Lessons)</li>
|
|
<li>Laurence Casey (Graphics)</li>
|
|
<li>Brian Ciomei (Bug fixes)</li>
|
|
<li>Rogan Dawes (Lessons)</li>
|
|
<li>Erwin Geirnaert (Solutions)</li>
|
|
<li>Aung Knant (Documentation)</li>
|
|
<li>Ryan Knell (Lessons)</li>
|
|
<li>Christine Koppeit (Build)</li>
|
|
<li>Sherif Kousa (Lessons/Documentation)</li>
|
|
<li>Reto Lippuner (Lessons)</li>
|
|
<li>PartNet (Lessons)</li>
|
|
<li>Yiannis Pavlosoglou (Lessons)</li>
|
|
<li>Eric Sheridan (Lessons)</li>
|
|
<li>Alex Smolen (Lessons)</li>
|
|
<li>Chuck Willis (Lessons)</li>
|
|
<li>Marcel Wirth (Lessons)</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|