INJ-001BLOCKED
SQL Injection - UNION SELECT
' UNION SELECT * FROM users --Classic SQL injection patterns are detected and blocked in all input fields.
30 tests cover SQL injection, XSS, command injection detection.
' UNION SELECT * FROM users --Classic SQL injection patterns are detected and blocked in all input fields.
<script>alert('xss')</script>Cross-site scripting attempts are blocked before reaching the backend.
; rm -rf / #Shell command injection patterns are detected and blocked.