350-701 · Question #914
What is a difference between out-of-band SQL injection attacks and bind SQL injection attacks?
The correct answer is A. Out-of-band SQL injection attacks use an application to dump retrieved data, and blind SQL. Out-of-band SQL injection retrieves data through an external channel, such as DNS or HTTP callbacks, which allows the attacker to extract information even when the primary application channel does not return results directly. Blind SQL injection cannot return data directly…
Question
What is a difference between out-of-band SQL injection attacks and bind SQL injection attacks?
Options
- AOut-of-band SQL injection attacks use an application to dump retrieved data, and blind SQL
- BOut-of-band SQL injection attacks use the same channel to inject the SQL code and retrieve data,
- COut-of-band SQL injection attacks rely on error messages from a database server to obtain
- DOut-of-band SQL injection attacks use a different channel to inject the SQL. code and retrieve
How the community answered
(28 responses)- A82% (23)
- B4% (1)
- C4% (1)
- D11% (3)
Explanation
Out-of-band SQL injection retrieves data through an external channel, such as DNS or HTTP callbacks, which allows the attacker to extract information even when the primary application channel does not return results directly. Blind SQL injection cannot return data directly; instead, an attacker infers database structure and content by observing how the application behaves in response to crafted inputs.
Topics
Community Discussion
No community discussion yet for this question.