SQL injection is a common attack on the application layer. It builds special input as a parameter to pass into a web application to steal or destroy the application dat
a. Which of the following is the target that SQL injection eventually destroys or steals from?
SQL injection attacks primarily target databases by exploiting vulnerabilities in web applications. Attackers manipulate SQL queries to gain unauthorized access to the application's backend database, which may lead to data leakage or destruction. Although SQL injection affects the data stored in databases and not directly files or images on the server, the primary target remains the application layer through which the attack is conducted.
Aja
3 days ago