ENH: additional phpmyadmin tips from Tom on http://www.fail2ban.org/wiki/index.php?title=Fail2ban:Community_Portal. Block is now a prefix of a path

pull/557/head
Daniel Black 2014-01-05 11:48:35 +11:00
parent 7c09a61ca5
commit 6ce2ba2895
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@ ignoreregex =
# Webroot represents the webroot on which all other files are based
webroot = /var/www/
# Block is the actual non-found directories to block
block = (<webmail>|<phpmyadmin>|<wordpress>)
block = (<webmail>|<phpmyadmin>|<wordpress>)[^,]*
# These are just convient definitions that assist the blocking of stuff that
# isn't installed
webmail = roundcube|mail|horde|webmail
phpmyadmin = (typo3/|xampp/|)(pma|(php)?myadmin)
phpmyadmin = (typo3/|xampp/|admin/|)(pma|(php)?[Mm]y[Aa]dmin)
wordpress = wp-(login|signup)\.php