mirror of https://github.com/fail2ban/fail2ban
18 lines
238 B
Plaintext
18 lines
238 B
Plaintext
![]() |
# Fail2Ban fitler for the phpMyAdmin-syslog
|
||
|
#
|
||
|
|
||
|
[INCLUDES]
|
||
|
|
||
|
before = common.conf
|
||
|
|
||
|
[Definition]
|
||
|
|
||
|
_daemon = phpMyAdmin
|
||
|
|
||
|
failregex = ^%(__prefix_line)suser denied: .* \(mysql-denied\) from <HOST>\s*$
|
||
|
|
||
|
ignoreregex =
|
||
|
|
||
|
|
||
|
# Author: Pavel Mihadyuk
|