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.
Loading...
Related Quiz
- How does CodeIgniter handle database versioning through migrations?
- To prevent script execution in uploaded files, it's important to set the correct ________ on the server.
- What does CRUD stand for in the context of database operations?
- How can you get the last executed query as a string in CodeIgniter's Query Builder?
- In a scenario where a user's access token is compromised, the OAuth implementation should allow ________ to mitigate the risk.