164k views
4 votes
In what type of attack does the attacker send unauthorized commands directly to a database?

User Trunk
by
7.3k points

1 Answer

3 votes
SQL injection. This is usually cause by the programmer not making the program parse incoming text, therefore allowing an attacker to input database commands.
User Ivrin
by
7.7k points