2006-10-17 19:05:27 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Cyril Jaquier
|
|
|
|
#
|
2011-11-18 15:10:45 +00:00
|
|
|
# $Revision$
|
2006-10-17 19:05:27 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
# Option: failregex
|
2006-11-19 21:25:51 +00:00
|
|
|
# Notes.: regex to match the password failure messages in the logfile. The
|
|
|
|
# host must be matched by a group named "host". The tag "<HOST>" can
|
2006-12-18 22:35:34 +00:00
|
|
|
# be used for standard IP/hostname matching and is only an alias for
|
2009-02-08 17:31:24 +00:00
|
|
|
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
2006-10-17 19:05:27 +00:00
|
|
|
# Values: TEXT
|
|
|
|
#
|
2008-08-12 19:20:02 +00:00
|
|
|
failregex = [[]client <HOST>[]] (File does not exist|script not found or unable to stat): /\S*(\.php|\.asp|\.exe|\.pl)
|
|
|
|
[[]client <HOST>[]] script '/\S*(\.php|\.asp|\.exe|\.pl)\S*' not found or unable to stat *$
|
2006-11-12 14:52:36 +00:00
|
|
|
|
|
|
|
# Option: ignoreregex
|
|
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
2006-11-15 18:44:28 +00:00
|
|
|
ignoreregex =
|