EC-Council
412-79V9 · Question #93
A Blind SQL injection is a type of SQL injection attack that asks the database true or false questions and determines the answer based on the application response. This attack is often used when the…
The correct answer is D. ABCD. See the full explanation below for the reasoning.
Question
A Blind SQL injection is a type of SQL injection attack that asks the database true or false questions and determines the answer based on the application response. This attack is often used when the web application is configured to show generic error messages, but has not mitigated the code that is vulnerable to SQL injection. It is performed when an error message is not received from application while trying to exploit SQL vulnerabilities. The developer's specific message is displayed instead of an error message. So it is quite difficult to find SQL vulnerability in such cases. A pen tester is trying to extract the database name by using a blind SQL injection. He tests the database using the below query and finally finds the database name.
What is the database name?
Options
- AWXYZ
- BPHJG
- CCFGH
- DABCD
How the community answered
(53 responses)- A4% (2)
- B15% (8)
- C9% (5)
- D72% (38)
Community Discussion
No community discussion yet for this question.