mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Custom Jail for Repeat Error 444 and 403 Offenders [ci skip]
- New improved Regex pattern for catching Jorgee - With Great Thanks to Konstantin Goretzki @terriblespider
This commit is contained in:
parent
d075ea72e3
commit
3730f224c6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ _daemon = fail2ban\.actions\s*
|
|||
# jail using this filter 'nginxrepeatoffender', or change this line!
|
||||
_jailname = nginxrepeatoffender
|
||||
|
||||
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) \/ \S+\" (?:403|444) .+$
|
||||
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) .* \S+\" (?:403|444) .+$
|
||||
ignoreregex =
|
||||
|
||||
[Init]
|
||||
|
|
Loading…
Add table
Reference in a new issue