312-50v12 Exam QuestionsBrowse all questions from this exam

312-50v12 Exam - Question 275


This type of injection attack does not show any error message. It is difficult to exploit as it returns information when the application is given SQL payloads that elicit a true or false response from the server. By observing the response, an attacker can extract sensitive information.

What type of attack is this?

Show Answer
Correct Answer: D

The attack described involves giving the application SQL payloads that elicit a true or false response from the server without showing any error messages, and allows the attacker to infer information based on these responses. This type of attack is known as Blind SQL injection.

Discussion

4 comments
Sign in to comment
insaniuntOption: D
Feb 26, 2024

Blind SQL injection attacks, the attacker doesn't directly see the results of the injected SQL query but can infer information based on the application's response

qwerty100Option: D
Feb 28, 2024

D. Blind SQL injection

LordXanderOption: D
Apr 3, 2024

CEHv12 - 2225

shaodyOption: D
Aug 21, 2024

No data is transmitted through the web application, and it is not possible for an attacker to retrieve the actual result of the injection; therefore, it is called blind SQL injection.