What is the difference between blind SQL injection and classic SQL injection?

  • Blind SQL injection doesn't rely on
  • Blind SQL injection targets databases
  • Classic SQL injection doesn't rely on
  • Classic SQL injection targets data
Blind SQL injection doesn't rely on visible error messages from the database server to determine whether the injection was successful, whereas classic SQL injection relies on such error messages.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *