mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
New Referers / Bots Added
This commit is contained in:
parent
ca05db8f48
commit
92c3801e69
1 changed files with 6 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Mon Dec 19 11:31:41 SAST 2016
|
||||
### Mon Dec 19 14:45:54 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.23295712471 seconds
|
||||
### 0.282179832458 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -174,6 +174,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*masscan" 3;
|
||||
"~*probethenet" 3;
|
||||
"~*scanbot" 3;
|
||||
"~*wprecon" 3;
|
||||
# END KNOWN SCANNERS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ****************************
|
||||
|
@ -585,6 +586,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*wonderbot" 3;
|
||||
"~*woobot" 3;
|
||||
"~*Wotbox" 3;
|
||||
"~*wprecon" 3;
|
||||
"~*WWWOFFLE" 3;
|
||||
"~*WWW::Mechanize" 3;
|
||||
"~*WWW-Collector-E" 3;
|
||||
|
@ -2915,6 +2917,8 @@ geo $validate_client {
|
|||
192.95.29.139 1; #seotoolstation.com/wordpress-theme-detector
|
||||
45.63.68.250 1; #www.cuteseotools.net/wordpress-theme-detector
|
||||
173.237.189.235 1; #seo-tools.freedirectorywebsites.com/wordpress-theme-detector
|
||||
45.79.139.191 1; #wprecon.com
|
||||
13.68.211.181 1; #hackertarget.com
|
||||
# END WP THEME DETECTORS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ****************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue