wok-backports annotate fail2ban/stuff/etc/fail2ban/filter.d/apache-noscript.conf @ rev 34

Add: fail2ban. Update to 0.9.0'
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jun 02 01:04:27 2014 +0200 (2014-06-02)
parents
children
rev   line source
erjo@34 1 # Fail2Ban configuration file
erjo@34 2 #
erjo@34 3 # Author: Cyril Jaquier
erjo@34 4 #
erjo@34 5 # $Revision: 658 $
erjo@34 6 #
erjo@34 7
erjo@34 8 [Definition]
erjo@34 9
erjo@34 10 # Option: failregex
erjo@34 11 # Notes.: regex to match the password failure messages in the logfile. The
erjo@34 12 # host must be matched by a group named "host". The tag "<HOST>" can
erjo@34 13 # be used for standard IP/hostname matching and is only an alias for
erjo@34 14 # (?:::f{4,6}:)?(?P<host>\S+)
erjo@34 15 # Values: TEXT
erjo@34 16 #
erjo@34 17 failregex = [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): .*(\.php|\.asp|\.exe|\.pl)
erjo@34 18 [[]client <HOST>[]] (File does not exist|script .* not found or unable to stat): [^.]*$
erjo@34 19
erjo@34 20 # Option: ignoreregex
erjo@34 21 # Notes.: regex to ignore. If this regex matches, the line is ignored.
erjo@34 22 # Values: TEXT
erjo@34 23 #
erjo@34 24 ignoreregex =