mirror of https://github.com/fail2ban/fail2ban
ENH: apache-auth filter - client wrong auth
parent
fce431add8
commit
384b72a535
|
@ -19,11 +19,12 @@ before = apache-common.conf
|
||||||
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
# (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
|
||||||
# Values: TEXT
|
# Values: TEXT
|
||||||
|
|
||||||
# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_basic.c (1st 2)
|
# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_auth_basic.c (1st 3)
|
||||||
# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authz_core.c
|
# http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authz_core.c (2nd 3)
|
||||||
|
|
||||||
failregex = ^%(_apache_error_client)s user .* authentication failure for "\S*": Password Mismatch$
|
failregex = ^%(_apache_error_client)s user .* authentication failure for "\S*": Password Mismatch$
|
||||||
^%(_apache_error_client)s user .* not found: \S*\s*$
|
^%(_apache_error_client)s user .* not found: \S*\s*$
|
||||||
|
^%(_apache_error_client)s client used wrong authentication scheme: \S*\s*$
|
||||||
^%(_apache_error_client)s authorization failure \(no authenticated user\): \S*\s*$
|
^%(_apache_error_client)s authorization failure \(no authenticated user\): \S*\s*$
|
||||||
^%(_apache_error_client)s client denied by server configuration: (uri )?\S*\s*$
|
^%(_apache_error_client)s client denied by server configuration: (uri )?\S*\s*$
|
||||||
^%(_apache_error_client)s user .* authorization failure for "\S*": \S*\s*$
|
^%(_apache_error_client)s user .* authorization failure for "\S*": \S*\s*$
|
||||||
|
|
Loading…
Reference in New Issue