mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
V3.2019.06.1493 [ci skip]
This commit is contained in:
parent
e0a07b693f
commit
50b638f2b1
16 changed files with 56 additions and 54 deletions
|
@ -33,4 +33,4 @@
|
||||||
# 111.111.111.111 0;
|
# 111.111.111.111 0;
|
||||||
|
|
||||||
|
|
||||||
35.192.85.2 0;
|
35.188.1.99 0;
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:39 SAST 2019
|
### Updated: Sat Jun 22 12:27:36 SAST 2019
|
||||||
### Bad Referrer Count: 6693
|
### Bad Referrer Count: 6693
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -33,4 +33,4 @@
|
||||||
# 111.111.111.111 0;
|
# 111.111.111.111 0;
|
||||||
|
|
||||||
|
|
||||||
35.192.85.2 0;
|
35.188.1.99 0;
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:40 SAST 2019
|
### Updated: Sat Jun 22 12:27:37 SAST 2019
|
||||||
### Bad Referrer Count: 6693
|
### Bad Referrer Count: 6693
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
|
@ -114,22 +114,6 @@ map $http_user_agent $bad_bot {
|
||||||
|
|
||||||
default 0;
|
default 0;
|
||||||
|
|
||||||
# ***********************************************
|
|
||||||
# Include your Own Custom List of Bad User Agents
|
|
||||||
# ***********************************************
|
|
||||||
|
|
||||||
# Use the include file below to further customize your own list of additional user-agents you wish to permanently block
|
|
||||||
|
|
||||||
# ***********************************************************************************
|
|
||||||
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
|
||||||
# ***********************************************************************************
|
|
||||||
|
|
||||||
include /etc/nginx/bots.d/blacklist-user-agents.conf;
|
|
||||||
|
|
||||||
# *********************************************************************************
|
|
||||||
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
|
||||||
# *********************************************************************************
|
|
||||||
|
|
||||||
# *********************************************
|
# *********************************************
|
||||||
# Bad User-Agent Strings That We Block Outright
|
# Bad User-Agent Strings That We Block Outright
|
||||||
# *********************************************
|
# *********************************************
|
||||||
|
@ -786,7 +770,24 @@ map $http_user_agent $bad_bot {
|
||||||
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
|
||||||
|
|
||||||
|
# ***********************************************
|
||||||
|
# Include your Own Custom List of Bad User Agents
|
||||||
|
# ***********************************************
|
||||||
|
|
||||||
|
# Use the include file below to further customize your own list of additional user-agents you wish to permanently block
|
||||||
|
|
||||||
|
# ***********************************************************************************
|
||||||
|
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# ***********************************************************************************
|
||||||
|
|
||||||
|
include /etc/nginx/bots.d/blacklist-user-agents.conf;
|
||||||
|
|
||||||
|
# *********************************************************************************
|
||||||
|
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# *********************************************************************************
|
||||||
|
|
||||||
|
# Test User Whitelisting
|
||||||
|
"~*(?:\b)Nutch(?:\b|)" 0;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:40 SAST 2019
|
### Updated: Sat Jun 22 12:27:37 SAST 2019
|
||||||
### Bad Referrer Count: 6693
|
### Bad Referrer Count: 6693
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:39 SAST 2019
|
### Updated: Sat Jun 22 12:27:36 SAST 2019
|
||||||
### Bad Referrer Count: 6693
|
### Bad Referrer Count: 6693
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
||||||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V3.2019.06.1490
|
#### Version: V3.2019.06.1493
|
||||||
#### Bad Referrer Count: 6693
|
#### Bad Referrer Count: 6693
|
||||||
#### Bad Bot Count: 557
|
#### Bad Bot Count: 557
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V3.2019.06.1490
|
#### Version: V3.2019.06.1493
|
||||||
#### Bad Referrer Count: 6693
|
#### Bad Referrer Count: 6693
|
||||||
#### Bad Bot Count: 557
|
#### Bad Bot Count: 557
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -11,7 +11,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)
|
##### 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.2019.06.1490
|
#### Version: V3.2019.06.1493
|
||||||
#### Bad Referrer Count: 6693
|
#### Bad Referrer Count: 6693
|
||||||
#### Bad Bot Count: 557
|
#### Bad Bot Count: 557
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||||
|
|
||||||
_______________
|
_______________
|
||||||
#### Version: V3.2019.06.1490
|
#### Version: V3.2019.06.1493
|
||||||
#### Bad Referrer Count: 6693
|
#### Bad Referrer Count: 6693
|
||||||
#### Bad Bot Count: 557
|
#### Bad Bot Count: 557
|
||||||
____________________
|
____________________
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:39 SAST 2019
|
### Updated: Sat Jun 22 12:27:36 SAST 2019
|
||||||
### Bad Referrer Count: 6693
|
### Bad Referrer Count: 6693
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:40 SAST 2019
|
### Updated: Sat Jun 22 12:27:37 SAST 2019
|
||||||
### Bad Referrer Count: 6693
|
### Bad Referrer Count: 6693
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
|
@ -114,22 +114,6 @@ map $http_user_agent $bad_bot {
|
||||||
|
|
||||||
default 0;
|
default 0;
|
||||||
|
|
||||||
# ***********************************************
|
|
||||||
# Include your Own Custom List of Bad User Agents
|
|
||||||
# ***********************************************
|
|
||||||
|
|
||||||
# Use the include file below to further customize your own list of additional user-agents you wish to permanently block
|
|
||||||
|
|
||||||
# ***********************************************************************************
|
|
||||||
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
|
||||||
# ***********************************************************************************
|
|
||||||
|
|
||||||
include /etc/nginx/bots.d/blacklist-user-agents.conf;
|
|
||||||
|
|
||||||
# *********************************************************************************
|
|
||||||
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
|
||||||
# *********************************************************************************
|
|
||||||
|
|
||||||
# *********************************************
|
# *********************************************
|
||||||
# Bad User-Agent Strings That We Block Outright
|
# Bad User-Agent Strings That We Block Outright
|
||||||
# *********************************************
|
# *********************************************
|
||||||
|
@ -786,7 +770,24 @@ map $http_user_agent $bad_bot {
|
||||||
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||||
|
|
||||||
|
|
||||||
|
# ***********************************************
|
||||||
|
# Include your Own Custom List of Bad User Agents
|
||||||
|
# ***********************************************
|
||||||
|
|
||||||
|
# Use the include file below to further customize your own list of additional user-agents you wish to permanently block
|
||||||
|
|
||||||
|
# ***********************************************************************************
|
||||||
|
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# ***********************************************************************************
|
||||||
|
|
||||||
|
include /etc/nginx/bots.d/blacklist-user-agents.conf;
|
||||||
|
|
||||||
|
# *********************************************************************************
|
||||||
|
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# *********************************************************************************
|
||||||
|
|
||||||
|
# Test User Whitelisting
|
||||||
|
"~*(?:\b)Nutch(?:\b|)" 0;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:39 SAST 2019
|
### Updated: Sat Jun 22 12:27:36 SAST 2019
|
||||||
### Bad Referrer Count: 6693
|
### Bad Referrer Count: 6693
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2019.06.1490
|
### Version: V3.2019.06.1493
|
||||||
### Updated: Sat Jun 22 11:12:41 SAST 2019
|
### Updated: Sat Jun 22 12:27:38 SAST 2019
|
||||||
### Bad Bot Count: 557
|
### Bad Bot Count: 557
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
Loading…
Add table
Reference in a new issue