QuestionQ841
Web Application Injection AttacksYou are a Network Penetration tester at Secure Inc. Your company undertakes projects to test the security of various companies. Recently, Secure Inc. assigned you a project to test the security of a website. On the website login page, you run the following SQL query:

What task will the preceding SQL query perform?
- A Deletes the database in which members table resides.
- B Deletes the rows of members table where email id is '[email protected]' given.
- C Performs the XSS attacks.
- D Deletes the entire members table.
Community Discussion