refactor: small updates and improvements in HTTP Basic lesson (#2024)
* refactor: cleanup attack result and builder * refactor: solve compiler warnings * feature: improve HTTP basics lesson Closes: #494
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
<div id="lessonContent">
|
||||
<form accept-charset="UNKNOWN" method="POST" name="form"
|
||||
th:action="@{/#attack/307/100}">
|
||||
Enter Your Name: <input name="person" value="" type="TEXT"/><input
|
||||
name="SUBMIT" value="Go!" type="SUBMIT"/>
|
||||
Enter your name: <input name="person" value="" type="TEXT"/><input
|
||||
name="SUBMIT" value="Go!" type="SUBMIT" class="spacing"/>
|
||||
</form>
|
||||
</div>
|
||||
</form>
|
||||
@ -71,7 +71,7 @@
|
||||
<tr>
|
||||
<td>What is the magic number:</td>
|
||||
<td><input name="magic_answer" value="" type="TEXT" /><input
|
||||
name="SUBMIT" value="Go!" type="SUBMIT" /></td>
|
||||
name="SUBMIT" value="Go!" type="SUBMIT" class="spacing" /></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user