mirror of https://github.com/fail2ban/fail2ban
Removed vulnerable catchall & anchor
parent
3c83c19070
commit
d7ef5d166d
|
@ -4,7 +4,7 @@
|
|||
[Definition]
|
||||
|
||||
# The request often doesn't contain a method, only some encoded garbage
|
||||
failregex = ^<HOST> \- \S+ \[\] \".+\" 400 .+$
|
||||
failregex = ^<HOST> \- \S+ \[\] \"[^\"]+\" 400
|
||||
|
||||
datepattern = {^LN-BEG}%%ExY(?P<_sep>[-/.])%%m(?P=_sep)%%d[T ]%%H:%%M:%%S(?:[.,]%%f)?(?:\s*%%z)?
|
||||
^[^\[]*\[({DATE})
|
||||
|
|
Loading…
Reference in New Issue