diff --git a/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf b/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf index 0969a6e69..5e19d36eb 100644 --- a/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf +++ b/.dev-tools/_conf_files_test1/bots.d/bad-referrer-words.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.05 -### Updated: 2018-08-06 +### Version: V3.2018.06 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -51,6 +51,9 @@ # As you can see in the examples below the word "adultgalls" is entered with a preceding \b and an ending \b # this makes it now "\badultgalls\b". It is crucial to use the word boundaries regex formatting. +# --------- +# EXAMPLES: +# --------- # "~*\badultgalls\b" 1; # "~*\bamateurxpass\b" 1; # "~*\bbigblackbooty\b" 1; @@ -66,3 +69,5 @@ # "~*\bwebfuck\b" 1; # "~*\bxxxrus\b" 1; # "~*\bzeroredirect\b" 1; + + diff --git a/.dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf b/.dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf index f3a42a6a2..fb37480b3 100644 --- a/.dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf +++ b/.dev-tools/_conf_files_test1/bots.d/blacklist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyblacklisteddomainname\.com\b" 1; # "~*\bmy\-second\-blacklisted\.com\b" 1; + + diff --git a/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf b/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf index e1bf4c164..e1fcb6bed 100644 --- a/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf +++ b/.dev-tools/_conf_files_test1/bots.d/blacklist-user-agents.conf @@ -3,8 +3,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -44,19 +44,19 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED -# ********************* +# --------------------- # WHITELISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverygooduseragentname1\b" 0; # "~*\bsomeverygooduseragentname2\b" 0; # "~*\bsome\-very\-good\-useragentname2\b" 0; -# ********************* +# --------------------- # BLACKLISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverybaduseragentname1\b" 3; # "~*\bsomeverybaduseragentname2\b" 3; # "~*\bsome\-very\-bad\-useragentname2\b" 3; + + diff --git a/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf index 107515201..ac989bfeb 100644 --- a/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_test1/bots.d/custom-bad-referrers.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -35,11 +35,14 @@ # is entered with a preceding \b and an ending \b # this makes it now "\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b". # It is crucial to use the word boundaries regex formatting. - +# --------- +# EXAMPLES: +# --------- # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1; # "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1; + + \ No newline at end of file diff --git a/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf b/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf index 2fe371052..719fa3bdd 100644 --- a/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf +++ b/.dev-tools/_conf_files_test1/bots.d/whitelist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyfirstowndomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyfirstowndomainname\.com\b" 0; # "~*\bmy\-second\-owndomainname\.com\b" 0; + + diff --git a/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf index 21c3110b0..560e805c3 100644 --- a/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test1/bots.d/whitelist-ips.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.02 -### Updated: 2018-08-06 +### Version: V3.2018.03 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -27,9 +27,10 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED # REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS -# ######## +# --------- # EXAMPLES: +# --------- # 111.111.111.111 0; -35.184.226.236 0; +35.192.217.12 0; diff --git a/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf index 784e7adc1..34580136f 100644 --- a/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test1/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:49 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Referrer Count: 6377 ### Bad Bot Count: 532 ################################################### diff --git a/.dev-tools/_conf_files_test2/bots.d/bad-referrer-words.conf b/.dev-tools/_conf_files_test2/bots.d/bad-referrer-words.conf index 0969a6e69..5e19d36eb 100644 --- a/.dev-tools/_conf_files_test2/bots.d/bad-referrer-words.conf +++ b/.dev-tools/_conf_files_test2/bots.d/bad-referrer-words.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.05 -### Updated: 2018-08-06 +### Version: V3.2018.06 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -51,6 +51,9 @@ # As you can see in the examples below the word "adultgalls" is entered with a preceding \b and an ending \b # this makes it now "\badultgalls\b". It is crucial to use the word boundaries regex formatting. +# --------- +# EXAMPLES: +# --------- # "~*\badultgalls\b" 1; # "~*\bamateurxpass\b" 1; # "~*\bbigblackbooty\b" 1; @@ -66,3 +69,5 @@ # "~*\bwebfuck\b" 1; # "~*\bxxxrus\b" 1; # "~*\bzeroredirect\b" 1; + + diff --git a/.dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf b/.dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf index f3a42a6a2..fb37480b3 100644 --- a/.dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf +++ b/.dev-tools/_conf_files_test2/bots.d/blacklist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyblacklisteddomainname\.com\b" 1; # "~*\bmy\-second\-blacklisted\.com\b" 1; + + diff --git a/.dev-tools/_conf_files_test2/bots.d/blacklist-user-agents.conf b/.dev-tools/_conf_files_test2/bots.d/blacklist-user-agents.conf index e1bf4c164..e1fcb6bed 100644 --- a/.dev-tools/_conf_files_test2/bots.d/blacklist-user-agents.conf +++ b/.dev-tools/_conf_files_test2/bots.d/blacklist-user-agents.conf @@ -3,8 +3,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -44,19 +44,19 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED -# ********************* +# --------------------- # WHITELISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverygooduseragentname1\b" 0; # "~*\bsomeverygooduseragentname2\b" 0; # "~*\bsome\-very\-good\-useragentname2\b" 0; -# ********************* +# --------------------- # BLACKLISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverybaduseragentname1\b" 3; # "~*\bsomeverybaduseragentname2\b" 3; # "~*\bsome\-very\-bad\-useragentname2\b" 3; + + diff --git a/.dev-tools/_conf_files_test2/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_test2/bots.d/custom-bad-referrers.conf index 107515201..ac989bfeb 100644 --- a/.dev-tools/_conf_files_test2/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_test2/bots.d/custom-bad-referrers.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -35,11 +35,14 @@ # is entered with a preceding \b and an ending \b # this makes it now "\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b". # It is crucial to use the word boundaries regex formatting. - +# --------- +# EXAMPLES: +# --------- # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1; # "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1; + + \ No newline at end of file diff --git a/.dev-tools/_conf_files_test2/bots.d/whitelist-domains.conf b/.dev-tools/_conf_files_test2/bots.d/whitelist-domains.conf index 2fe371052..719fa3bdd 100644 --- a/.dev-tools/_conf_files_test2/bots.d/whitelist-domains.conf +++ b/.dev-tools/_conf_files_test2/bots.d/whitelist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyfirstowndomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyfirstowndomainname\.com\b" 0; # "~*\bmy\-second\-owndomainname\.com\b" 0; + + diff --git a/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf index d788a334c..a3099d008 100644 --- a/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test2/bots.d/whitelist-ips.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.02 -### Updated: 2018-08-06 +### Version: V3.2018.03 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -27,10 +27,11 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED # REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS -# ######## +# --------- # EXAMPLES: +# --------- # 111.111.111.111 0; -35.184.96.71 0; -35.184.226.236 0; +35.192.217.12 0; +35.193.203.142 0; diff --git a/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf index 09a78280d..a1ed42d06 100644 --- a/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test2/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:49 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Referrer Count: 6377 ### Bad Bot Count: 532 ################################################### diff --git a/.dev-tools/_conf_files_test3/bots.d/bad-referrer-words.conf b/.dev-tools/_conf_files_test3/bots.d/bad-referrer-words.conf index 0969a6e69..5e19d36eb 100644 --- a/.dev-tools/_conf_files_test3/bots.d/bad-referrer-words.conf +++ b/.dev-tools/_conf_files_test3/bots.d/bad-referrer-words.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.05 -### Updated: 2018-08-06 +### Version: V3.2018.06 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -51,6 +51,9 @@ # As you can see in the examples below the word "adultgalls" is entered with a preceding \b and an ending \b # this makes it now "\badultgalls\b". It is crucial to use the word boundaries regex formatting. +# --------- +# EXAMPLES: +# --------- # "~*\badultgalls\b" 1; # "~*\bamateurxpass\b" 1; # "~*\bbigblackbooty\b" 1; @@ -66,3 +69,5 @@ # "~*\bwebfuck\b" 1; # "~*\bxxxrus\b" 1; # "~*\bzeroredirect\b" 1; + + diff --git a/.dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf b/.dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf index f3a42a6a2..fb37480b3 100644 --- a/.dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf +++ b/.dev-tools/_conf_files_test3/bots.d/blacklist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyblacklisteddomainname\.com\b" 1; # "~*\bmy\-second\-blacklisted\.com\b" 1; + + diff --git a/.dev-tools/_conf_files_test3/bots.d/blacklist-user-agents.conf b/.dev-tools/_conf_files_test3/bots.d/blacklist-user-agents.conf index e1bf4c164..e1fcb6bed 100644 --- a/.dev-tools/_conf_files_test3/bots.d/blacklist-user-agents.conf +++ b/.dev-tools/_conf_files_test3/bots.d/blacklist-user-agents.conf @@ -3,8 +3,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -44,19 +44,19 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED -# ********************* +# --------------------- # WHITELISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverygooduseragentname1\b" 0; # "~*\bsomeverygooduseragentname2\b" 0; # "~*\bsome\-very\-good\-useragentname2\b" 0; -# ********************* +# --------------------- # BLACKLISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverybaduseragentname1\b" 3; # "~*\bsomeverybaduseragentname2\b" 3; # "~*\bsome\-very\-bad\-useragentname2\b" 3; + + diff --git a/.dev-tools/_conf_files_test3/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_test3/bots.d/custom-bad-referrers.conf index 107515201..ac989bfeb 100644 --- a/.dev-tools/_conf_files_test3/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_test3/bots.d/custom-bad-referrers.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -35,11 +35,14 @@ # is entered with a preceding \b and an ending \b # this makes it now "\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b". # It is crucial to use the word boundaries regex formatting. - +# --------- +# EXAMPLES: +# --------- # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1; # "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1; + + \ No newline at end of file diff --git a/.dev-tools/_conf_files_test3/bots.d/whitelist-domains.conf b/.dev-tools/_conf_files_test3/bots.d/whitelist-domains.conf index 2fe371052..719fa3bdd 100644 --- a/.dev-tools/_conf_files_test3/bots.d/whitelist-domains.conf +++ b/.dev-tools/_conf_files_test3/bots.d/whitelist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyfirstowndomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyfirstowndomainname\.com\b" 0; # "~*\bmy\-second\-owndomainname\.com\b" 0; + + diff --git a/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf index e15644409..0ed2a0784 100644 --- a/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test3/bots.d/whitelist-ips.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.02 -### Updated: 2018-08-06 +### Version: V3.2018.03 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -27,10 +27,11 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED # REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS -# ######## +# --------- # EXAMPLES: +# --------- # 111.111.111.111 0; -35.224.112.202 0; -35.184.96.71 0; +35.193.211.2 0; +35.192.217.12 0; diff --git a/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf index ef95c7241..8a9a9682a 100644 --- a/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test3/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:49 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Referrer Count: 6377 ### Bad Bot Count: 532 ################################################### diff --git a/.dev-tools/_conf_files_test4/bots.d/bad-referrer-words.conf b/.dev-tools/_conf_files_test4/bots.d/bad-referrer-words.conf index 0969a6e69..5e19d36eb 100644 --- a/.dev-tools/_conf_files_test4/bots.d/bad-referrer-words.conf +++ b/.dev-tools/_conf_files_test4/bots.d/bad-referrer-words.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.05 -### Updated: 2018-08-06 +### Version: V3.2018.06 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -51,6 +51,9 @@ # As you can see in the examples below the word "adultgalls" is entered with a preceding \b and an ending \b # this makes it now "\badultgalls\b". It is crucial to use the word boundaries regex formatting. +# --------- +# EXAMPLES: +# --------- # "~*\badultgalls\b" 1; # "~*\bamateurxpass\b" 1; # "~*\bbigblackbooty\b" 1; @@ -66,3 +69,5 @@ # "~*\bwebfuck\b" 1; # "~*\bxxxrus\b" 1; # "~*\bzeroredirect\b" 1; + + diff --git a/.dev-tools/_conf_files_test4/bots.d/blacklist-domains.conf b/.dev-tools/_conf_files_test4/bots.d/blacklist-domains.conf index f3a42a6a2..fb37480b3 100644 --- a/.dev-tools/_conf_files_test4/bots.d/blacklist-domains.conf +++ b/.dev-tools/_conf_files_test4/bots.d/blacklist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyblacklisteddomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyblacklisteddomainname\.com\b" 1; # "~*\bmy\-second\-blacklisted\.com\b" 1; + + diff --git a/.dev-tools/_conf_files_test4/bots.d/blacklist-user-agents.conf b/.dev-tools/_conf_files_test4/bots.d/blacklist-user-agents.conf index e1bf4c164..e1fcb6bed 100644 --- a/.dev-tools/_conf_files_test4/bots.d/blacklist-user-agents.conf +++ b/.dev-tools/_conf_files_test4/bots.d/blacklist-user-agents.conf @@ -3,8 +3,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -44,19 +44,19 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED -# ********************* +# --------------------- # WHITELISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverygooduseragentname1\b" 0; # "~*\bsomeverygooduseragentname2\b" 0; # "~*\bsome\-very\-good\-useragentname2\b" 0; -# ********************* +# --------------------- # BLACKLISTING EXAMPLES -# ********************* - +# --------------------- # "~*\bsomeverybaduseragentname1\b" 3; # "~*\bsomeverybaduseragentname2\b" 3; # "~*\bsome\-very\-bad\-useragentname2\b" 3; + + diff --git a/.dev-tools/_conf_files_test4/bots.d/custom-bad-referrers.conf b/.dev-tools/_conf_files_test4/bots.d/custom-bad-referrers.conf index 107515201..ac989bfeb 100644 --- a/.dev-tools/_conf_files_test4/bots.d/custom-bad-referrers.conf +++ b/.dev-tools/_conf_files_test4/bots.d/custom-bad-referrers.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.04 -### Updated: 2018-08-06 +### Version: V3.2018.05 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -35,11 +35,14 @@ # is entered with a preceding \b and an ending \b # this makes it now "\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b". # It is crucial to use the word boundaries regex formatting. - +# --------- +# EXAMPLES: +# --------- # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1; # "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1; # "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1; + + \ No newline at end of file diff --git a/.dev-tools/_conf_files_test4/bots.d/whitelist-domains.conf b/.dev-tools/_conf_files_test4/bots.d/whitelist-domains.conf index 2fe371052..719fa3bdd 100644 --- a/.dev-tools/_conf_files_test4/bots.d/whitelist-domains.conf +++ b/.dev-tools/_conf_files_test4/bots.d/whitelist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.03 -### Updated: 2018-08-06 +### Version: V3.2018.04 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -36,6 +36,10 @@ # this makes it now "\bmyfirstowndomainname\.com\b". It is crucial to use the word boundaries regex formatting. # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED - +# --------- +# EXAMPLES: +# --------- # "~*\bmyfirstowndomainname\.com\b" 0; # "~*\bmy\-second\-owndomainname\.com\b" 0; + + diff --git a/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf b/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf index ab762a7f8..fab7128f1 100644 --- a/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf +++ b/.dev-tools/_conf_files_test4/bots.d/whitelist-ips.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.02 -### Updated: 2018-08-06 +### Version: V3.2018.03 +### Updated: 2018-08-21 ################################################### ### VERSION INFORMATION ## @@ -27,10 +27,10 @@ # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED # REFRAIN FROM USING 127.0.0.1 AS IT MAY CAUSE UNDESIRABLE RESULTS ON SOME SYSTEMS -# ######## +# --------- # EXAMPLES: +# --------- # 111.111.111.111 0; -104.154.120.187 0; -35.193.7.13 0; +35.184.48.144 0; diff --git a/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf b/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf index 784e7adc1..34580136f 100644 --- a/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf +++ b/.dev-tools/_conf_files_test4/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:49 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Referrer Count: 6377 ### Bad Bot Count: 532 ################################################### diff --git a/.dev-tools/_curl_tests/curltest1.txt b/.dev-tools/_curl_tests/curltest1.txt index 5e9a8a08f..33bcb10ed 100755 --- a/.dev-tools/_curl_tests/curltest1.txt +++ b/.dev-tools/_curl_tests/curltest1.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:55:57 SAST 2018 +Last Tested: Tue Aug 21 16:03:13 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest2.txt b/.dev-tools/_curl_tests/curltest2.txt index 5e9a8a08f..33bcb10ed 100755 --- a/.dev-tools/_curl_tests/curltest2.txt +++ b/.dev-tools/_curl_tests/curltest2.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:55:57 SAST 2018 +Last Tested: Tue Aug 21 16:03:13 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest3.txt b/.dev-tools/_curl_tests/curltest3.txt index 5e9a8a08f..33bcb10ed 100755 --- a/.dev-tools/_curl_tests/curltest3.txt +++ b/.dev-tools/_curl_tests/curltest3.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:55:57 SAST 2018 +Last Tested: Tue Aug 21 16:03:13 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest4.txt b/.dev-tools/_curl_tests/curltest4.txt index 5e9a8a08f..33bcb10ed 100755 --- a/.dev-tools/_curl_tests/curltest4.txt +++ b/.dev-tools/_curl_tests/curltest4.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:55:57 SAST 2018 +Last Tested: Tue Aug 21 16:03:13 SAST 2018 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed diff --git a/.dev-tools/_curl_tests/curltest5.txt b/.dev-tools/_curl_tests/curltest5.txt index 1e7b9c1e4..4ac31d047 100755 --- a/.dev-tools/_curl_tests/curltest5.txt +++ b/.dev-tools/_curl_tests/curltest5.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:55:57 SAST 2018 +Last Tested: Tue Aug 21 16:03:13 SAST 2018 diff --git a/.dev-tools/_curl_tests_4/curltest6.txt b/.dev-tools/_curl_tests_4/curltest6.txt index 24bcbfcc5..69c011ad3 100755 --- a/.dev-tools/_curl_tests_4/curltest6.txt +++ b/.dev-tools/_curl_tests_4/curltest6.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:56:37 SAST 2018 +Last Tested: Tue Aug 21 16:03:48 SAST 2018 diff --git a/.dev-tools/_curl_tests_4/curltest7.txt b/.dev-tools/_curl_tests_4/curltest7.txt index 24bcbfcc5..69c011ad3 100644 --- a/.dev-tools/_curl_tests_4/curltest7.txt +++ b/.dev-tools/_curl_tests_4/curltest7.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:56:37 SAST 2018 +Last Tested: Tue Aug 21 16:03:48 SAST 2018 diff --git a/.dev-tools/_curl_tests_4/curltest8.txt b/.dev-tools/_curl_tests_4/curltest8.txt index 24bcbfcc5..69c011ad3 100644 --- a/.dev-tools/_curl_tests_4/curltest8.txt +++ b/.dev-tools/_curl_tests_4/curltest8.txt @@ -1,4 +1,4 @@ -Last Tested: Tue Aug 21 15:56:37 SAST 2018 +Last Tested: Tue Aug 21 16:03:48 SAST 2018 diff --git a/.dev-tools/globalblacklist.template b/.dev-tools/globalblacklist.template index 784e7adc1..34580136f 100755 --- a/.dev-tools/globalblacklist.template +++ b/.dev-tools/globalblacklist.template @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:49 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Referrer Count: 6377 ### Bad Bot Count: 532 ################################################### diff --git a/.latest_release/bots.d.tar.gz b/.latest_release/bots.d.tar.gz index 83272f161..02da3b82f 100644 Binary files a/.latest_release/bots.d.tar.gz and b/.latest_release/bots.d.tar.gz differ diff --git a/.latest_release/conf.d.tar.gz b/.latest_release/conf.d.tar.gz index e652251b8..81071859e 100644 Binary files a/.latest_release/conf.d.tar.gz and b/.latest_release/conf.d.tar.gz differ diff --git a/AUTO-CONFIGURATION.md b/AUTO-CONFIGURATION.md index c050ac831..7a2f7036e 100755 --- a/AUTO-CONFIGURATION.md +++ b/AUTO-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V3.2018.08.1168 +#### Version: V3.2018.08.1169 #### Bad Referrer Count: 6377 #### Bad Bot Count: 532 ____________________ diff --git a/MANUAL-CONFIGURATION.md b/MANUAL-CONFIGURATION.md index 3e8fba5e8..685da8eb3 100755 --- a/MANUAL-CONFIGURATION.md +++ b/MANUAL-CONFIGURATION.md @@ -4,7 +4,7 @@ ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: _______________ -#### Version: V3.2018.08.1168 +#### Version: V3.2018.08.1169 #### Bad Referrer Count: 6377 #### Bad Bot Count: 532 ____________________ diff --git a/README.md b/README.md index d3bf43aac..f21b3f958 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots) _______________ -#### Version: V3.2018.08.1168 +#### Version: V3.2018.08.1169 #### Bad Referrer Count: 6377 #### Bad Bot Count: 532 ____________________ diff --git a/_google_analytics_ghost_spam/README.md b/_google_analytics_ghost_spam/README.md index 9b988497e..c0d2d9161 100644 --- a/_google_analytics_ghost_spam/README.md +++ b/_google_analytics_ghost_spam/README.md @@ -3,7 +3,7 @@ # EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM _______________ -#### Version: V3.2018.08.1168 +#### Version: V3.2018.08.1169 #### Bad Referrer Count: 6377 #### Bad Bot Count: 532 ____________________ 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 784e7adc1..34580136f 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 @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:49 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Referrer Count: 6377 ### Bad Bot Count: 532 ################################################### diff --git a/conf.d/globalblacklist.conf b/conf.d/globalblacklist.conf index 784e7adc1..34580136f 100644 --- a/conf.d/globalblacklist.conf +++ b/conf.d/globalblacklist.conf @@ -4,8 +4,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:49 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Referrer Count: 6377 ### Bad Bot Count: 532 ################################################### diff --git a/robots.txt/robots.txt b/robots.txt/robots.txt index 157559a27..fc2859cfc 100644 --- a/robots.txt/robots.txt +++ b/robots.txt/robots.txt @@ -6,8 +6,8 @@ ### Version Information # ################################################### -### Version: V3.2018.08.1168 -### Updated: Tue Aug 21 15:55:50 SAST 2018 +### Version: V3.2018.08.1169 +### Updated: Tue Aug 21 16:03:06 SAST 2018 ### Bad Bot Count: 532 ################################################### ### Version Information ##