secure password assignment first draft

This commit is contained in:
PhilippeSteinbach
2018-12-03 15:53:21 +01:00
committed by Nanne Baars
parent 8bc91ba4ec
commit 5fa11a1b4b
5 changed files with 100 additions and 1 deletions

View File

@ -14,6 +14,30 @@
<div class="adoc-content" th:replace="doc:SecurePasswords_2.adoc"></div>
</div>
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="doc:SecurePasswords_assignment_introduction.adoc"></div>
<div class="attack-container">
<div class="assignment-success"><i class="fa fa-2 fa-check hidden" aria-hidden="true"></i></div>
<form class="attack-form" accept-charset="UNKNOWN"
method="POST" name="form"
action="/WebGoat/SecurePasswords/assignment"
enctype="application/json;charset=UTF-8"
autocomplete="off">
<table>
<tr>
<td><label>Password</label></td>
<td><input name="password" value="" type="TEXT" placeholder="Enter a secure password"/></td>
</tr>
<tr>
<td><button type="SUBMIT">Submit</button></td>
</tr>
</table>
</form>
<div class="attack-feedback"></div>
<div class="attack-output"></div>
</div>
</div>
<div class="lesson-page-wrapper">
<div class="adoc-content" th:replace="doc:SecurePasswords_3.adoc"></div>
</div>

View File

@ -1 +1,3 @@
secure-passwords.title=Secure Passwords
secure-passwords.title=Secure Passwords
securepassword-success=You have succeded! The password is secure enough.
securepassword-failed=You have failed! Try to enter a secure password.

View File

@ -0,0 +1,3 @@
== How long could it take to brute force your password?
In this assignment you have to type in a password which is strong enough (at least 4/5 or 5/5).