Fixed Double Hints in SqlInjection Advanced Challenge
This commit is contained in:
committed by
Nanne Baars
parent
5fa11a1b4b
commit
43504b9a7b
@ -83,7 +83,7 @@
|
||||
<div class="col-lg-12">
|
||||
<form id="login-form" class="attack-form" accept-charset="UNKNOWN"
|
||||
method="POST" name="form"
|
||||
action="SqlInjection/challenge"
|
||||
action="SqlInjection/challenge_Login"
|
||||
enctype="application/json;charset=UTF-8" role="form">
|
||||
<div class="form-group">
|
||||
<input type="text" name="username_login" id="username4" tabindex="1"
|
||||
@ -162,7 +162,7 @@
|
||||
</div>
|
||||
|
||||
<div class="lesson-page-wrapper">
|
||||
<span id="quiz_id" data-quiz_id="sql_injection"></span>
|
||||
<span id="quiz_id" data-quiz_id="sql_incjection"></span>
|
||||
<script th:src="@{/js/quiz.js}" language="JavaScript"></script>
|
||||
<link rel="import" type="application/json" th:href="@{/lesson_js/questions.json}"/>
|
||||
<div class="adoc-content" th:replace="doc:SqlInjection_quiz.adoc"></div>
|
||||
|
@ -8,6 +8,7 @@ SqlInjectionChallenge2=The vulnerability is on the register form
|
||||
SqlInjectionChallenge3=Use tooling to automate this attack
|
||||
sql-injection.error=<span class='feedback-negative'>Sorry, this solution is not correct. Try again!</span>
|
||||
NoResultsMatched=<span class='feedback-negative'>No results matched. Try Again.</span>
|
||||
ResultsButNotTom=<span class='feedback-negative'>Try To login as Tom!</span>
|
||||
|
||||
sql-injection.2.success=<span class='feedback-positive'>You have succeeded!</span>
|
||||
sql-injection.2.failed=<span class='feedback-negative'>Something went wrong! You got no results, check your SQL Statement and the table above.</span>
|
||||
|
Reference in New Issue
Block a user