Sandbox: SQL Injection
Try common SQL payloads. The backend runs detection, logs events, and shows whether the input would be blocked.
Educational note: In production, parameterized queries and strict input validation prevent SQL injection. This demo shows detection + logging powering your security dashboard.