mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-11 07:44:42 +00:00
V4.2021.01.2239 [ci skip]
This commit is contained in:
parent
f6ed5fcb32
commit
f6051266aa
54 changed files with 1197 additions and 1106 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2021.01.2238
|
||||
### Updated: Mon Jan 4 11:10:46 SAST 2021
|
||||
### Version: V4.2021.01.2239
|
||||
### Updated: Mon Jan 4 12:00:44 SAST 2021
|
||||
### Bad Referrer Count: 6906
|
||||
### Bad Bot Count: 587
|
||||
### Bad Bot Count: 591
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -229,6 +229,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Cliqzbot(?:\b)" 3;
|
||||
"~*(?:\b)Cloud\ mapping(?:\b)" 3;
|
||||
"~*(?:\b)coccocbot-web(?:\b)" 3;
|
||||
"~*(?:\b)Cocolyzebot(?:\b)" 3;
|
||||
"~*(?:\b)CODE87(?:\b)" 3;
|
||||
"~*(?:\b)Cogentbot(?:\b)" 3;
|
||||
"~*(?:\b)cognitiveseo(?:\b)" 3;
|
||||
|
@ -393,6 +394,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)LieBaoFast(?:\b)" 3;
|
||||
"~*(?:\b)Lightspeedsystems(?:\b)" 3;
|
||||
"~*(?:\b)Likse(?:\b)" 3;
|
||||
"~*(?:\b)Linkbot(?:\b)" 3;
|
||||
"~*(?:\b)Linkdexbot(?:\b)" 3;
|
||||
"~*(?:\b)LinkextractorPro(?:\b)" 3;
|
||||
"~*(?:\b)LinkpadBot(?:\b)" 3;
|
||||
|
@ -654,6 +656,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Vagabondo(?:\b)" 3;
|
||||
"~*(?:\b)VB\ Project(?:\b)" 3;
|
||||
"~*(?:\b)VCI(?:\b)" 3;
|
||||
"~*(?:\b)VelenPublicWebCrawler(?:\b)" 3;
|
||||
"~*(?:\b)VeriCiteCrawler(?:\b)" 3;
|
||||
"~*(?:\b)VidibleScraper(?:\b)" 3;
|
||||
"~*(?:\b)Virusdie(?:\b)" 3;
|
||||
|
@ -731,6 +734,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)zgrab(?:\b)" 3;
|
||||
"~*(?:\b)Zitebot(?:\b)" 3;
|
||||
"~*(?:\b)ZmEu(?:\b)" 3;
|
||||
"~*(?:\b)ZoomBot(?:\b)" 3;
|
||||
"~*(?:\b)ZoominfoBot(?:\b)" 3;
|
||||
"~*(?:\b)ZumBot(?:\b)" 3;
|
||||
"~*(?:\b)ZyBorg(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue