INJ-001BLOCKIERT
SQL Injection - UNION SELECT
Angriffsversuch
curl "http://localhost:8080/users?search=' UNION SELECT * FROM passwords --"Klassische SQL-Injection-Muster werden in allen Eingabefeldern erkannt und blockiert.
35 Tests decken SQL-Injection, XSS, Command-Injection und LDAP-Injection ab.
Injection-Erkennung ist standardmäßig aktiviert und scannt alle Eingabe-Positionen.
curl "http://localhost:8080/users?search=' UNION SELECT * FROM passwords --"Klassische SQL-Injection-Muster werden in allen Eingabefeldern erkannt und blockiert.
-d '{"comment": "<script>alert(document.cookie)</script>"}'Cross-Site-Scripting-Versuche werden blockiert, bevor sie das Backend erreichen.
-d '{"filename": "test.txt; rm -rf / #"}'Shell-Command-Injection-Muster (;, |, &&) werden erkannt und blockiert.