From 88f5c1ff1d3d0f60d4c2a1cdc3b176bc3ccadc93 Mon Sep 17 00:00:00 2001 From: Travis Date: Wed, 28 Jun 2017 15:35:23 +0200 Subject: [PATCH] V3.2017.06.625 [ci skip] --- AUTO-CONFIGURATION.md | 2 +- MANUAL-CONFIGURATION.md | 2 +- README.md | 2 +- .../etc/nginx/conf.d/globalblacklist.conf | 18 +++++++++++++----- conf.d/globalblacklist.conf | 18 +++++++++++++----- robots.txt/robots.txt | 4 ++-- travisCI/globalblacklist.template | 13 +++++++++++-- 7 files changed, 42 insertions(+), 17 deletions(-) diff --git a/AUTO-CONFIGURATION.md b/AUTO-CONFIGURATION.md index 0c8699dbe..2e03d5f49 100755 --- a/AUTO-CONFIGURATION.md +++ b/AUTO-CONFIGURATION.md @@ -7,7 +7,7 @@ ##### Version Information # ##### Versio I formatio # ******************************************** -#### Version: V3.2017.06.624 +#### Version: V3.2017.06.625 #### Bad Referrer Count: 4948 #### Bad Bot Count: 480 ******************************************** diff --git a/MANUAL-CONFIGURATION.md b/MANUAL-CONFIGURATION.md index 3c45b2429..0e7c1f6cf 100755 --- a/MANUAL-CONFIGURATION.md +++ b/MANUAL-CONFIGURATION.md @@ -7,7 +7,7 @@ ##### Version Information # ##### Versio I formatio # ******************************************** -#### Version: V3.2017.06.624 +#### Version: V3.2017.06.625 #### Bad Referrer Count: 4948 #### Bad Bot Count: 480 ******************************************** diff --git a/README.md b/README.md index e44ded215..df69e2a6d 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ##### Version Information # ##### Versio I formatio # ******************************************** -#### Version: V3.2017.06.624 +#### Version: V3.2017.06.625 #### Bad Referrer Count: 4948 #### Bad Bot Count: 480 ******************************************** diff --git a/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf b/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf index 84183ce15..be863f641 100755 --- a/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf +++ b/_sample_config_files/Engintron_for_cPanel_WHM_Configuration_Example/etc/nginx/conf.d/globalblacklist.conf @@ -2,12 +2,10 @@ ### THE ULTIMATE NGINX BAD BOT BLOCKER ### ********************************** -### Version Information # -### Versio I formatio # +### VERSION INFORMATION # ################################################### -### Version: V3.2017.06.624 -### Updated: Wed Ju### Versio I formatio ## -### Version Information ## +### Version: V3.2017.06.625 +### VERSION INFORMATION ## ### This file implements a checklist / blacklist for good user agents, bad user agents and ### bad referrers. It also has whitelisting for your own IP's and known good IP Ranges @@ -135,6 +133,7 @@ map $http_user_agent $bad_bot { # START GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ************************************************** # User-Agent Strings Allowed Throug but Rate Limited @@ -145,6 +144,7 @@ map $http_user_agent $bad_bot { # START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ************************************************************** # Rate Limited User-Agents who get a bit aggressive on bandwidth @@ -153,6 +153,7 @@ map $http_user_agent $bad_bot { # START LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ********************************************* # Bad User-Agent Strings That We Block Outright @@ -163,6 +164,7 @@ map $http_user_agent $bad_bot { # START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### } @@ -315,6 +317,7 @@ map $http_referer $bad_referer { # START BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### +# END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### } @@ -372,6 +375,7 @@ geo $validate_client { # START GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # ********* # Bing Bots @@ -380,10 +384,12 @@ geo $validate_client { # START BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # START CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # ************************* # Wordpress Theme Detectors @@ -392,6 +398,7 @@ geo $validate_client { # START WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### +# END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # **************************************** # NIBBLER - SEO testing and reporting tool @@ -401,6 +408,7 @@ geo $validate_client { # START NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### +# END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # **************************** diff --git a/conf.d/globalblacklist.conf b/conf.d/globalblacklist.conf index 84183ce15..be863f641 100644 --- a/conf.d/globalblacklist.conf +++ b/conf.d/globalblacklist.conf @@ -2,12 +2,10 @@ ### THE ULTIMATE NGINX BAD BOT BLOCKER ### ********************************** -### Version Information # -### Versio I formatio # +### VERSION INFORMATION # ################################################### -### Version: V3.2017.06.624 -### Updated: Wed Ju### Versio I formatio ## -### Version Information ## +### Version: V3.2017.06.625 +### VERSION INFORMATION ## ### This file implements a checklist / blacklist for good user agents, bad user agents and ### bad referrers. It also has whitelisting for your own IP's and known good IP Ranges @@ -135,6 +133,7 @@ map $http_user_agent $bad_bot { # START GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ************************************************** # User-Agent Strings Allowed Throug but Rate Limited @@ -145,6 +144,7 @@ map $http_user_agent $bad_bot { # START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ************************************************************** # Rate Limited User-Agents who get a bit aggressive on bandwidth @@ -153,6 +153,7 @@ map $http_user_agent $bad_bot { # START LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ********************************************* # Bad User-Agent Strings That We Block Outright @@ -163,6 +164,7 @@ map $http_user_agent $bad_bot { # START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### } @@ -315,6 +317,7 @@ map $http_referer $bad_referer { # START BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### +# END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### } @@ -372,6 +375,7 @@ geo $validate_client { # START GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # ********* # Bing Bots @@ -380,10 +384,12 @@ geo $validate_client { # START BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # START CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # ************************* # Wordpress Theme Detectors @@ -392,6 +398,7 @@ geo $validate_client { # START WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### +# END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # **************************************** # NIBBLER - SEO testing and reporting tool @@ -401,6 +408,7 @@ geo $validate_client { # START NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### +# END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # **************************** diff --git a/robots.txt/robots.txt b/robots.txt/robots.txt index 6fc5bda89..8bead60a4 100644 --- a/robots.txt/robots.txt +++ b/robots.txt/robots.txt @@ -1,7 +1,7 @@ ### Version Information # ################################################### -### Version: V3.2017.06.624 -### Updated: Wed Jun 28 15:21:18 SAST 2017 +### Version: V3.2017.06.625 +### Updated: Wed Jun 28 15:35:22 SAST 2017 ### Bad Referrer Count: 4948 ### Bad Bot Count: 480 ################################################### diff --git a/travisCI/globalblacklist.template b/travisCI/globalblacklist.template index 849341e73..be863f641 100755 --- a/travisCI/globalblacklist.template +++ b/travisCI/globalblacklist.template @@ -4,8 +4,7 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2017.06.624 -################################################### +### Version: V3.2017.06.625 ### VERSION INFORMATION ## ### This file implements a checklist / blacklist for good user agents, bad user agents and @@ -134,6 +133,7 @@ map $http_user_agent $bad_bot { # START GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ************************************************** # User-Agent Strings Allowed Throug but Rate Limited @@ -144,6 +144,7 @@ map $http_user_agent $bad_bot { # START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ************************************************************** # Rate Limited User-Agents who get a bit aggressive on bandwidth @@ -152,6 +153,7 @@ map $http_user_agent $bad_bot { # START LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ### # ********************************************* # Bad User-Agent Strings That We Block Outright @@ -162,6 +164,7 @@ map $http_user_agent $bad_bot { # START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### +# END BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ### } @@ -314,6 +317,7 @@ map $http_referer $bad_referer { # START BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### # END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### +# END BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ### } @@ -371,6 +375,7 @@ geo $validate_client { # START GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END GOOGLE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # ********* # Bing Bots @@ -379,10 +384,12 @@ geo $validate_client { # START BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END BING IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # START CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### +# END CLOUDFLARE IP RANGES ### DO NOT EDIT THIS LINE AT ALL ### # ************************* # Wordpress Theme Detectors @@ -391,6 +398,7 @@ geo $validate_client { # START WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### +# END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ### # **************************************** # NIBBLER - SEO testing and reporting tool @@ -400,6 +408,7 @@ geo $validate_client { # START NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### +# END NIBBLER ### DO NOT EDIT THIS LINE AT ALL ### # ****************************