doc
java
newDesign
resources
scripts
tomcatconf
webapp
META-INF
WEB-INF
css
database
fonts
images
js
lessonJS
lesson_plans
lesson_solutions
lessons
Ajax
ConfManagement
CrossSiteScripting
DBCrossSiteScripting
DBSQLInjection
General
GoatHillsFinancial
images
EditProfile.jsp
GoatHillsFinancial.css
GoatHillsFinancial.jsp
ListStaff.jsp
Login.jsp
SearchStaff.jsp
ViewProfile.jsp
error.jsp
RoleBasedAccessControl
SQLInjection
XPATHInjection
plugins
users
lesson_content.jsp
main.jsp
reportBug.jsp
sideWindow.jsp
webgoat.jsp
webgoat_challenge.jsp
.gitignore
README.txt
build.xml
pom.xml
webgoat for SQL Server.bat
webgoat.bat
webgoat.sh
webgoat_8080.bat
webscarab.bat
13 lines
615 B
Plaintext
13 lines
615 B
Plaintext
<%@ page contentType="text/html; charset=ISO-8859-1" language="java"
|
|
import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
|
|
errorPage="" %>
|
|
<%
|
|
WebSession webSession = ((WebSession)session.getAttribute(WebSession.SESSION));
|
|
// int myUserId = getIntSessionAttribute(webSession, "GoatHillsFinancial." + GoatHillsFinancial.USER_ID);
|
|
%>
|
|
<br><br><br>An error has occurred.
|
|
<br><br><br>
|
|
<form method="POST" action="<%=webSession.getCurrentLesson().getFormAction()%>">
|
|
|
|
<input type="submit" name="action" value="<%=GoatHillsFinancial.LOGIN_ACTION%>"/>
|
|
</form> |