- Fixed vsftpd filter. Thanks to Yaroslav Halchenko

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@610 a942ae1a-1317-0410-a47c-b1dcaea8d605
_tent/ipv6_via_aInfo
Cyril Jaquier 2007-08-08 22:31:47 +00:00
parent 3ef8fbe2e3
commit 49b2e40682
2 changed files with 3 additions and 2 deletions

View File

@ -30,6 +30,7 @@ ver. 0.8.1 (2007/??/??) - stable
Yaroslav Halchenko Yaroslav Halchenko
- Added filter file for named (bind9). Thanks to Yaroslav - Added filter file for named (bind9). Thanks to Yaroslav
Halchenko Halchenko
- Fixed vsftpd filter. Thanks to Yaroslav Halchenko
ver. 0.8.0 (2007/05/03) - stable ver. 0.8.0 (2007/05/03) - stable
---------- ----------

View File

@ -14,8 +14,8 @@
# (?:::f{4,6}:)?(?P<host>\S+) # (?:::f{4,6}:)?(?P<host>\S+)
# Values: TEXT # Values: TEXT
# #
failregex = vsftpd(?:\[\d+\])?: .* authentication failure; .* rhost=<HOST>$ failregex = vsftpd(?:\[\d+\])?: .* authentication failure; .* rhost=<HOST>\s*$
\[.+\] FAIL LOGIN: Client "<HOST>"$ \[.+\] FAIL LOGIN: Client "<HOST>"\s*$
# Option: ignoreregex # Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored. # Notes.: regex to ignore. If this regex matches, the line is ignored.