diff --git a/src/main/resources/lessons/sqlinjection/documentation/SqlInjection_content6a.adoc b/src/main/resources/lessons/sqlinjection/documentation/SqlInjection_content6a.adoc index 2ce8dcced..8bd6d543e 100644 --- a/src/main/resources/lessons/sqlinjection/documentation/SqlInjection_content6a.adoc +++ b/src/main/resources/lessons/sqlinjection/documentation/SqlInjection_content6a.adoc @@ -28,4 +28,4 @@ CREATE TABLE user_system_data (userid int not null primary key, *6.b)* When you have figured it out.... What is Dave's password? Note: There are multiple ways to solve this Assignment. One is by using a UNION, the other by appending -a new SQl statement. Maybe you can find both of them. \ No newline at end of file +a new SQL statement. Maybe you can find both of them.