[fix] SQLi Lessons 6a-b: lesson passed's boolean
This commit is contained in:
committed by
Nanne Baars
parent
f5c3610aba
commit
ad3e9439ec
@ -210,4 +210,4 @@
|
||||
<div class="adoc-content" th:replace="doc:SqlInjection_content13.adoc"></div>
|
||||
</div>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
@ -9,6 +9,7 @@ CREATE TABLE user_system_data (userid varchar(5) not null primary key,
|
||||
cookie varchar(30));
|
||||
-------------------------------------------------------
|
||||
|
||||
Execute a query to union or join these tables. When you have figured it out.... What is Dave's password?
|
||||
*6.a)* Execute a query to union or join these tables. +
|
||||
*6.b)* When you have figured it out.... What is Dave's password?
|
||||
|
||||
|
||||
|
@ -14,5 +14,8 @@ sql-injection.5a.no.results=No results matched. Try Again.
|
||||
sql-injection.5b.success=You have succeed: {0}
|
||||
sql-injection.5b.no.results=No results matched. Try Again.
|
||||
|
||||
sql-injection.6a.success=You have succeed: {0}
|
||||
sql-injection.6a.no.results=No results matched. Try Again.
|
||||
|
||||
sql-injection.6b.success=You have succeed: {0}
|
||||
sql-injection.6b.no.results=No results matched. Try Again.
|
||||
sql-injection.6b.no.results=No results matched. Try Again.
|
||||
|
Reference in New Issue
Block a user