2015-02-03 03:25:47 +00:00
|
|
|
# Generic configuration file for -botsearch filters
|
|
|
|
|
|
|
|
[Init]
|
|
|
|
|
|
|
|
# Block is the actual non-found directories to block
|
|
|
|
block = \/?(<webmail>|<phpmyadmin>|<wordpress>|cgi-bin|mysqladmin)[^,]*
|
|
|
|
|
2017-04-26 18:14:39 +00:00
|
|
|
# These are just convenient definitions that assist the blocking of stuff that
|
2015-02-03 03:25:47 +00:00
|
|
|
# isn't installed
|
|
|
|
webmail = roundcube|(ext)?mail|horde|(v-?)?webmail
|
|
|
|
|
|
|
|
phpmyadmin = (typo3/|xampp/|admin/|)(pma|(php)?[Mm]y[Aa]dmin)
|
|
|
|
|
2016-03-02 15:52:03 +00:00
|
|
|
wordpress = wp-(login|signup|admin)\.php
|
2015-02-03 03:25:47 +00:00
|
|
|
|
|
|
|
# DEV Notes:
|
|
|
|
# Taken from apache-botsearch filter
|
|
|
|
#
|
2016-03-02 15:52:03 +00:00
|
|
|
# Author: Frantisek Sumsal
|