From b51be74cab8de1bdf2566f3c1ab9e6ecad385403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 28 Nov 2022 15:07:50 +0100 Subject: [PATCH] typofix --- .../sqlinjection/documentation/SqlInjection_content6a.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.