<%@ page contentType="text/html; charset=ISO-8859-1" language="java" errorPage=""%> <%@page import="org.owasp.webgoat.session.WebSession"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <% WebSession webSession = ((WebSession) session.getAttribute(WebSession.SESSION)); %> WebGoat

Hints


{{curHint}}
This should default to the "How to Work with Webgoat" lesson

Cookies / Parameters


Cookies

FieldValue
{{key}} {{value}}

Params

ParamValue
{{param.name}} {{param.value}}

Lesson Parameters and Cookies

Lesson Hints

Lesson Plan

Lesson Solution

Lesson Source Code

{{source}}