mirror of https://github.com/fail2ban/fail2ban
František Šumšal
10 years ago
2 changed files with 24 additions and 14 deletions
@ -0,0 +1,19 @@
|
||||
# Generic configuration file for -botsearch filters |
||||
|
||||
[Init] |
||||
|
||||
# Block is the actual non-found directories to block |
||||
block = \/?(<webmail>|<phpmyadmin>|<wordpress>|cgi-bin|mysqladmin)[^,]* |
||||
|
||||
# These are just convient definitions that assist the blocking of stuff that |
||||
# isn't installed |
||||
webmail = roundcube|(ext)?mail|horde|(v-?)?webmail |
||||
|
||||
phpmyadmin = (typo3/|xampp/|admin/|)(pma|(php)?[Mm]y[Aa]dmin) |
||||
|
||||
wordpress = wp-(login|signup)\.php |
||||
|
||||
# DEV Notes: |
||||
# Taken from apache-botsearch filter |
||||
# |
||||
# Author: Frantisek Sumsal |
Loading…
Reference in new issue