I have tried the following :
Included a conf file into httpd.conf which contains...
SecFilterEngine On
SecServerSignature "Litespeed"
SecAuditEngine RelevantOnly
SecAuditLog logs/audit_log
SecDebugLog logs/modsec-debug_log
SecDebugLogLevel 4
SecTmpDir /tmp
SecUploadKeepFiles Off
SecFilterScanPOST On
SecFilterDefaultAction "deny,log,auditlog,status:412"
# WEB-ATTACKS chmod command attempt
SecFilter "/bin/chmod"
I have tried enabling and disabling Request filters with this entry.
I have also tried putting an entry directly into the list which doesn't seem to work either.
What am I missing here?
Included a conf file into httpd.conf which contains...
SecFilterEngine On
SecServerSignature "Litespeed"
SecAuditEngine RelevantOnly
SecAuditLog logs/audit_log
SecDebugLog logs/modsec-debug_log
SecDebugLogLevel 4
SecTmpDir /tmp
SecUploadKeepFiles Off
SecFilterScanPOST On
SecFilterDefaultAction "deny,log,auditlog,status:412"
# WEB-ATTACKS chmod command attempt
SecFilter "/bin/chmod"
I have tried enabling and disabling Request filters with this entry.
I have also tried putting an entry directly into the list which doesn't seem to work either.
What am I missing here?