QuestionQ48
Database Penetration Testing MethodologyArnold is attempting to access a database by injecting exploit query statements through a WHERE clause. He wants to use the WHERE clause to retrieve every entry from a specific table (for example, StudName).
Which query must Arnold write to retrieve the information?
- A EXTRACT * FROM StudName WHERE roll_number = 1 order by 1000
- B DUMP * FROM StudName WHERE roll_number = 1 AND 1=1ג€"
- C SELECT * FROM StudName WHERE roll_number = " or '1' = '1'
- D RETRIVE * FROM StudName WHERE roll_number = 1'#
Community Discussion