What is the primary goal of SQL injection attacks?

  • Code execution
  • Data manipulation
  • Server overload
  • Unauthorized access to a database
SQL injection attacks aim to gain unauthorized access to a database by exploiting vulnerabilities in the input handling of SQL queries. Attackers try to manipulate or extract sensitive data by injecting malicious SQL code.
Add your answer
Loading...

Leave a comment

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