V4.2019.07.1730 [ci skip]

This commit is contained in:
Travis 2019-07-02 11:52:29 +02:00
parent 80fc715eda
commit 3a1f0299c5
59 changed files with 1103 additions and 1139 deletions

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1729 ### Version: V3.2019.07.1730
### Updated: Tue Jul 2 10:45:23 SAST 2019 ### Updated: Tue Jul 2 11:39:49 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.188.73.34 1; 35.184.96.71 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.188.73.34 0; 35.184.96.71 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1729 ### Version: V3.2019.07.1730
### Updated: Tue Jul 2 10:45:23 SAST 2019 ### Updated: Tue Jul 2 11:39:49 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.188.73.34 1; 35.184.96.71 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.188.73.34 0; 35.184.96.71 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1729 ### Version: V3.2019.07.1730
### Updated: Tue Jul 2 10:45:23 SAST 2019 ### Updated: Tue Jul 2 11:39:49 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.188.73.34 1; 35.184.96.71 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.188.73.34 0; 35.184.96.71 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1729 ### Version: V3.2019.07.1730
### Updated: Tue Jul 2 10:45:23 SAST 2019 ### Updated: Tue Jul 2 11:39:49 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -8,7 +8,7 @@ Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-ba
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/nginx.conf
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/nginx.conf
Whitelisting ip: 34.68.144.114 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/bots.d/whitelist-ips.conf Whitelisting ip: 35.202.145.110 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/bots.d/whitelist-ips.conf
Checking for missing includes: Checking for missing includes:

View file

@ -15,6 +15,13 @@ events {
http { http {
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/globalblacklist.conf;
include mime.types; include mime.types;
default_type application/octet-stream; default_type application/octet-stream;
@ -69,13 +76,6 @@ http {
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
# include fastcgi_params; # include fastcgi_params;
#} #}
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/arch/etc/nginx/conf.d/globalblacklist.conf;
# deny access to .htaccess files, if Apache's document root # deny access to .htaccess files, if Apache's document root
# concurs with nginx's one # concurs with nginx's one

View file

@ -3,9 +3,10 @@
-------------------------------------------------------- --------------------------------------------------------
sending incremental file list sending incremental file list
etc/nginx/nginx.conf
sent 653 bytes received 16 bytes 1.34K bytes/sec sent 1.57K bytes received 39 bytes 3.23K bytes/sec
total size is 28.44K speedup is 42.51 total size is 28.44K speedup is 17.62
Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt
Creating directory: /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/bots.d Creating directory: /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/bots.d

View file

@ -8,7 +8,7 @@ Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-ba
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/nginx.conf
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/nginx.conf
Whitelisting ip: 34.66.178.120 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/bots.d/whitelist-ips.conf Whitelisting ip: 35.184.96.71 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/centos7/etc/nginx/bots.d/whitelist-ips.conf
Checking for missing includes: Checking for missing includes:

View file

@ -8,7 +8,7 @@ Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-ba
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/nginx.conf
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/nginx.conf
Whitelisting ip: 34.68.144.114 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/bots.d/whitelist-ips.conf Whitelisting ip: 35.224.112.202 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/fedora/etc/nginx/bots.d/whitelist-ips.conf
Checking for missing includes: Checking for missing includes:

View file

@ -8,7 +8,7 @@ Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-ba
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-lea/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-leap/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-lea/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-leap/etc/nginx/nginx.conf
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-lea/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-leap/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-lea/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-leap/etc/nginx/nginx.conf
Whitelisting ip: 35.193.14.140 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-leap/etc/nginx/bots.d/whitelist-ips.conf Whitelisting ip: 35.202.145.110 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/opensuse-leap/etc/nginx/bots.d/whitelist-ips.conf
Checking for missing includes: Checking for missing includes:

View file

@ -3,28 +3,10 @@
------------------------------------------------------------------ ------------------------------------------------------------------
sending incremental file list sending incremental file list
etc/nginx/
etc/nginx/fastcgi_params
etc/nginx/koi-utf
etc/nginx/koi-win
etc/nginx/mime.types
etc/nginx/nginx.conf etc/nginx/nginx.conf
etc/nginx/proxy_params
etc/nginx/scgi_params
etc/nginx/uwsgi_params
etc/nginx/win-utf
etc/nginx/sites-available/
etc/nginx/sites-available/.keep
etc/nginx/sites-available/default
etc/nginx/sites-enabled/
etc/nginx/sites-enabled/.keep
etc/nginx/snippets/
etc/nginx/snippets/.keep
etc/nginx/snippets/fastcgi-php.conf
etc/nginx/snippets/snakeoil.conf
sent 8.21K bytes received 322 bytes 17.06K bytes/sec sent 1.49K bytes received 41 bytes 3.05K bytes/sec
total size is 19.83K speedup is 2.32 total size is 19.83K speedup is 12.99
Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt
Creating directory: /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/bots.d Creating directory: /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/bots.d

View file

@ -8,7 +8,7 @@ Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-ba
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/nginx.conf
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/nginx.conf
Whitelisting ip: 35.188.73.34 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/bots.d/whitelist-ips.conf Whitelisting ip: 35.202.145.110 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-16.04/etc/nginx/bots.d/whitelist-ips.conf
Checking for missing includes: Checking for missing includes:

View file

@ -3,39 +3,10 @@
------------------------------------------------------------------ ------------------------------------------------------------------
sending incremental file list sending incremental file list
./
.keep
etc/
etc/.keep
etc/nginx/
etc/nginx/fastcgi.conf
etc/nginx/fastcgi_params
etc/nginx/koi-utf
etc/nginx/koi-win
etc/nginx/mime.types
etc/nginx/nginx.conf etc/nginx/nginx.conf
etc/nginx/proxy_params
etc/nginx/scgi_params
etc/nginx/uwsgi_params
etc/nginx/win-utf
etc/nginx/conf.d/
etc/nginx/conf.d/.keep
etc/nginx/modules-available/
etc/nginx/modules-available/.keep
etc/nginx/modules-enabled/
etc/nginx/modules-enabled/.keep
etc/nginx/sites-available/
etc/nginx/sites-available/.keep
etc/nginx/sites-available/default
etc/nginx/sites-enabled/
etc/nginx/sites-enabled/.keep
etc/nginx/snippets/
etc/nginx/snippets/.keep
etc/nginx/snippets/fastcgi-php.conf
etc/nginx/snippets/snakeoil.conf
sent 9.56K bytes received 476 bytes 20.07K bytes/sec sent 2.04K bytes received 43 bytes 4.17K bytes/sec
total size is 20.46K speedup is 2.04 total size is 20.46K speedup is 9.81
Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/include_filelist.txt
Creating directory: /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/bots.d Creating directory: /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/bots.d

View file

@ -8,7 +8,7 @@ Checking url: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-ba
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/conf.d/globalblacklist.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/nginx.conf
inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/nginx.conf inserting: include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/conf.d/botblocker-nginx-settings.conf; => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/nginx.conf
Whitelisting ip: 35.188.73.34 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/bots.d/whitelist-ips.conf Whitelisting ip: 35.192.85.2 => /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/.dev-tools/distribution_tests_missing_includes/ubuntu-18.04/etc/nginx/bots.d/whitelist-ips.conf
Checking for missing includes: Checking for missing includes:

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1729 ### Version: V3.2019.07.1730
### Updated: Tue Jul 2 10:45:23 SAST 2019 ### Updated: Tue Jul 2 11:39:49 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,4 +45,4 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
104.198.131.58 0; 35.188.1.99 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 104.154.120.187 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 104.154.120.187 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 104.154.120.187 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 104.154.120.187 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
34.66.178.120 1; 104.154.120.187 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
34.66.178.120 0; 104.154.120.187 0;
127.0.0.1 0; 127.0.0.1 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,5 +45,5 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
35.193.14.140 0; 35.192.85.2 0;
35.192.187.174 0; 35.193.7.13 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,6 +45,6 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
34.66.178.120 0; 35.192.85.2 0;
34.68.144.114 0; 104.154.120.187 0;
35.192.187.174 0; 35.224.112.202 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,5 +45,5 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions. # - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks. # - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST # - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
35.192.136.167 0; 35.184.226.236 0;
35.188.73.34 0; 35.202.145.110 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.188.73.34 1; 35.184.96.71 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,10 +1,10 @@
Anarchie Alligator
BDFetch BotALot
IndeedBot
instabid
Intelliseek
LinkpadBot LinkpadBot
Meanpathbot LinqiaScrapeBot
Microsoft Data Access PHPCrawl
Net Vampire trendiction.de
Niki-bot WiseGuys Robot
Pimonster
Twice
URLy Warning

View file

@ -1,250 +1,250 @@
80legs 404enemy
Abonti Abonti
Aboundex
Aboundexbot Aboundexbot
Acunetix Acunetix
ADmantX
AfD-Verbotsverfahren
AIBOT AIBOT
Alexibot Alexibot
Alligator Alligator
AllSubmitter AllSubmitter
AlphaBot
Apexoo
archive.org_bot archive.org_bot
ASPSeek Asterias
Attach BackDoorBot
autoemailspider
Backlink-Ceck
BackStreet
Badass Badass
Barkrowler Bandit
Battleztar Bazinga Battleztar Bazinga
BBBike BBBike
BDCbot BDCbot
BDFetch
BetaBot BetaBot
Bitacle Bigfoot
Black Hole Blackboard
BotALot BlackWidow
Brandprotect BLEXBot
BuiltBotTough Blow
Boardreader
Bolt
BuiltWith BuiltWith
BuzzSumo CazoodleBot
CATExplorador CCBot
Cegbfeieh Cegbfeieh
CherryPicker CherryPicker
CheTeam Chlooe
Claritybot Claritybot
Cliqzbot coccocbot-web
Cloud mapping Cogentbot
Collector
com.plumanalytics com.plumanalytics
CopyRightCheck CopyRightCheck
Copyscape
Cosmos
Craftbot
crawler.feedback crawler.feedback
CSHttp crawl.sogou.com
Custo Crescent
DatabaseDriverMysqli
DataCha0s DataCha0s
Demon DBLBot
Digincore DittoSpyder
DigitalPebble
DIIbot
Disco
Discoverybot
Dispatch
DomainAppender DomainAppender
DomainStatsBot Download Wonder
Dotbot
Dragonfly Dragonfly
DSearch
EasyDL
Ebingbong Ebingbong
EroCrawler Ecxi
Exabot evc-batch
ExtLinksBot
Extractor
ExtractorPro ExtractorPro
Ezooms EyeNetIE
FDM
Fimap Fimap
Freeuploader Freeuploader
FrontPage Genieo
FyberSpider Getintent
Fyrebot GetRight
GalaxyBot
GermCrawler
Gigablast Gigablast
Gigabot Gigabot
G-i-g-a-b-o-t
Gotit Gotit
GoZilla
GrabNet
Grafula
GrapeFX GrapeFX
GrapeshotCrawler
GridBot GridBot
GT::WWW GT::WWW
HEADMasterSEO Haansoft
Harvest
Heritrix Heritrix
HTMLparser
Humanlinks Humanlinks
IlseBot HybridBot
Image Sucker IDBot
IndeedBot
Indy Library Indy Library
InfoNaviRobot Internet Ninja
InterGET
InternetSeer InternetSeer
internetVista monitor internetVista monitor
ips-agent ips-agent
Iria
IRLbot IRLbot
Iskanie Iskanie
IstellaBot IstellaBot
JennyBot JamesBOT
JetCar JetCar
Jetty JOC Web Spider
JikeSpider JustView
Joomla Jyxobot
Jorgee
Kenjin Spider Kenjin Spider
Keyword Density
Kozmosbot
Lanshanbot Lanshanbot
Larbin
LeechFTP LeechFTP
LeechGet
LexiBot LexiBot
Lftp Lftp
Libwhisker
Lightspeedsystems Lightspeedsystems
Likse
Linkdexbot
LinkpadBot LinkpadBot
LinkScan LinkScan
LinksManager LinksManager
LinkWalker
LinqiaScrapeBot
Lipperhey Lipperhey
Lmspider Litemage_walker
Ltx71 Ltx71
lwp-request
lwp-trivial lwp-trivial
Mag-Net Mag-Net
magpie-crawler magpie-crawler
Mail.RU_Bot Mail.RU_Bot
Majestic12 Majestic SEO
MarkMonitor
MarkWatch
Mata Hari Mata Hari
MauiBot
meanpathbot meanpathbot
Meanpathbot mediawords
Mediatoolkitbot
MegaIndex.ru
Metauri Metauri
Microsoft Data Access MFC_Tear_Sample
MIDown tool MIDown tool
MIIxpc
Mister PiX Mister PiX
MJ12bot
Mojeek Mojeek
Mr.4x3 Mr.4x3
MSIECrawler MSIECrawler
Msrabot
MS Web Services Client Protocol MS Web Services Client Protocol
Navroad muhstik-scan
NearSite Name Intelligence
Needle Nameprotect
Nessus
Netcraft
netEstate NE Crawler netEstate NE Crawler
NetLyzer NetLyzer
Netvibes NetSpider
Nettrack
Net Vampire
NetZIP
NextGenSearchBot NextGenSearchBot
NICErsPRO NICErsPRO
Nutch Niki-bot
Nikto
NimbleCrawler
oBot oBot
Offline Navigator OutclicksBot
OnCrawl
OpenVAS
OrangeSpider
OutfoxBot OutfoxBot
PageGrabber Pandalytics
Panscient
Pavuk
pcBrowser pcBrowser
PECL::HTTP PHPCrawl
PeoplePal Picscout
Picsearch Picsearch
PictureFinder
Pimonster Pimonster
Pixray
PleaseCrawl PleaseCrawl
Pockey plumanalytics
Probethenet
ProWebWalker ProWebWalker
Quick-Crawler Psbot
RankingBot2 PyCurl
Rankivabot RankActive
Reaper RankurBot
RepoMonkey Recorder
Rogerbot RocketCrawler
SalesIntelligent SalesIntelligent
Scanbot SBIder
scan.lol Scrapy
Searchestate
SearchmetricsBot SearchmetricsBot
Semrush
SEOkicks-Robot SEOkicks-Robot
SEOlyticsCrawler
SEOprofiler SEOprofiler
SeoSiteCheckup seoscanners
serpstatbot SEOstats
sexsearcher
Shodan
SISTRIX
Sitebeam Sitebeam
SiteExplorer SiteExplorer
SiteLockSpider Siteimprove
SiteSnagger SiteSnagger
SiteSucker
Site Sucker Site Sucker
sogouspider Sitevigil
Sogou web spider SmartDownload
SMTBot
Snake
Snoopy
Sociscraper
Sosospider Sosospider
Sottopop Sottopop
Spammen SpaceBison
SpankBot SputnikBot
sp_auditbot Sqlmap
spyfu
Sqworm
Steeler Steeler
Stripper
Sucuri Sucuri
SuperBot SuperBot
Surfbot
SurveyBot SurveyBot
Suzuran
Szukacz Szukacz
T8Abot TeleportPro
Telesphorep Telesoft
Telesphoreo
The Intraformant The Intraformant
TheNomad
Titan Titan
Toata trendiction.com
Tracemyfile True_Robot
Trendictionbot Turnitin
Turingos TwengaBot
Twice Typhoeus
UnisterBot Upflow
URLy.Warning Vacuum
VB Project Vagabondo
VCI VCI
VeriCiteCrawler
VidibleScraper
Virusdie Virusdie
VoidEYE Voltron
WallpapersHD Wallpapers/3.0
Webalta WASALive-Bot
WebFuck WBSearchBot
WebImageCollector Web Auto
WebCollage
Web Collage
WebCopier
WebFetch
Web Fetch
WebGo IS
WebLeacher WebLeacher
webmeup-crawler WebmasterWorldForumBot
WebPix WebPix
Web Pix WebReaper
WebSauger Web Sauger
WebsiteExtractor WebsiteExtractor
WebsiteQuester WebsiteQuester
Website Quester Webster
WebSucker
WebZIP
WeSEE
Whack Whack
Who.is Bot Whacker
Widow Widow
WinHTTrack WinHTTrack
WiseGuys Robot WISENutbot
Woobot Woobot
Wotbox Wotbox
WWW-Collector-E WWW::Mechanize
WWW-Mechanize
WWWOFFLE WWWOFFLE
Xaldon WebSpider Xaldon WebSpider
Xaldon_WebSpider Xaldon_WebSpider
xpymep1.exe
Zade
Zauba Zauba
Zeus Zeus
ZmEu
ZyBorg ZyBorg

View file

@ -1,250 +1,250 @@
360Spider 80legs
Abonti
Aboundexbot Aboundexbot
Acunetix AhrefsBot
AfD-Verbotsverfahren
AIBOT
AiHitBot AiHitBot
Alexibot AllSubmitter
Alligator Apexoo
Anarchie archive.org_bot
Asterias ASPSeek
BackDoorBot Attach
Backlink-Ceck BackStreet
backlink-check
BacklinkCrawler
BackWeb BackWeb
Badass Bandit
Barkrowler
Battleztar Bazinga Battleztar Bazinga
BBBike Black Hole
BDCbot BlackWidow
BDFetch
BetaBot
Bigfoot
Blackboard
BLEXBot
Blow Blow
Brandprotect BotALot
Brandwatch Brandwatch
BunnySlippers Buddy
CazoodleBot BuiltWith
CCBot Cliqzbot
Cegbfeieh Cloud mapping
CherryPicker cognitiveseo
CheTeam CopyRightCheck
ChinaClaw Copyscape
coccocbot-web CrazyWebCrawler
Cogentbot Curious
Copier
Cosmos
crawler4j
CrunchBot
CSHttp
Custo Custo
DatabaseDriverMysqli DBLBot
Deusu Demon
Devil Digincore
DigitalPebble
DIIbot DIIbot
Dirbuster Dirbuster
Discobot Discobot
Discoverybot Dispatch
DittoSpyder
DnyzBot DnyzBot
Download Wonder DomainAppender
DTS Agent DomainSigmaCrawler
EasyDL DSearch
eCatch Ebingbong
EirGrabber ECCP/1.0
EMail Siphon Ecxi
EMail Wolf
EroCrawler EroCrawler
evc-batch
Exabot Exabot
Express WebPictures
ExtLinksBot ExtLinksBot
Extreme Picture Finder
Ezooms
facebookscraper facebookscraper
FDM Firefox/7.0
FHscan Foobot
Fimap Freeuploader
Flunky
FrontPage
FyberSpider
Fyrebot
GalaxyBot GalaxyBot
Genieo Genieo
GermCrawler GermCrawler
GetRight Getintent
Gigabot Gigabot
G-i-g-a-b-o-t GoZilla
Grafula Grafula
GrapeshotCrawler GrapeshotCrawler
HaosouSpider GT::WWW
Havij Havij
HEADMasterSEO Heritrix
Hloader HMView
HTTP::Lite HTMLparser
HTTrack
Humanlinks Humanlinks
HybridBot Iblog
IDBot IDBot
Id-search Id-search
IlseBot IlseBot
IndeedBot Image Fetch
Intelliseek InfoTekies
instabid
InterGET InterGET
internetVista monitor
IRLbot IRLbot
Iskanie Iskanie
JamesBOT
Jbrofuzz
JetCar JetCar
Jetty
JikeSpider
Jorgee Jorgee
JustView
Jyxobot
Kenjin Spider Kenjin Spider
Keyword Density Keyword Density
Kozmosbot
Lanshanbot Lanshanbot
LeechGet Larbin
LexiBot LibWeb
Lightspeedsystems Libwhisker
Likse
Linkdexbot Linkdexbot
LinkpadBot LinkpadBot
LinksManager
LinkWalker LinkWalker
LinqiaMetadataDownloaderBot LinqiaMetadataDownloaderBot
LinqiaRSSBot
LinqiaScrapeBot
Lipperhey
Lipperhey Spider
Lmspider Lmspider
lwp-request lwp-request
Majestic12 lwp-trivial
Majestic-SEO Magnet
Mag-Net
magpie-crawler
Masscan
Mass Downloader Mass Downloader
Mata Hari
Meanpathbot
MeanPath Bot MeanPath Bot
Mediatoolkitbot mediawords
MegaIndex.ru
Metauri
MFC_Tear_Sample MFC_Tear_Sample
Mojeek Microsoft URL Control
MIDown tool
MIIxpc
Morfeus Fucking Scanner Morfeus Fucking Scanner
Mr.4x3
Msrabot Msrabot
MS Web Services Client Protocol MS Web Services Client Protocol
Navroad Navroad
NearSite NearSite
NetAnts Needle
NetLyzer Nessus
Netcraft
NetSpider NetSpider
Nettrack Netvibes
NetZIP
NextGenSearchBot NextGenSearchBot
Nibbler Nibbler
NICErsPRO NICErsPRO
NimbleCrawler Niki-bot
Nimbostratus Nikto
Nmap NPbot
Nutch
oBot oBot
Offline Explorer Octopus
Openfind Offline Navigator
Openvas OnCrawl
OrangeBot OrangeSpider
OutclicksBot
OutfoxBot
PageAnalyzer PageAnalyzer
Page Analyzer PageGrabber
page scorer PageScorer
Pandalytics
Pavuk Pavuk
pcBrowser
Pixray
plumanalytics plumanalytics
POE-Component-Client-HTTP Pockey
Probethenet Probethenet
ProPowerBot ProPowerBot
Psbot QueryN Metasearch
Quick-Crawler Quick-Crawler
RankActive
RankingBot
Rankivabot Rankivabot
RankurBot RankurBot
RealDownload
Reaper
RebelMouse RebelMouse
RedesScrapy RedesScrapy
ReGet ReGet
RepoMonkey RocketCrawler
Ripper Rogerbot
SBIder s1z.ru
ScanAlert ScanAlert
Screaming Scanbot
ScreenerBot Scrapy
SearchmetricsBot
Semrush Semrush
SEOkicks-Robot SEOkicks-Robot
SEOlyticsCrawler SEOlyticsCrawler
Seomoz Seomoz
SEOstats SEOprofiler
sexsearcher seoscanners
SeoSiteCheckup
Shodan Shodan
Siphon Sitebeam
SiteExplorer
Siteimprove
SiteLockSpider SiteLockSpider
Site Sucker SiteSnagger
Sitevigil SiteSucker
SlySearch SlySearch
SmartDownload SMTBot
Snapbot
Snoopy Snoopy
SpaceBison SocialRankIOBot
SpankBot Sociscraper
Spanner Sogou web spider
Sosospider
Spammen
sp_auditbot
Spbot
Spinn3r
SputnikBot SputnikBot
Sqlmap Sqlmap
Sqlworm
Stripper Stripper
Sucker Sucuri
SuperBot Swiftbot
SuperHTTP sysscan
Surfbot Szukacz
SurveyBot T0PHackTeam
T8Abot
Teleport Teleport
Thumbor
TightTwatBot
Titan Titan
Turingos Trendiction
trendiction.com
TurnitinBot TurnitinBot
TwengaBot TwengaBot
Twice Upflow
Typhoeus URLy Warning
Vagabondo Vacuum
VB Project VB Project
VoidEYE VeriCiteCrawler
Virusdie
Voil Voil
Wallpapers/3.0 Wallpapers/3.0
WallpapersHD WBSearchBot
WASALive-Bot WebAuto
Webalta
Web Auto Web Auto
WebBandit WebBandit
WebCollage WebCopier
Web Collage WebEnhancer
WEBDAV
Web Enhancer
WebFetch WebFetch
Web Fetch Web Fetch
Web Fuck
WebGo IS
WebImageCollector WebImageCollector
WebLeacher WebLeacher
webmeup-crawler WebmasterWorldForumBot
WebPix
Web Pix
WebReaper
Web Sauger Web Sauger
Webshag WebsiteQuester
WebsiteExtractor Website Quester
WebStripper
Web Sucker Web Sucker
WebWhacker WebWhacker
WebZIP Whack
Whacker
Whatweb Whatweb
WiseGuys Robot WISENutbot
Wonderbot WPScan
Woobot WWW-Collector-E
Wotbox WWW-Mechanize
WWW::Mechanize WWW::Mechanize
WWWOFFLE
x22Mozilla x22Mozilla
Xaldon WebSpider Xaldon WebSpider
Xaldon_WebSpider
Xenu Xenu
YoudaoBot xpymep1.exe
zauba.io
Zeus
zgrab zgrab
Zitebot Zitebot
ZmEu ZmEu
ZumBot
ZyBorg ZyBorg

View file

@ -1,10 +1,10 @@
adprotect.net aibolita.com
animaltoplist.com buntube.net
flavors.me elektrozigarettekaufen1.devhub.com
gamewrath.com middlerush-a.akamaihd.net
jose.mulinohouse.co mrpornogratis.xxx
picsforkeywordsuggestion.com social-buttons.xyz
searchlock.com stillmiracle.com
thelottosecrets.com topkarkas.com
traffique.net zigarettenonlinekaufen1.blox.pl
zhuravlev.info zootravel.com

View file

@ -1,500 +1,500 @@
03p.info 1688.com
101billion.com 1bet.com
1-free-share-buttons.com 1j7740kd.website
202ch.com 4inn.ru
20pascals.nl 5000-cotydzien.com
2girls1cup-free.com
3-letter-domains.net
3th.co.in
4senses.co
55wmz.ru 55wmz.ru
7fon.ru 5i2.net
7wind.ru 883zy.com
8lufu.com 8kisses.eu
991mostfm.co.id a96527gi.beget.tech
a1security.com.ua aa81bf391151884adfa3dd677e41f94be1.com
aad1f4acb0a373420d9b0c4202d38d94fa.com aa8780bb28a1de4eb5bff33c28a218a930.com
accessoires-mode.in aarbur.com
activepr.ru aaronabel.com
adf.ly abcdeg.xyz
adinterax.com absolutelyanalog.com
adtech.de activecampaign.dreamhosters.com
adtiger.tk adtech.us
adviceforum.info adultwebhosting.info
adzerg.com affrh2015.com
alfabot.xyz agecheckadult.com
alienwheels.de agroeconom.kz
aliexpress.com albuteroli.com
alkoravto.ru alert-fjg.xyz
alfa-medosmotr.ru
allblogroll.com allblogroll.com
alpharma.net alltheviews.com
alta-realestate.com alt-servis.ru
amateurmatch.com android4fun.org
amung.us animaltoplist.com
animal-drawings.com
animenime.ru animenime.ru
apartmentratings.com apifasterlightin-a.akamaihd.net
apelsinnik.website apimossnetinfo-a.akamaihd.net
apessay.com apioasisspacenet-a.akamaihd.net
apilinkswiftco-a.akamaihd.net apple.com-webbrowsing-security.review
approved.su apple.com-webbrowsing-security.science
apptester.tk app-ready.xyz
ap.senai.br approvedlocal.co.za
arabgirls.adultgalls.com
arcadepages.com arcadepages.com
arclk.net arenanews.com.ua
artavenuegardenstudios.com arendas.net
arkkivoltti.net
asiavirtualsolutions.com asiavirtualsolutions.com
asmxsatadriverin.aircus.com asscenihotosidea.blogspot.co.za
atlant-auto.info aussie-prizes.com
auto4style.ru
autobudpostach.club autobudpostach.club
autochoixspinelli.com avirasecureserver.com
autodo.info avkzarabotok.info
autorn.ru avon-novosib.ru
auto-zapchasti.org
avtochehli.by avtochehli.by
avtocredit-legko.ru ayanaspa.com
azbaseimages.net baditri.com
backgroundpictures.net bang-hotties.com
bankiem.pl bannerbank.ru
bausparen.bz.it bdsmgalls.net
beauty-clinic.ru beachfix.co
berdasovivan.ru berrymall.ru
beremenyashka.com bestcalovebracelet.cn
besttorrentknifta.weebly.com bestcoin.cc
bestimagecoollibrary.com
bestssaker.com
bet365.com
beta.hotkeys.com beta.hotkeys.com
bezlimitko.xyz betune.onlinewebshop.net
bingoporno.com bidbuy.co.kr
bioinnovate.co bigpenisguide.com
bkgr.se bildsuche.ru
blackle.com bio-japan.net
blog.f00kclan.de bio-optomarket.ru
blogs.rediff.com bkns.vn
bluerobot.info blogsfunky672.weebly.com
blue-square.biz boazpower.com
bmwhighperformers.com bongiornos.info
bonky.biz boo-arts.com
bonvillan.com bookmark4you.com
brimstonehillfortress.org boostmyppc.com
btnativenav.com brandehk.dk
buchananshardware.com breget74.ru
buyessaynow.biz bukleteg.xyz
buyhoverboard.com burger-tycoon.com
buytizanidineonlinenoprescription.blogspot.com buy-forum.ru
buyviagraa.blogspot.com buy-loft.ru
cactussoft.biz buyparajumpers.online
cakemediahq.com.au buypillsorderonline.com
callmd5map.com buzzzg.men
canrole.com cacheimages.com
cardiosport.com.ua callcafe.info
cardsharp1.ru camsex.xxx-cam.webcam
carfax.com.ua canrioloadm.gq
carsdined.org carsplate.com
carstrends2015.com cartechnic.ru
cartiertrinity.xyz cartierbraceletsreplica.pw
cbcseward.com cartierjusteunclou.xyz
cb.iphantom.com cdncash.com
cctva.tv cdncash.org
cejewelry.xyz celebsopics.com
cercacamion.it cellfun.mobi
cheapcigarettesc.info cenokos.ru
cheapjerseysap.com cfsrating.sonicwall.com
cheatcode-lita12.rhcloud.com chee-by.biz
chelyabinsk.xrus.org chelnytruck.ru
chiblackhawks-jerseys.com chinese-amezon.com
cialgenisrx.com
cindymatches.com cindymatches.com
compliance-ivan.xyz claytransformations.info
constantaservice.net cleanallvirus.com
crafthubs.com cleanpcnow.com
clickintext.net
clips.ua.ac.be
cl.s7.exct.net
club-musics.ru
codysbbq.com
coinsspb.com
collegeessay19.blogspot.ru
collegerentals.com
compliance-checker.info
compliance-fred.top
compliance-george.top
compliance-mark.top
compliance-willy.top
consorzioilmosaico.org
contextualyield.com
counciltally.com
craftburg.ru
crazyprotocol.com crazyprotocol.com
creatives.adbetclickin.pink creditwell.ru
creditnation.ru customboxes4less.com
customchocolate.business-for-home.com customcatchcan.com
dating-app.ru customerguru.in
d-black.bz cymbaltaandtizanidine.blogspot.com
diesel-parts28.ru cyse.tk
digitalfaq.com d0t.ru
dimkino.ru dataloading.net
domaincheck.io deadlinkchecker.com
domaineaneblanc.com dieswaene.com
domoysshop.ru digilander.libero.it
dosug-lux.ru dildofotzen.net
downvids.net dmmspy.com
dptaughtme.com dms-sw.ru
drugs-no-rx.info doctormakarova.ru
drunkenstepfather.com donvito.unas.cz
drupa.com dood.live
dvd-famille.com downloadkakaotalk.com
dvr.biz.ua downloadmefiranaratb1972.xpg.com.br
e705.net druzhbany.ru
eachdayisagift.review dstroy.su
elvel.com.ua dumpsmania24.com
emergencyneeds.org duplicashapp.com
earn-from-articles.com
edudocs.net
electricwheelchairsarea.com
elektir.ru
elkacentr.ru
eloconcream.blogspot.com
empis.magix.net
encodable.com encodable.com
enews.tech engines-usa.com
enginebay.ru
englishdictionaryfree.com englishdictionaryfree.com
en.home-task.com englishgamer.com
enthuse.computernetworksonline.com e-poker-2005.com
euronis-free.com erotik-kostenlos.net
euroskat.ru es5.com
expolicenciaslatam.co escort-russian.com
extener.org eshop.md
extractorandburner.com excitacion.info
ezigarettekaufen.myblog.de exlarseva.webblog.es
ezigarettenkaufen1.pagina.gr extremez.net
ezigaretteshop2.vefblog.net eyemagination.com
f0815.de faracontrol.ir
fable.in.ua feeriaclub.ru
family1st.ca femdom.twiclub.in
farmingworm.com
fastfixing.tech
faz99.com
femmesdenudees.com femmesdenudees.com
ferretsoft.com fertilitetsradgivningen.se
filmci.pro
filmidivx.com filmidivx.com
findanysex.com finemanteam.com
firma-legion.ru floating-share-buttons.com
fivedwld.cf flowwwers.com
flowersbazar.com footbalive.org
forexgb.ru forsex.info
formularz-konkurs.tk foto-basa.com
forumprofi.de foto-sisek.porngalleries.top
fotosfotos.eu freakycheats.com
foxinsocks.ru free-social-buttons.com
foxtechfpv.com frustrated-favorable.gq
freejabs.com fxgallery.com
free-laptop-reward.com fz139.ttk.ru
frequiry.com
frivgame250.com
fsalas.com
fuckmill.com
fugarif.ga
fullgirl.ru
fusoradio.info
gallictures.com
gameplexcity.com
gameprimary.com gameprimary.com
genericviagrasildenafiled.net gamevalue7.weebly.com
generousdeal-a.akamaihd.net gaming-journal.com
genetworx.com gazoblok.net.ua
geoads.com getlaid-xxxhookupdirect.com
gilbertbanda.net getlamborghini.ga
girlspicsa.com gfaq.ru
glastecfilms.com.my gilsonchiro.xyz
glogow.pl glavprofit.ru
gok-kasten.net globalscam.ga
goldadpremium.com gobongo.info
golfresa.lucania.se good-mummy.ru
goodwinmetals.co googst2.ru
gratuitbaise.com gosarhivrt.ru
grupografico-pilar.com.ar gotcher.us
hacktougroup.ru gov.yanao.ru
hchha.com greenidesign.co
hdimagegallery.net green-tea.tv
healgastro.com grizzlysgrill.com
hentai-manga.porn gsasearchengineranker.xyz
histats.com guod.me
hit-kino.ru happy.new.yeartwit.com
hazardky.net
hdapp1008-a.akamaihd.net
hdpixent.com
hdpixion.com
heroz.fr
hildinghr.se
hitcpm.com
hledejvshopech.cz hledejvshopech.cz
homedo.fabpage.com hoholikik.club
hotelcrocenzi.sm homedecoguide.info
hotgirlhdwallpaper.com homemature.net
hoverboard360.es hostsshop.ru
hplaserjetpdriver8y.pen.io host-tracker.com
hustoon.over-blog.com houdom.net
ido3.com howmuchdoestizanidinecost.blogspot.com
igtools.club hubbble.com
ikearugs.xyz hully.altervista.org
ilbe.club hyiphunter.org
images.gyffu.com iamsport.org
import-sales.com igrovyeavtomaty777.ru
inbabes.sexushost.com igru-xbox.net
inclk.com ilmen.net
incolors.club ilmexico.com
intim-uslugi.info ilte.info
invivo.hu images-free.net
iqoption.pro instabid.tech
iqupdatetmz.win intermesh.net
irkutsk.zrus.org inzn.ru
isistaylorporn.info istizanidineanarcoticdrug.blogspot.com
james13prix.info iweblist.info
janavibekken.no jasonpartington.com
jav-way.site javcoast.com
jeremyeaton.co jav-fetish.com
jerseywholesalechinabiz.com jav-fetish.site
jerseywholesaleelitestore.com javrip.net
journalhome.com joessmogtestonly.com
jrcigars.com jose.mulinohouse.co
keyhantercume.com jus0wil.pp.ua
keywordsdoctor.com justdating.online
kinoflux.net kamen-e.ru
kinopolet.net karusel-market.ru
knigonosha.net keki.info
koptims.tiu.ru kerwinandcariza.com
kreativperlen.ch kidd.reunionwatch.com
kriokomora.info kino-filmi.com
kino-rating.ru
kinostorm.net
konoplisemena.com
kosmetyki.tm.pl
koversite.info
kredit-pod-zalog-krasnodar.ru
krynica.info
kung-fu-ru.com kung-fu-ru.com
landoftracking.com labelwater.se
laexotic.com
laptoper.net laptoper.net
lasvegaslockandsafe.com larose.jb2c.me
law-check-eight.xyz laudit.ru
lechtaczka.net law-check-seven.xyz
lego4x4.ru lerporn.info
lenvred.org letmacworkfaster.site
letmacworkfaster.world letsrepair.in
letmacwork.world li-er.ru
letolove.ru limtu.ifmo.ru
lietaer.com lkbennettoutlet.online
light.ifmo.ru
link.ac
linkarena.com
liumimgx.pw
live-sexcam.tk
live-sexchat.ru
livingcanarias.com
livingroomdecor.info
loftdigital.eu
loginduepunti.it
lol-smurfs.com lol-smurfs.com
luciddiagnostics.in louboutinbooties.xyz
machicon-akihabara.info lubetube.com
magento-crew.net lyngdalhudterapi.no
makemoneyonline.com mactechinfo.info
manualterap.roleforum.ru magnetic-bracelets.ru
manuscript.su mahnwachen-helfen.info
marcoislandvacations.net mainlinehobby.net
marktforschung-stuttgart.com manifestation.betteroffers.review
maslenka.kz marinetraffic.com
marketingtechniques.info
maxxtor.eu
m.b00kmarks.com m.b00kmarks.com
mebel-alait.ru mcnamaratech.com
mearns-tractors.co.uk
mebel-vstroika.ru mebel-vstroika.ru
medicineseasybuy.com medicineseasybuy.com
metalonly.info medosmotr-ufa.ru
microsearch.ru megavolt.net.ua
microstatic.pl metascephe.com
minharevisao.com mex-annushka.ru
mir-betting.ru migente.com
mirtorrent.net mlvc4zzw.space
mitrasound.ru mobilemedia.md
mlf.hordo.win
mobile.ok.ru
mojpregled.com mojpregled.com
monclercoats.xyz moneyviking-a.akamaihd.net
moncleroutletonline.xyz monsterdivx.com
moscow.online-podarki.com
moscow.xrus.org
moviemail-online.co.uk moviemail-online.co.uk
mowser.com
mp3downloadhq.com mp3downloadhq.com
mtmtv.info mtmtv.info
mttwtrack.com mvpicton.co.uk
mturkcontent.com myhitmp3.club
mug-na-chas-moscow.ru najaden.no
muznachas-service.ru nakozhe.com
mycaf.it narkologiya-belgorod.ru
myfreecams.com needtosellmyhousefast.com
myftpupload.com ngps1.ru
myprintscreen.com nippon-bearings.ru
narkologiya-peterburg.ru nordstar.pro
naturalbreakthroughsresearch.com noumeda.com
nbsproject.ru november-lax.com
nelc.edu.eg nowtorrents.com
nero-us.com nrv.co.za
new-apps.ru o333o.com
nfljerseyscheapbiz.us obesidadealgarve.com
nhl17coinsforps3.gratisblog.biz odywpjtw.bloger.index.hr
njkmznnb.ru oklogistic.ru
nmrk.ru omoikiri-japan.ru
nuker.com online-x.ru
ochistka-stokov.ru onlywoman.org
okeinfo.online o-o-11-o-o.com
okmusic.jp open-odyssey.org
oneminutesite.it opinionreelle.com
onescreen.cc optikremont.ru
onlinemeetingnow.com orgasmus-virtual.com
onlinemegax.com orion-v.com
onlinetvseries.me ourtherapy.ru
ownshop.cf paramountmarble.co.uk
ozoz.it park.above.com
pammik.ru
panouri-solare-acoperis.com
paparazzistudios.com.au
partnerworkroom.men partnerworkroom.men
pc4download.co pastaleads.com
pensplan.com pc-test.net
petsblogroll.com pdamods.ru
photosaga.info perfection-pleasure.ru
pic2fly.com physfunc.ru
picscout.com pila.pl
pictures-and-images.com pinstake.com
picturesmania.com pistonclasico.com
picurams.pw piter.xrus.org
pintattoos.com pizdopletka.club
pinwallpaper.xyz
pixell.club
plastweb.ru
playtap.us playtap.us
podshipniki-ntn.ru polytopesexempt.com
poffet.net pontiacsolstice.info
pokerniydom.ru pooleroadmedicalcentre.co.uk
pons-presse.com popads.net
popander.mobi popup-hgd.xyz
popunder.net popup-jdh.xyz
porndairy.in porno.simple-image.com.ua
pornodojd.ru pornosmola.info
porno-dojki.net positive2b.ru
pornzone.tv pp-budpostach.com.ua
posible.net preparevideosafesystem4unow.space
pourvous.info presleycollectibles.com
prefersurvey.net preventheadacheguide.info
pregnant.guru privacyassistant.net
privetsochi.ru propranolol40mg.blogspot.com
progress-upakovka.ru prospekt-st.ru
prointer.net.ua prostitutki-kiev.org
projectforte.ru prostitutki-tyumeni.org
prokotov.com putevka24.ru
promover.org quality-traffic.com
pussyspace.net randalljhoward.com
pxhdwsm.com razorweb-a.akamaihd.net
quelle.ru recordpage-a.akamaihd.net
quickloanbank.com reeyanaturopathy.com
ranksonic.com referencemoi.com
ranksonic.org registratciya-v-moskve.ru
rebuildermedical.com renewablewealth.com
recinziireale.com restaurantlescampi.com
remont-mobile-phones.ru rezeptiblud.ru
rent2spb.ru rimedia.org
repeatlogo.co.uk rocketchange.ru
restorator-msk.ru rockprogblog.com
ringtonepartner.com rogervivierforsale.com
rn-to-bsn.com rozalli.com
roznica.com.ua rusprostitute.com
russkoe-zdorovie.ru russkoe-zdorovie.ru
saecsa.co saltspray.ru
sakhboard.ru sammyweaver.com
sbdl.no sarafangel.ru
sbt-aqua.ru sardinie.us
scalerite.co.za scanner-ivan.top
scanmyphones.com
scanner-jessica.top scanner-jessica.top
sdelatmebel.ru search-error.com
secretscook.ru seeresultshub-a.akamaihd.net
secret.xn--oogle-wmc.com seo-prof1.xyz
selectads.men seorankinglinks.com
seoanalyses.com servethis.com
sevenstars7.com sethrollins.net
shitmovs.com sexiporno.net
sientalyric.co sexyali.com
simon3.ru shama-rc.net
simple-image.com.ua shisha-swag.de
signoredom.com
sildenafil-tadalafil.info
sisi-go.ru sisi-go.ru
sitebeam.net sispe.com.br
siteonomy.com sitevaluation.org
siteripz.net skincrate.net
sitopreferito.it slonechka.ru
skatestick.bid slujbauborki.ru
slavia.info snip.to
social-fun.ru soaksoak.ru
socialmediasuggest.com socialmediasuggest.com
social-search.me social-s-hhh.xyz
social-s-ggg.xyz spamnuker.com
softlinesolutions.me spasswelt.net
sohoindia.net sports-supplements.us
solinf.co spylog.com
sophang8.com stairliftstrue.com
souvenirua.com starpages.net
special-porn.com suchenindeutschland.com
spyfu.com supermama.top
staff.prairiesouth.ca supernew.org
stanthonyscatholicchurch.org supervesti.ru
star61.de sureone.pro
stariy-baku.com svetlotorg.ru
stmassage.ru tako3.com
strangeduckfilms.com tampabaywatch.org
stroydetali.ru tandvardshuset.net
supermesta.ru tattooreligion.ru
techart24.com telegramdownload10.com
tecspb.ru thebestweightlosspills.ovh
testingads.pro thejournal.ru
theallgirlarcade.com themestotal.com
theautoprofit.ml thenetinfo.com
thebitcoincode.com tizanidineforopiatewithdrawal.blogspot.com
thefarmergame.com tizanidineingredients.blogspot.com
theplacetoupdating.pw tizanidineonline.blogspot.com
tizanidinehydrochloride2mg.blogspot.com toolsky.com
tizanidinerestlesslegsyndrome.blogspot.com topkarkas.com
tizanidineusedfor.blogspot.com
toondinsey.com
torrents-tracker.com torrents-tracker.com
totu.us torture.ml
tovaroboom.vast.ru traffic100.com
tpu.ru trafficfactory.biz
tracksz.co trafficmania.com
trafficnetzwerk.de trafficstars.com
trahic.ru traxdom.ru
turbabitload.weebly.com tv-spoty.info
tvnewsclips.info uasb.ru
twinderbella.com uchebavchehii.ru
ucsol.ru uggbootsoutletsale.us
ultimatesetnewfreeallsoftupgradesystems.pw ugguk.online
univerfiles.com ukrobstep.com
uprour.com umaseh.com
vacances-voyages.info undergroundcityphoto.com
vapeface.club unisexjewelry.org
urccvfmc.bloger.index.hr
usiad.net
vapsy.com
vchulkax.com
vclicks.net
vedomstvo.net
ventelnos.com ventelnos.com
viagra-soft.ru video-woman.com
viddyoze.com
video-hollywood.ru
video--production.com
viktoria-center.ru viktoria-center.ru
vipms.ru visionwell.com.cn
vitanail.ru visitcambridge.org
vkonche.com vizitki.net
vysigy.su vodaodessa.com
vzube.com voluumtracker1.com
watchinf.com vseuznaem.com
waysbetter.cn vzlom-na-zakaz.com
web.cvut.cz warning.or.kr
webadvance.club
webkeyit.com
webmasterhome.cn
website-speed-check.site
website-speed-up.site website-speed-up.site
webtherapy.ru weburlopener.com
weclipart.com wingsofrefuge.net
westen-v.life workle.website
westum.se wsgames.ru
wholesalejerseysgaa.com www.get-free-traffic-now.com
winwotgold.pl wyniki-lista.pl
wnoz.de x5market.ru
works.if.ua
writersgroup580.web.fc2.com
wttavern.com
ww1943.ru
wzgyyq.com
xcc24.pl
x-diesel.biz x-diesel.biz
xdoza.com xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai
xkaz.org xn--80aikhbrhr.net
x-musics.com xn--h1aakne2ba.xn--p1ai
xn-----6kcaabbafhu7cskl7akvongwpo7hvjj.xn--p1ai yebocasino.com
xn--80ab4aa2g.xn--p1ai youdao.com
xn--80ahvj9e.xn--p1ai yougetsignal.com
xn--80ak6aa92e.com yourothersite.com
xn--d1aifoe0a9a.top youtube-downloader.savetubevideo.com
xn--oogle-wmc.com youtuhe.com
xsion.net yuarra.pluto.ro
xtube.com
ynymnwbm.bloger.index.hr
yoshkarola.zrus.org
yourporngay.com
zaimite.ru zaimite.ru
zambini.ru zakazfutbolki.com
zapatosenventa.info zarabotok--doma.ru
zdesoboi.com zarenica.net
zed21.net
zeroredirect8.com
zeroredirect9.com
zigarettenonlinekaufen1.bloog.pl zigarettenonlinekaufen1.bloog.pl
zixizop.net.ru zootravel.com
znakomstva-moskva77.ru zverokruh-shop.cz
zona-aqua.ru
zoosexart.com
zs2vm.top
zvetki.ru

View file

@ -1,250 +1,250 @@
00author.com 7makemoneyonline.com
00webcams.com 7minuteworkout.com
acortarurl.es aad1f4acb0a373420d9b0c4202d38d94fa.com
adprotect.net abovetherivernc.com
adsloads.com adultfullhd.com
adult-shop.com.ua advokat-grodno.by
adultwebhosting.info agysya.ru
advertex.info alert.scansafe.net
affiliate-fr.com allfinweb.com
albamargroup.com alphahoverboards.com
alyeskaresort.com alyeskaresort.com
apiwebwebgetcom-a.akamaihd.net animali.deagostinipassion.it
apper.de anjalika.co.in
architecturebest.com apccargo.com
aviav.org apimegabrowsebiz-a.akamaihd.net
benchmarkcommunications.co.uk apisecretsaucebi-a.akamaihd.net
bestmarriages.com appleid-verification.com
bezsporno.ru a.pr-cy.ru
bioinnovate.co ap.senai.br
biznesrealnost.ru asiavirtualsolutions.com
blagovest-med.ru atelielembrancaqueencanta.com.br
bosman.pluto.ro autorn.ru
breastaugmentation.co.za azazaporn.com
buzzzg.men bbtec.net
bycontext.com best-way.men
callawaygolfoutlet.online bgviagrachrx.com
candlehandmade.com big-boards.info
cdncash.com blobar.org
bolezniorganov.ru
brainzpod.win
browserprotecter.com
buigas.00it.com
businesxxl.com
buypuppies.ca
c1.onedmp.com
camdolls.com
cartiertrinity.xyz
cdncash.org cdncash.org
cheap-trusted-backlinks.com checktext.org
choice-credit.ru chinese-amezon.com
christianlouboutinreplica.win club-samodelkin.ru
clodo.ru cntravelre.com
com-onlinesupport.site codq.info
compliance-jessica.top companies-catalog.com
compliance-walter.top compliance-checker.info
counciltally.com cool-wedding.net
cryptoswap.biz cornerstone-countertops.com
cyclobenzaprinevstizanidine.blogspot.com cougfan.info
czeshop.info covetnica.com
data-mining.tk crazyprotocol.com
data.vtc.pw crest-poloski.ru
dbmkfhqk.bloger.index.hr cyprusbuyproperties.com
design-lands.ru dame-ns.kz
dinkolove.ya.ru dataloading.net
directivepub.com davidovic.info
discountbarbour.online db.speedup.gdn
domain-submit.info deanmoore.ie
download-wallpaper.net dentalpearls.com.au
dvervmoskvu.ru deutschland123.de
e-avon.ru digitalassetmanagement.site
ecookna.com.ua duplicashapp.com
eduserver.net e-buyeasy.com
ekspresihati.info eduinfosite.com
election.interferencer.ru ege-essay.ru
etur.ru elektrozigaretten1.postbit.com
evaashop.ru enge-fotzen.info
evehemming.blogspot.com.au epicbrogaming.com
expolicenciaslatam.co e-poker-2005.com
erotik0049.com
esfchat.tk
extlinks.com extlinks.com
eyes-on-you.ga extrabot.com
facebook-mobile.xyz eyessurgery.ru
fatmaelgarny.com familyphysician.ru
filmfanatic.com fashion-mk.net
filmi-v.online femmesdenudees.com
fiverr.com fetroshok.ru
florida-tourism.net filesmonster.porn
freemags.cc finemanteam.com
freewareseek.com focalink.com
freshmac.space forex.osobye.ru
freza-sverlo.ru fotopop.club
fsalas.com freenom.link
fuckingawesome.com freshwallpapers.info
funnel.co.za frivgame250.com
gamingspark.com funnymama.com
gazobeton-p.com.ua gamedayassist.com
game-top.su
ge0ip.net
geile-lelly.eu geile-lelly.eu
golden-praga.ru getmyads24.com
goosefishpost.bid ghostvisitor.com
g.starmoe.xyz golmau.host.sk
guarrasdelporno.xxx gratis-sexkontakte.com
guod.me gsasearchengineranker.space
happy.new.yeartwit.com hatedriveapart.com
havepussy.com hd720kino.ru
hawaiielectriclight.com hothor.se
heartofbeijing.blogspot.com imagefinder.site
heroz.fr imgarcade.com
hobbyhuren-datenbank.com imperia31.ru
hotgirlhdwallpaper.com integritylandscapeservices.com
huimin764128.com intelhdgraphicsgtdrive6w.metroblog.com
hyipmanager.in intimshop-fantasy.ru
iamsport.org jasonpartington.com
igadgetsworld.com jwss.cc
iinstalll-fii1leis.jus0wil.pp.ua kanimage.com
iklysha.ml kareliatobacco.ru
images.gyffu.com kerch.site
imgarit.pw keywordblocks.com
impresagaia.it keywordsuggests.com
infodocsportal.com kimcurlrvsms.com
infostatsvc.com kovesszucs.atw.hu
intellekt21.ru krasivoe-hd.net
interfucks.net krassh.ru
interior-stickers.ru lafriore.ru
iradiology.ru larchik.net
iscblog.info letslowbefast.site
iskalko.ru liquimondo.com
ixora.pro liverpool.gsofootball.com
jerseychinabizwholesale.com love-baby.cz
johannesburgsingles.co.za machicon-akihabara.info
junglenet-a.akamaihd.net mactechinfo.info
kakablog.net magnetic-bracelets.ru
kenaba.su mecash.ru
keywordteam.net meddesk.ru
kino-filmi.com
kinoplen.ru
koleso24.com.ua
konpax.com
koral.se
kosmetyki.tm.pl
kostenlos-sexvideos.com
kuzinsp.ru
lancheck.net
lankarns.com
lapitec.eu
law-check-nine.xyz
lego4x4.ru
lenvred.org
lesbian.xyz
letolove.ru
lezbiyanki.net
linkbolic.com
linkwithin.com
lkbennettoutlet.online
lol-smurfs.com
lombia.com
mac-shield.com
mailemedicinals.com
maladot.com
mapquestz.us
medi-fitt.hu
megaindex.ru megaindex.ru
mini.7zap.com me-ke.com
mobot.site metallosajding.ru
mobstarr.com mobile-appster.ru
moesen-ficken.com moesen-ficken.com
moi-glazki.ru moscow-region.ru
monclercheap.xyz mp3films.ru
moviemail-online.co.uk musicdaddy.net
mrmoneymustache.com myanyone.net
mvpicton.co.uk myfreemp3.eu
mygameplus.ru mypornfree.ru
mypets.by newyorkhotelsmotels.info
na-telefon.biz notasprensa.info
naturalpharm.com.ua ntic.fr
nfljerseysforsalewholesaler.com oconto.ru
niki-mlt.ru olvanto.ru
obuv-kupit.ru online-x.ru
oralsexfilme.net oranga.host.sk
osagonline.ru orhonit.com
outshop.ru pawli.eu
paradontozanet.ru pensplan4u.com
pc4download.co pic2fly.com
pensplan.com piulatte.cz
php-market.ru playboyfiles.xblog.in
pijoto.net pl.id-forex.com
piluli.info pojdelo.weebly.com
pinsdaddy.com pons-presse.com
pizdeishn.com porn-w.org
pizza-tycoon.com pornzone.tv
polcin.de prefersurvey.net
pornosexrolik.com proekt-gaz.ru
porno-transsexuals.ru
portside.xyz
potoideas.us
pricheski-video.com
profitfx.online profitfx.online
profitsport.club promgirldresses.xyz
prostitutki-odessa.org puteshestvennik.com
qld10000.net q-moto.ru
recinziireale.com quick-seeker.com
remontgruzovik.ru rabot.host.sk
remont-mobile-phones.ru randalljhoward.com
responsinator.com randki-sex.com
robertefuller.com rednise.com
rockprogblog.com remont-comp-pomosh.ru
royal-investments.net remote-dba.de
ryetaw.com rentaremotecomputer.com
saddiechoua.com rewardpoll.com
santasgift.ml rp9.ru
sanyuprojects.com rubbed.us
sa-rewards.co.za sakhboard.ru
semaltmedia.com sammyweaver.com
seojokes.net saneitconsulting.com
seorankinglinks.com sbtdesign.co.uk
sexsearch.com scanner-nelson.top
sex-tracker.de scanner-willy.top
sexy-pings.com se.bnt-team.com
share-buttons-for-free.com seminarykansas904.ml
sicfor.bcu.cc seoexperimenty.ru
simple-image.com.ua serialsway.ucoz.ru
sizeplus.work servicecenter.co.ua
smallseotools.com sextracker.be
sockshare.net sexy-screen-savers.com
sodexo.com shoesonlinebuy.cn
sophang8.com shopperifymac.com
sosdepotdebilan.com shopwme.ru
spidtest.space smichovbike.cz
statoutlook.info sneakyboy.com
stockspmb.info spammen.de
storehouse.ua spywareit.com
stretchingabuckblog.com stickers-market.ru
strongholdsb.ru stockquotes.wooeb.com
sumo.com strigkaomsk.ru
swimpool.ca surflinksmedical.com
swinginwithme.ru swsociety.se
teguh.info syvertsen-da.no
telemetryverification.net tam-gde-more.ru
textads.men tds-advert002.info
tgtclick.com teslathemes.com
tizanidinestreetprice.blogspot.com thaismartloan.com
topappspro.com thelottosecrets.com
topbestgames.com thetattoohut.com
u555u.info tiandeural.ru
ukkelberg.no tizanidinehcl2mgtablet.blogspot.com
urlcut.ru tizanidineshowupondrugtest.blogspot.com
urlopener.com tizanidinesleepaid.blogspot.com
uzungil.com token-lab.org
validdomain.xyz torrent-to-magnet.com
vandrie-ict.nl tracfone.com
veles.shop tradgardspartner.se
videochat.life trafficnetzwerk.de
videochat.mx trafficstars.com
vip2ch.com trahvid.com
volgograd.xrus.org triumf-realty.ru
voluumtracker1.com truebeauty.cc
voronezh.xrus.org tupper-posuda.ru
w3data.co twiclub.in
warezaccess.com uac.net.au
website-speed-up.top uhdtv.website
wholinkstome.com underthesite.com
woodyguthrie.se urengoy.pro
x-lime.net videochat.world
xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai videositename.com
xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai vietimgy.pw
xxart.ru villakohlanta.nu
youghbould.wordpress.com vksaver-all.ru
zapiszto.pl voltrknc1.com
zebradudka.com webadvance.club
zed21.net websitevaluebot.com
zigzog.ru westen-z.life
wleuaprpxuvr.ga
woman-orgasm.ru
x-diesel.com
xep.info
xev.ru
xn-----8kcatubaocd1bneepefojs1h2e.xn--p1ai
xn--b1ag5cfn.xn--p1ai
x-porno.video
x-stars.ru
xtubeporno.net
xvideosporn.biz
yoshkarola.zrus.org
youbloodyripper.com
youradulthosting.com
youtuhe.com
yubikk.info
zdesoboi.com
zs2vm.top

View file

@ -1,11 +1,21 @@
<html> <!DOCTYPE html>
<html>
<head>
<title>Welcome to NginX</title>
</head>
<body>
<div align=center>
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><html>
<head><title>503 Service Temporarily Unavailable</title></head> <head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white"> <body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center> <center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center> <hr><center>nginx/1.14.2</center>
</body> </body>
</html> </html>
l> <html>
<head><title>503 Service Temporarily Unavailable</title></head> <head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white"> <body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center> <center><h1>503 Service Temporarily Unavailable</h1></center>

View file

@ -5,7 +5,7 @@
<hr><center>nginx/1.14.2</center> <hr><center>nginx/1.14.2</center>
</body> </body>
</html> </html>
l> <html>
<head><title>503 Service Temporarily Unavailable</title></head> <head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white"> <body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center> <center><h1>503 Service Temporarily Unavailable</h1></center>

View file

@ -1,2 +1,2 @@
35.188.73.34 0; 35.184.96.71 0;
127.0.0.1 0; 127.0.0.1 0;

Binary file not shown.

Binary file not shown.

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V4.2019.07.1729 #### Version: V4.2019.07.1730
#### Bad Referrer Count: 6717 #### Bad Referrer Count: 6717
#### Bad Bot Count: 556 #### Bad Bot Count: 556
____________________ ____________________

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V4.2019.07.1729 #### Version: V4.2019.07.1730
#### Bad Referrer Count: 6717 #### Bad Referrer Count: 6717
#### Bad Bot Count: 556 #### Bad Bot Count: 556
____________________ ____________________

View file

@ -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: V4.2019.07.1729 #### Version: V4.2019.07.1730
#### Bad Referrer Count: [6717](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list) #### Bad Referrer Count: [6717](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad Bot Count: [556](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list) #### Bad Bot Count: [556](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
____________________ ____________________

View file

@ -3,7 +3,7 @@
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM # EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
_______________ _______________
#### Version: V4.2019.07.1729 #### Version: V4.2019.07.1730
#### Bad Referrer Count: 6717 #### Bad Referrer Count: 6717
#### Bad Bot Count: 556 #### Bad Bot Count: 556
____________________ ____________________

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1729 ### Version: V3.2019.07.1730
### Updated: Tue Jul 2 10:45:23 SAST 2019 ### Updated: Tue Jul 2 11:39:49 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:22 SAST 2019 ### Updated: Tue Jul 2 11:39:48 SAST 2019
### Bad Referrer Count: 6717 ### Bad Referrer Count: 6717
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -6,8 +6,8 @@
### Version Information # ### Version Information #
################################################### ###################################################
### Version: V4.2019.07.1729 ### Version: V4.2019.07.1730
### Updated: Tue Jul 2 10:45:25 SAST 2019 ### Updated: Tue Jul 2 11:39:50 SAST 2019
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################
### Version Information ## ### Version Information ##