mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
regex rewritten (more secure now, resolves catch-all vulni)
This commit is contained in:
parent
c540babfb6
commit
d84fb8a4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -51,6 +51,6 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = ^<HOST> \- (?!- )\S+ \[\] \"(GET|POST|HEAD) .+\" 401 .+$
|
||||
failregex = ^<HOST> \- (?!- )\S+ \[\] \"(GET|POST|HEAD) [^\"]+\" 401\b
|
||||
|
||||
ignoreregex =
|
||||
|
|
|
|||
Loading…
Reference in a new issue