Web Security Lab 1
This commit is contained in:
@@ -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';
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user