Removed hardcoded webgoat path for URLs
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@367 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Session Fixation</title>
|
||||
<link rel="stylesheet" type="text/css" href="/WebGoat/lesson_solutions/formate.css">
|
||||
<link rel="stylesheet" type="text/css" href="lesson_solutions/formate.css">
|
||||
</head>
|
||||
<body>
|
||||
<p><b>Lesson Plan Title:</b> Session Fixation</p>
|
||||
@ -50,7 +50,7 @@ The mail is already prepared. You only have to alter the link so it includes
|
||||
a Session ID (SID). You can archive this by adding &SID=WHATEVER to
|
||||
the link. Of course can WHATEVER be replaced by any other string.
|
||||
The link should look similar to following:<br>
|
||||
<a href=http://localhost/WebGoat/attack?Screen=46&menu=320&SID=WHATEVER>
|
||||
<a href=http://localhostattack?Screen=46&menu=320&SID=WHATEVER>
|
||||
</p>
|
||||
<div align="left"><font size="2">
|
||||
<img src='lesson_solutions/SessionFixation_files/sf_stage1.png'><br>
|
||||
|
Reference in New Issue
Block a user