You work as a Network Penetration tester in the Secure Inc. Your company takes the projects to test the security of vari
Posted: Mon Aug 01, 2022 9:34 am
You work as a Network Penetration tester in the Secure Inc. Your company takes the projects to test the security of various companies. Recently, Secure Inc. has assigned you a project to test the security of a Web site. You go to the Web site login page and you run the following SQL query:
SELECT email, passwd, login_id, full_name
FROM members -
WHERE email = '[email protected]'; DROP TABLE members; --'
What task will the above SQL query perform?
A. Performs the XSS attacks.
B. Deletes the entire members table.
C. Deletes the rows of members table where email id is '[email protected]' given.
D. Deletes the database in which members table resides.
SELECT email, passwd, login_id, full_name
FROM members -
WHERE email = '[email protected]'; DROP TABLE members; --'
What task will the above SQL query perform?
A. Performs the XSS attacks.
B. Deletes the entire members table.
C. Deletes the rows of members table where email id is '[email protected]' given.
D. Deletes the database in which members table resides.