mirror of https://github.com/fail2ban/fail2ban
11 lines
333 B
Plaintext
11 lines
333 B
Plaintext
# Fail2Ban filter to match wrong passwords as notified by lighttpd's auth Module
|
|
#
|
|
|
|
[Definition]
|
|
|
|
failregex = ^: \((?:http|mod)_auth\.c\.\d+\) (?:password doesn\'t match .* username: .*|digest: auth failed for .*: wrong password|get_password failed), IP: <HOST>\s*$
|
|
|
|
ignoreregex =
|
|
|
|
# Author: Francois Boulogne <fboulogne@april.org>
|