From 0e29dfdb8a9376063661692dc5f66a07eabf8c64 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Tue, 3 Mar 2026 08:29:48 +0000 Subject: [PATCH] Uploaded first base page --- index.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 index.php diff --git a/index.php b/index.php new file mode 100644 index 0000000..4755f70 --- /dev/null +++ b/index.php @@ -0,0 +1,46 @@ +num_rows > 0) { + echo "Login effettuato con successo!"; + } else { + echo "Credenziali non valide."; + } +} +?> + + + + + SQL Injection Test + + +

Login Test (Vulnerabile)

+ +
+ Username:

+ Password:

+ +
+ + \ No newline at end of file