SQLi
SQL Injection
An attack that injects malicious SQL through unsanitized input.
SQL injection inserts malicious SQL through unsanitized input so the database executes attacker intent, allowing data exfiltration, authentication bypass, or destructive commands. Variants include error based, union based, blind, and time based techniques that infer data from application behavior, and it remains a top web application risk. The most effective control is parameterized queries that separate code from data, reinforced by least privilege and stored procedure hygiene. Contrast SQLi, which targets the backend database, with cross site scripting, which targets the browser.
Looking SQLi up is step one. Getting tested on it is step two.
A free account opens all 4 Domain 1 objectives, 271 exam-style questions with a lesson and a lab on each, a placement check that skips what you already know, and a dated plan. No card.
Not affiliated with or endorsed by CompTIA.
