What type of attack targets a web application by injecting malicious SQL statements into input forms, allowing the attacker to manipulate the underlying backend database directly? MCQ with Answer and Explanation
What type of attack targets a web application by injecting malicious SQL statements into input forms, allowing the attacker to manipulate the underlying backend database directly?
A. Cross-Site Scripting (XSS)
B. Denial of Service (DoS)
C. Buffer Overflow Attack
D. SQL Injection (SQLi)
Answer: Option D
Solution (By JKExamLibrary)
SQL injection occurs when unvalidated user input is passed directly to a database query engine, enabling threat actors to view, alter, or delete database tables illegally.
Explanation:
Phishing attacks often involve sending deceptive emails that look like they are from reputable companies to trick recipients into providing sensitive information.
Explanation:
Pretexting is a form of social engineering where an attacker creates a fabricated scenario (pretext) to steal information or gain access to systems.
No comments yet. Be the first to start the discussion!