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.
You work as a Network Penetration tester in the Secure Inc. Your company takes the projects to test the security of vari
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
You work as a Network Penetration tester in the Secure Inc. Your company takes the projects to test the security of vari
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!