wok diff fail2ban/stuff/etc/fail2ban/filter.d/apache-noscript.conf @ rev 16641

rubyripper: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 15:02:35 2014 +0000 (2014-05-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/fail2ban/stuff/etc/fail2ban/filter.d/apache-noscript.conf	Mon May 12 15:02:35 2014 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# Fail2Ban configuration file
     1.5 +#
     1.6 +# Author: Cyril Jaquier
     1.7 +#
     1.8 +# $Revision: 658 $
     1.9 +#
    1.10 +
    1.11 +[Definition]
    1.12 +
    1.13 +# Option:  failregex
    1.14 +# Notes.:  regex to match the password failure messages in the logfile. The
    1.15 +#          host must be matched by a group named "host". The tag "<HOST>" can
    1.16 +#          be used for standard IP/hostname matching and is only an alias for
    1.17 +#          (?:::f{4,6}:)?(?P<host>\S+)
    1.18 +# Values:  TEXT
    1.19 +#
    1.20 +failregex = [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): .*(\.php|\.asp|\.exe|\.pl)
    1.21 +            [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): [^.]*$
    1.22 +
    1.23 +# Option:  ignoreregex
    1.24 +# Notes.:  regex to ignore. If this regex matches, the line is ignored.
    1.25 +# Values:  TEXT
    1.26 +#
    1.27 +ignoreregex =