wok view fail2ban/stuff/etc/fail2ban/filter.d/apache-noscript.conf @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents
children
line source
1 # Fail2Ban configuration file
2 #
3 # Author: Cyril Jaquier
4 #
5 # $Revision: 658 $
6 #
8 [Definition]
10 # Option: failregex
11 # Notes.: regex to match the password failure messages in the logfile. The
12 # host must be matched by a group named "host". The tag "<HOST>" can
13 # be used for standard IP/hostname matching and is only an alias for
14 # (?:::f{4,6}:)?(?P<host>\S+)
15 # Values: TEXT
16 #
17 failregex = [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): .*(\.php|\.asp|\.exe|\.pl)
18 [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): [^.]*$
20 # Option: ignoreregex
21 # Notes.: regex to ignore. If this regex matches, the line is ignored.
22 # Values: TEXT
23 #
24 ignoreregex =