Web Security Lab 1

This commit is contained in:
2026-01-14 19:03:39 -05:00
parent f8c0d1dcb6
commit 8711fbbbbb
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
INFO-3174 (Web Security)/kali-linux-2025.4-vmware-amd64.vmwarevm
Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 350 KiB

@@ -565,8 +565,10 @@ INSERT INTO invoice_line_items VALUES
(113,1,510,'224.00','Health Insurance'), (113,1,510,'224.00','Health Insurance'),
(114,1,553,'127.75','Freight'); (114,1,553,'127.75','Freight');
/*
-- create a user and grant privileges to that user -- create a user and grant privileges to that user
GRANT SELECT, INSERT, DELETE, UPDATE GRANT SELECT, INSERT, DELETE, UPDATE
ON ap.* ON ap.*
TO ap_tester@localhost TO ap_tester@localhost
IDENTIFIED BY 'sesame'; IDENTIFIED BY 'sesame';
*/