This entry is part 3 of 3 in the series Secure your Apache2 with mod-security4. mod-security filter examples: Suppose for instance you want to prevent attackers injecting shell command execution through your scripts. You could use this query in order to block anything containing /bin/: SecFilter /bin/ As mod-security filter by default filters every fields [...]
↧