Blind SQL Injection is a type of SQL injection where:

  • Attackers extract data blindly
  • Attackers inject code
  • Attackers manipulate queries
  • Attackers use UNION-based techniques
Blind SQL Injection occurs when attackers blindly extract data from a database without directly knowing the query's result. This is typically done using boolean-based queries.
Add your answer
Loading...

Leave a comment

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