Removed hardcoded webgoat path for URLs
git-svn-id: http://webgoat.googlecode.com/svn/trunk@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>password Strength</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> Password Strength</p>
|
||||
@ -18,13 +18,13 @@ Accounts are only as secure as there passwords. Most users have the same weak pa
|
||||
<br><br>
|
||||
<b>Solution:</b><br/>
|
||||
Open your browser on <a href="https://www.cnlab.ch/codecheck" target="_blank">https://www.cnlab.ch/codecheck</a>. Copy the first password in the field and click "Run the check".<br><br>
|
||||
<img src="/WebGoat/lesson_solutions/PasswordStrength_files/image001.jpg"><br/>
|
||||
<img src="lesson_solutions/PasswordStrength_files/image001.jpg"><br/>
|
||||
<font size="2"><b>Code checker</b></font><br/><br/><br/>
|
||||
You will get a little pop-up. Choose "Yes, I want this word to be tested".<br><br>
|
||||
<img src="/WebGoat/lesson_solutions/PasswordStrength_files/image002.jpg"><br/>
|
||||
<img src="lesson_solutions/PasswordStrength_files/image002.jpg"><br/>
|
||||
<font size="2"><b>Pop-up</b></font><br/><br/><br/>
|
||||
You will get get the result of the check.<br><br>
|
||||
<img src="/WebGoat/lesson_solutions/PasswordStrength_files/image003.jpg"><br/>
|
||||
<img src="lesson_solutions/PasswordStrength_files/image003.jpg"><br/>
|
||||
<font size="2"><b>The result</b></font><br/><br/><br/>
|
||||
Do this with all of the five given passwords.<br><br>
|
||||
Here are the results you get:<br><br>
|
||||
|
Reference in New Issue
Block a user