mirror of https://github.com/fail2ban/fail2ban
relaxed regex for awstat.pl a bit
parent
27b0bdfd22
commit
9cf01b2dac
|
@ -319,7 +319,7 @@ timepattern = %%a %%b %%d %%H:%%M:%%S %%Y
|
|||
# Notes.: regex to match the password failure messages in the logfile.
|
||||
# Values: TEXT Default: [[]client (?P<host>\S*)[]] user .*(?:: authentication failure|not found)
|
||||
#
|
||||
failregex = ^(?P<host>\S*) -.*"GET .*awstats\.pl\?configdir=\|echo.*404
|
||||
failregex = ^(?P<host>\S*) -.*"GET .*awstats\.pl\?configdir=\|echo.*
|
||||
|
||||
[SSH]
|
||||
# Option: enabled
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
fail2ban (0.6.0-3.1) unstable; urgency=low
|
||||
fail2ban (0.6.0-3.2) unstable; urgency=low
|
||||
|
||||
* Added section ApacheAttacks to specify some common patterns of attacks on
|
||||
a webserver (awstats.pl as a try). This section stays split from Apache
|
||||
|
|
Loading…
Reference in New Issue