Updating branch refs/heads/master
         to b71f8089a00b123d1bc95851b6c70e15396b32f2 (commit)
       from a0a7c6ef04c1e611ba44347f2c245f9e15eaf7a1 (commit)

commit b71f8089a00b123d1bc95851b6c70e15396b32f2
Author: Nick Schermer <n...@xfce.org>
Date:   Fri Aug 3 17:37:39 2012 +0200

    Update bad-behaviour to 2.2.7.

 include/bad-behavior/blacklist.inc.php |   14 ++++++++------
 include/bad-behavior/core.inc.php      |    2 +-
 include/bad-behavior/responses.inc.php |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/include/bad-behavior/blacklist.inc.php 
b/include/bad-behavior/blacklist.inc.php
index 8b2723c..36bc4c5 100644
--- a/include/bad-behavior/blacklist.inc.php
+++ b/include/bad-behavior/blacklist.inc.php
@@ -23,12 +23,12 @@ function bb2_blacklist($package) {
                "HttpProxy",            // misc comment/email spam
                "Internet Explorer",    // XMLRPC exploits seen
                "ISC Systems iRc",      // spam harvester
-               "Jakarta Commons",      // custommised spambots
-               "Java 1.",              // definitely a spammer
-               "Java/1.",              // definitely a spammer
-               "libwww-perl",          // spambot scripts
-               "LWP",                  // spambot scripts
-               "Microsoft URL",        // spam harvester
+               "Jakarta Commons",      // customised spambots
+               "Java 1.",              // unidentified robots
+               "Java/1.",              // unidentified robots
+               "libwww-perl",          // unidentified robots
+               "LWP",                  // unidentified robots
+               "Microsoft URL",        // unidentified robots
                "Missigua",             // spam harvester
                "MJ12bot/v1.0.8",       // malicious botnet
                "Movable Type",         // customised spambots
@@ -40,6 +40,7 @@ function bb2_blacklist($package) {
                "NutchCVS",             // unidentified robots
                "Nutscrape/",           // misc comment spam
                "OmniExplorer",         // spam harvester
+               "Opera/9.64(",          // comment spam bot
                "psycheclone",          // spam harvester
                "PussyCat ",            // misc comment spam
                "PycURL",               // misc comment spam
@@ -76,6 +77,7 @@ function bb2_blacklist($package) {
                ".NET CLR 1)",          // free poker, etc.
                "POE-Component-Client", // free poker, etc.
                "Turing Machine",       // www.anonymizer.com abuse
+               "Ubuntu/9.25",          // comment spam bot
                "unspecified.mail",     // stealth harvesters
                "User-agent: ",         // spam harvester/splogger
                "WebaltBot",            // spam harvester
diff --git a/include/bad-behavior/core.inc.php 
b/include/bad-behavior/core.inc.php
index 6286a16..f9f1de1 100644
--- a/include/bad-behavior/core.inc.php
+++ b/include/bad-behavior/core.inc.php
@@ -1,5 +1,5 @@
 <?php if (!defined('BB2_CWD')) die("I said no cheating!");
-define('BB2_VERSION', "2.2.5");
+define('BB2_VERSION', "2.2.7");
 
 // Bad Behavior entry point is bb2_start()
 // If you're reading this, you are probably lost.
diff --git a/include/bad-behavior/responses.inc.php 
b/include/bad-behavior/responses.inc.php
index 139641c..e1f094a 100644
--- a/include/bad-behavior/responses.inc.php
+++ b/include/bad-behavior/responses.inc.php
@@ -37,8 +37,8 @@ function bb2_get_response($key) {
                'c1fa729b' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server. Before trying again, run anti-virus 
and anti-spyware software and remove any viruses and spyware from your 
computer.', 'log' => 'Use of rotating proxy servers detected'),
                'cd361abb' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server. Data may not be posted from offsite 
forms.', 'log' => 'Referer did not point to a form on this site'),
                'd60b87c7' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server. Before trying again, please remove 
any viruses or spyware from your computer.', 'log' => 'Trackback received via 
proxy server'),
-               'e3990b47' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server. Before trying again, please remove 
any viruses or spyware from your computer.', 'log' => 'Obviously fake trackback 
received'),
                'dfd9b1ad' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server.', 'log' => 'Request contained a 
malicious JavaScript or SQL injection attack'),
+               'e3990b47' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server. Before trying again, please remove 
any viruses or spyware from your computer.', 'log' => 'Obviously fake trackback 
received'),
                'e4de0453' => array('response' => 403, 'explanation' => 'An 
invalid request was received. You claimed to be a major search engine, but you 
do not appear to actually be a major search engine.', 'log' => 'User-Agent 
claimed to be msnbot, claim appears to be false'),
                'e87553e1' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server.', 'log' => 'I know you and I don\'t 
like you, dirty spammer.'),
                'f0dcb3fd' => array('response' => 403, 'explanation' => 'You do 
not have permission to access this server. Before trying again, run anti-virus 
and anti-spyware software and remove any viruses and spyware from your 
computer.', 'log' => 'Web browser attempted to send a trackback'),
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to