This commit is contained in:
vasco
2026-06-02 23:10:52 +01:00
parent 361f34c19f
commit e9616a8c7c

View File

@@ -12,7 +12,7 @@ SecRule REQUEST_URI|ARGS "['\";]|--" \
"id:950001,phase:1,deny,status:403,msg:'SQL Injection Attack Detected',log"
# xss / html injection
SecRule REQUEST_URI ARGS "<.*>" \
SecRule REQUEST_URI|ARGS "(<.*>)|(%3C.*%3E)" \
"id:950003,phase:1,deny,status:403,msg:'XSS/HTML Injection Detected',log"
# command injection