mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-14 17:19:49 +00:00
V4.2021.02.2274 [ci skip]
This commit is contained in:
parent
d55ca21398
commit
bc81eb2d51
64 changed files with 1218 additions and 1127 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2021.02.2273
|
||||
### Updated: Mon Feb 8 08:46:10 SAST 2021
|
||||
### Bad Referrer Count: 6931
|
||||
### Bad Bot Count: 605
|
||||
### Version: V3.2021.02.2274
|
||||
### Updated: Mon Feb 8 09:42:13 SAST 2021
|
||||
### Bad Referrer Count: 6932
|
||||
### Bad Bot Count: 608
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -530,6 +530,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Pockey(?:\b)" 3;
|
||||
"~*(?:\b)POE-Component-Client-HTTP(?:\b)" 3;
|
||||
"~*(?:\b)polaris\ version(?:\b)" 3;
|
||||
"~*(?:\b)probe-image-size(?:\b)" 3;
|
||||
"~*(?:\b)Probethenet(?:\b)" 3;
|
||||
"~*(?:\b)ProPowerBot(?:\b)" 3;
|
||||
"~*(?:\b)ProWebWalker(?:\b)" 3;
|
||||
|
@ -556,6 +557,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)RepoMonkey(?:\b)" 3;
|
||||
"~*(?:\b)Re-re(?:\b)" 3;
|
||||
"~*(?:\b)Ripper(?:\b)" 3;
|
||||
"~*(?:\b)ripz(?:\b)" 3;
|
||||
"~*(?:\b)RocketCrawler(?:\b)" 3;
|
||||
"~*(?:\b)Rogerbot(?:\b)" 3;
|
||||
"~*(?:\b)RSSingBot(?:\b)" 3;
|
||||
|
@ -595,6 +597,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)SiteExplorer(?:\b)" 3;
|
||||
"~*(?:\b)Siteimprove(?:\b)" 3;
|
||||
"~*(?:\b)SiteLockSpider(?:\b)" 3;
|
||||
"~*(?:\b)siteripz(?:\b)" 3;
|
||||
"~*(?:\b)SiteSnagger(?:\b)" 3;
|
||||
"~*(?:\b)SiteSucker(?:\b)" 3;
|
||||
"~*(?:\b)Site\ Sucker(?:\b)" 3;
|
||||
|
@ -3090,6 +3093,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)facebook\-mobile\.xyz(?:\b)" 1;
|
||||
"~*(?:\b)facecup\.top(?:\b)" 1;
|
||||
"~*(?:\b)face\.hostingx\.eu(?:\b)" 1;
|
||||
"~*(?:\b)facialporntube\.com(?:\b)" 1;
|
||||
"~*(?:\b)factorynightclub\.com(?:\b)" 1;
|
||||
"~*(?:\b)failingmarriege\.blogspot\.com(?:\b)" 1;
|
||||
"~*(?:\b)fakehandbags\.xyz(?:\b)" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue