site/local: Switch to detect-sql-injection

This commit is contained in:
Arne Welzel 2025-05-20 12:31:58 +02:00
parent dcd14f7a16
commit c687a24503
2 changed files with 1 additions and 2 deletions

View file

@ -74,7 +74,7 @@ redef digest_salt = "Please change this value.";
@load protocols/ssh/interesting-hostnames
# Detect SQL injection attacks.
@load protocols/http/detect-sqli
@load protocols/http/detect-sql-injection
#### Network File Handling ####