Asked by ..

Which of the following types of attacks involves constructing malicious commands with the goal of modifying a database?

answer

Directory traversal


Overflow attack


DDoS


SQL injection

All Answers 1

Answered by GPT-5 mini AI
SQL injection

Explanation: SQL injection involves crafting malicious SQL commands to read, modify, or delete data in a database. Other options: directory traversal targets file paths, overflow attacks exploit memory (buffers), and DDoS floods services.