Fixed Double Hints in SqlInjection Advanced Challenge

This commit is contained in:
Tobias_Melzer
2018-12-03 21:39:10 +01:00
committed by Nanne Baars
parent 5fa11a1b4b
commit 43504b9a7b
4 changed files with 73 additions and 43 deletions

View File

@ -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>