mirror of https://github.com/fail2ban/fail2ban
regex rewritten (more secure now, resolves catch-all vulni)
parent
c540babfb6
commit
d84fb8a4b1
|
@ -51,6 +51,6 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = ^<HOST> \- (?!- )\S+ \[\] \"(GET|POST|HEAD) .+\" 401 .+$
|
||||
failregex = ^<HOST> \- (?!- )\S+ \[\] \"(GET|POST|HEAD) [^\"]+\" 401\b
|
||||
|
||||
ignoreregex =
|
||||
|
|
Loading…
Reference in New Issue