AmourSpirit

wordpress-blocked-users.conf

Jul 19th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [INCLUDES]
  2.  
  3. # Read common prefixes. If any customizations available -- read them from
  4. # common.local
  5. before = common.conf
  6.  
  7.  
  8. [Definition]
  9.  
  10. _daemon = wp
  11.  
  12. # Option:  failregex
  13. # Notes.:  regex to match the password failures messages in the logfile. The
  14. #          host must be matched by a group named "host". The tag "<HOST>" can
  15. #          be used for standard IP/hostname matching and is only an alias for
  16. #          (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  17. #           Autmotaclly match user names of [login] or superadmin
  18. #           Other can be added by separating name usnig the |
  19. # Values:  TEXT
  20. #
  21. failregex = ^%(__prefix_line)sAuthentication attempt for unknown user (\[login\]|superadmin) from <HOST>$
  22.  
  23. # Option:  ignoreregex
  24. # Notes.:  regex to ignore. If this regex matches, the line is ignored.
  25. # Values:  TEXT
  26. #
  27. ignoreregex =
Add Comment
Please, Sign In to add comment