secure password assignment first draft
This commit is contained in:
committed by
Nanne Baars
parent
8bc91ba4ec
commit
5fa11a1b4b
@ -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>
|
||||
|
Reference in New Issue
Block a user