wok annotate 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
rev   line source
pascal@13258 1 # Fail2Ban configuration file
pascal@13258 2 #
pascal@13258 3 # Author: Cyril Jaquier
pascal@13258 4 #
pascal@13258 5 # $Revision: 658 $
pascal@13258 6 #
pascal@13258 7
pascal@13258 8 [Definition]
pascal@13258 9
pascal@13258 10 # Option: failregex
pascal@13258 11 # Notes.: regex to match the password failure messages in the logfile. The
pascal@13258 12 # host must be matched by a group named "host". The tag "<HOST>" can
pascal@13258 13 # be used for standard IP/hostname matching and is only an alias for
pascal@13258 14 # (?:::f{4,6}:)?(?P<host>\S+)
pascal@13258 15 # Values: TEXT
pascal@13258 16 #
pascal@13258 17 failregex = [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): .*(\.php|\.asp|\.exe|\.pl)
pascal@13258 18 [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): [^.]*$
pascal@13258 19
pascal@13258 20 # Option: ignoreregex
pascal@13258 21 # Notes.: regex to ignore. If this regex matches, the line is ignored.
pascal@13258 22 # Values: TEXT
pascal@13258 23 #
pascal@13258 24 ignoreregex =