mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
New Referers / Bots Added
This commit is contained in:
parent
9a86f38049
commit
3e0ffb339d
5 changed files with 15 additions and 5 deletions
|
@ -2586,6 +2586,7 @@ poquoson.org
|
|||
por.ua
|
||||
porn-w.org
|
||||
porndairy.in
|
||||
porngalleries.top
|
||||
pornhub-forum.ga
|
||||
pornhub-forum.uni.me
|
||||
pornhub-ru.com
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Wed Feb 22 12:28:21 SAST 2017
|
||||
### Wed Feb 22 15:59:42 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.328505754471 seconds
|
||||
### 0.317087650299 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -630,6 +630,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*WebGo\ IS" 3;
|
||||
"~*WebLeacher" 3;
|
||||
"~*WebmasterWorldForumBot" 3;
|
||||
"~*webmeup-crawler" 3;
|
||||
"~*WebPix" 3;
|
||||
"~*WebReaper" 3;
|
||||
"~*WebSauger" 3;
|
||||
|
@ -655,6 +656,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Woobot" 3;
|
||||
"~*Wotbox" 3;
|
||||
"~*Wprecon" 3;
|
||||
"~*WPScan" 3;
|
||||
"~*WWW-Collector-E" 3;
|
||||
"~*WWW-Mechanize" 3;
|
||||
"~*WWW::Mechanize" 3;
|
||||
|
@ -3472,6 +3474,7 @@ map $http_referer $bad_referer {
|
|||
"~*por.ua" 1;
|
||||
"~*porn-w.org" 1;
|
||||
"~*porndairy.in" 1;
|
||||
"~*porngalleries.top" 1;
|
||||
"~*pornhub-forum.ga" 1;
|
||||
"~*pornhub-forum.uni.me" 1;
|
||||
"~*pornhub-ru.com" 1;
|
||||
|
@ -5093,6 +5096,7 @@ geo $validate_client {
|
|||
109.236.83.247 1;
|
||||
137.74.49.205 1;
|
||||
137.74.49.208 1;
|
||||
148.251.54.44 1;
|
||||
149.56.151.180 1;
|
||||
149.56.232.146 1;
|
||||
150.70.0.0/16 1;
|
||||
|
|
|
@ -2586,6 +2586,7 @@ domain:poquoson.org
|
|||
domain:por.ua
|
||||
domain:porn-w.org
|
||||
domain:porndairy.in
|
||||
domain:porngalleries.top
|
||||
domain:pornhub-forum.ga
|
||||
domain:pornhub-forum.uni.me
|
||||
domain:pornhub-ru.com
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Wed Feb 22 12:28:21 SAST 2017
|
||||
### Wed Feb 22 15:59:42 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.328505754471 seconds
|
||||
### 0.317087650299 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -630,6 +630,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*WebGo\ IS" 3;
|
||||
"~*WebLeacher" 3;
|
||||
"~*WebmasterWorldForumBot" 3;
|
||||
"~*webmeup-crawler" 3;
|
||||
"~*WebPix" 3;
|
||||
"~*WebReaper" 3;
|
||||
"~*WebSauger" 3;
|
||||
|
@ -655,6 +656,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Woobot" 3;
|
||||
"~*Wotbox" 3;
|
||||
"~*Wprecon" 3;
|
||||
"~*WPScan" 3;
|
||||
"~*WWW-Collector-E" 3;
|
||||
"~*WWW-Mechanize" 3;
|
||||
"~*WWW::Mechanize" 3;
|
||||
|
@ -3472,6 +3474,7 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
"~*por.ua" 1;
|
||||
"~*porn-w.org" 1;
|
||||
"~*porndairy.in" 1;
|
||||
"~*porngalleries.top" 1;
|
||||
"~*pornhub-forum.ga" 1;
|
||||
"~*pornhub-forum.uni.me" 1;
|
||||
"~*pornhub-ru.com" 1;
|
||||
|
@ -5093,6 +5096,7 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
109.236.83.247 1;
|
||||
137.74.49.205 1;
|
||||
137.74.49.208 1;
|
||||
148.251.54.44 1;
|
||||
149.56.151.180 1;
|
||||
149.56.232.146 1;
|
||||
150.70.0.0/16 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue