Implementing and Operating Cisco Security Core Technologies v1.1 (350-701 SCOR v1.1) Exam Materials-Question 328 Discussion
Comment Image Comment Image Comment Image

What is a difference between out-of-band SQL injection attacks and blind SQL injection attacks? (Choose one answer)

  • A. Out-of-band SQL injection attacks use the same channel to inject the SQL code and retrieve data, and blind SQL injection attacks use a different channel.
  • B. Out-of-band SQL injection attacks use a different channel to inject the SQL code and retrieve data, and blind SQL injection attacks only inject the code.
  • C. Out-of-band SQL injection attacks use an application to dump retrieved data, and blind SQL injection attacks observe an application's behavior to reconstruct the database structure.
  • D. Out-of-band SQL injection attacks rely on error messages from a database server to obtain information, and blind SQL injection attacks rely on the database pausing before sending the results.
Correct Answer: C

Brave-Dump Clients Votes

B 100%

Comments



MANAR ABDALLAH HAMED 2026-07-23 03:07:53

Selected Answers: B


blind sql doesn't show sql errors
  • Brave-Dumps.com Admin 2026-07-23 21:29:21
    No, it is C


MANAR ABDALLAH HAMED 2026-07-27 03:34:02

Selected Answers: B


https://www.sentinelone.com/cybersecurity-101/cybersecurity/types-of-sql-injection/

reference for each type to try as the out-of band is not usually used