In SQL injection, what is the purpose of injecting malicious SQL code?

  • Allowing remote code execution
  • Bypassing authentication
  • Modifying database records
  • Retrieving sensitive information
The purpose of injecting malicious SQL code in SQL injection attacks is primarily to retrieve sensitive information from the database, such as usernames, passwords, or other confidential data.
Add your answer
Loading...

Leave a comment

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