SQL injection add hints #470

This commit is contained in:
Nanne Baars
2019-02-09 16:41:46 +01:00
parent 5bc48193b6
commit 941ca5e9a1
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,9 @@ sql.injection.title=SQL Injection
sql.mitigation.title=SQL Injection (mitigation)
sql.advanced.title=SQL Injection (advanced)
SqlInjectionChallenge1=Look at the different response you receive from the server
SqlInjectionChallenge2=The vulnerability is on the register form
SqlInjectionChallenge3=Use tooling to automate this attack
NoResultsMatched=No results matched. Try Again.
SqlStringInjectionHint1=The application is taking your input and inserting it at the end of a pre-formed SQL command.