mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-05 04:00:13 +00:00
New Referers / Bots Added
This commit is contained in:
parent
1052574b5d
commit
ed83629e65
3 changed files with 8 additions and 3 deletions
|
@ -10,11 +10,11 @@
|
||||||
### Created By: https://github.com/mitchellkrogza/
|
### Created By: https://github.com/mitchellkrogza/
|
||||||
|
|
||||||
### Last Updated
|
### Last Updated
|
||||||
### Thu Dec 15 12:34:33 SAST 2016
|
### Thu Dec 15 13:01:45 SAST 2016
|
||||||
### End Last Updated
|
### End Last Updated
|
||||||
|
|
||||||
### Generated in
|
### Generated in
|
||||||
### 0.206767320633 seconds
|
### 0.242904186249 seconds
|
||||||
### End Generated in
|
### End Generated in
|
||||||
|
|
||||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||||
|
@ -517,6 +517,7 @@ map $http_user_agent $bad_bot {
|
||||||
"~*TheNomad" 3;
|
"~*TheNomad" 3;
|
||||||
"~*TightTwatBot" 3;
|
"~*TightTwatBot" 3;
|
||||||
"~*Titan" 3;
|
"~*Titan" 3;
|
||||||
|
"~*T0PHackTeam" 3;
|
||||||
"~*Toweyabot" 3;
|
"~*Toweyabot" 3;
|
||||||
"~*Trendictionbot" 3;
|
"~*Trendictionbot" 3;
|
||||||
"~*True_Robot" 3;
|
"~*True_Robot" 3;
|
||||||
|
@ -695,12 +696,14 @@ map $http_referer $bad_words {
|
||||||
"~*seoexperimenty" 1;
|
"~*seoexperimenty" 1;
|
||||||
"~*syntryx" 1;
|
"~*syntryx" 1;
|
||||||
"~*titten" 1;
|
"~*titten" 1;
|
||||||
|
"~*t0phackteam" 1;
|
||||||
"~*tramadol" 1;
|
"~*tramadol" 1;
|
||||||
"~*tramidol" 1;
|
"~*tramidol" 1;
|
||||||
"~*valtrex" 1;
|
"~*valtrex" 1;
|
||||||
"~*vvakhrin-ws1" 1;
|
"~*vvakhrin-ws1" 1;
|
||||||
"~*viagra" 1;
|
"~*viagra" 1;
|
||||||
"~*vicodin" 1;
|
"~*vicodin" 1;
|
||||||
|
"~*webfuck" 1;
|
||||||
"~*xanax" 1;
|
"~*xanax" 1;
|
||||||
"~*zanax" 1;
|
"~*zanax" 1;
|
||||||
"~*zoloft" 1;
|
"~*zoloft" 1;
|
||||||
|
@ -2355,6 +2358,7 @@ map $http_referer $bad_referer {
|
||||||
"~*svarkagid.com" 1;
|
"~*svarkagid.com" 1;
|
||||||
"~*swiped.su" 1;
|
"~*swiped.su" 1;
|
||||||
"~*sygraem.com" 1;
|
"~*sygraem.com" 1;
|
||||||
|
"~*t0p.xyz" 1;
|
||||||
"~*tablepicz.com" 1;
|
"~*tablepicz.com" 1;
|
||||||
"~*tagjkjsaba.ru" 1;
|
"~*tagjkjsaba.ru" 1;
|
||||||
"~*taihouse.ru" 1;
|
"~*taihouse.ru" 1;
|
||||||
|
|
|
@ -1585,6 +1585,7 @@ domain:susanholtphotography.com
|
||||||
domain:svarkagid.com
|
domain:svarkagid.com
|
||||||
domain:swiped.su
|
domain:swiped.su
|
||||||
domain:sygraem.com
|
domain:sygraem.com
|
||||||
|
domain:t0p.xyz
|
||||||
domain:tablepicz.com
|
domain:tablepicz.com
|
||||||
domain:tagjkjsaba.ru
|
domain:tagjkjsaba.ru
|
||||||
domain:taihouse.ru
|
domain:taihouse.ru
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue