V4.2019.07.1747 [ci skip]

This commit is contained in:
Travis 2019-07-04 09:50:50 +02:00
parent 35c982cb50
commit 21d4eca082
61 changed files with 1191 additions and 1198 deletions

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1746 ### Version: V3.2019.07.1747
### Updated: Thu Jul 4 09:09:17 SAST 2019 ### Updated: Thu Jul 4 09:38:26 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.224.112.202 1; 35.192.85.2 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.224.112.202 0; 35.192.85.2 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.1746 ### Version: V3.2019.07.1747
### Updated: Thu Jul 4 09:09:17 SAST 2019 ### Updated: Thu Jul 4 09:38:26 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.224.112.202 1; 35.192.85.2 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.224.112.202 0; 35.192.85.2 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.1746 ### Version: V3.2019.07.1747
### Updated: Thu Jul 4 09:09:17 SAST 2019 ### Updated: Thu Jul 4 09:38:26 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.224.112.202 1; 35.192.85.2 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,2 +1,2 @@
35.224.112.202 0; 35.192.85.2 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.1746 ### Version: V3.2019.07.1747
### Updated: Thu Jul 4 09:09:17 SAST 2019 ### Updated: Thu Jul 4 09:38:26 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1746 ### Version: V3.2019.07.1747
### Updated: Thu Jul 4 09:09:17 SAST 2019 ### Updated: Thu Jul 4 09:38:26 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,13 +1,4 @@
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#user html; #user html;
worker_processes 1; worker_processes 1;
@ -35,6 +26,15 @@ http {
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,13 +1,4 @@
# For more information on configuration, see: # For more information on configuration, see:
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
# * Official English Documentation: http://nginx.org/en/docs/ # * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/
@ -32,6 +23,15 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,13 +1,4 @@
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#user nginx; #user nginx;
worker_processes 1; worker_processes 1;
@ -47,6 +38,15 @@ http {
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,13 +1,4 @@
user www-data; user www-data;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
@ -24,6 +15,15 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,13 +1,4 @@
user www-data; user www-data;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf; include /etc/nginx/modules-enabled/*.conf;
@ -25,6 +16,15 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,13 +1,4 @@
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#user html; #user html;
worker_processes 1; worker_processes 1;
@ -35,6 +26,15 @@ http {
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,13 +1,4 @@
# For more information on configuration, see: # For more information on configuration, see:
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
# * Official English Documentation: http://nginx.org/en/docs/ # * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/
@ -32,6 +23,15 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,13 +1,4 @@
# For more information on configuration, see: # For more information on configuration, see:
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
# * Official English Documentation: http://nginx.org/en/docs/ # * Official English Documentation: http://nginx.org/en/docs/
# * Official Russian Documentation: http://nginx.org/ru/docs/ # * Official Russian Documentation: http://nginx.org/ru/docs/
@ -32,6 +23,15 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,13 +1,4 @@
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#user nginx; #user nginx;
worker_processes 1; worker_processes 1;
@ -47,6 +38,15 @@ http {
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -1,13 +1,4 @@
user www-data; user www-data;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
@ -24,6 +15,15 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,13 +1,4 @@
user www-data; user www-data;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
worker_processes auto; worker_processes auto;
pid /run/nginx.pid; pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf; include /etc/nginx/modules-enabled/*.conf;
@ -25,6 +16,15 @@ http {
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
tcp_nodelay on; tcp_nodelay on;
keepalive_timeout 65; keepalive_timeout 65;
types_hash_max_size 2048; types_hash_max_size 2048;

View file

@ -1,13 +1,4 @@
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#user html; #user html;
worker_processes 1; worker_processes 1;
@ -35,6 +26,15 @@ http {
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
#keepalive_timeout 0; #keepalive_timeout 0;
keepalive_timeout 65; keepalive_timeout 65;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

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

View file

@ -1,2 +1,2 @@
35.193.7.13 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.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

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

View file

@ -1,2 +1,2 @@
35.193.7.13 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.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

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

View file

@ -1,2 +1,2 @@
35.193.7.13 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.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -46,4 +46,4 @@
# - 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.184.96.71 0; 35.184.96.71 0;
35.188.1.99 0; 35.224.112.202 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### 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.85.2 0; 35.188.1.99 0;
35.193.7.13 0; 104.154.120.187 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,5 +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
35.184.226.236 0;
35.202.145.110 0;
104.154.120.187 0; 104.154.120.187 0;
35.193.7.13 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -45,6 +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.85.2 0;
35.184.226.236 0;
104.154.120.187 0; 104.154.120.187 0;
35.224.112.202 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -1,2 +1,2 @@
35.224.112.202 1; 35.192.85.2 1;
127.0.0.1 1; 127.0.0.1 1;

View file

@ -1,10 +1,10 @@
Aboundexbot Bolt
Battleztar Bazinga BuiltWith
Bitacle crawler4j
crawl.sogou.com Exabot
Jorgee MauiBot
Mag-Net Nimbostratus
PyCurl Upflow
RedesScrapy WebFetch
Siphon webmeup-crawler
WWW-Mechanize ZumBot

View file

@ -1,250 +1,250 @@
360Spider 360Spider
404checker 404checker
Aboundex Abonti
Aboundexbot AhrefsBot
ADmantX AiHitBot
Aipbot
Alexibot Alexibot
Alligator AllSubmitter
AlphaBot
Anarchie
archive.org_bot
ASPSeek
Asterias
Attach Attach
autoemailspider autoemailspider
BackDoorBot BackDoorBot
Backlink-Ceck Backlink-Ceck
backlink-check
BackStreet BackStreet
Bandit Bandit
BDFetch Barkrowler
BetaBot BatchFTP
Bigfoot Bigfoot
Bitacle
Blackboard Blackboard
BLEXBot Blow
BlowFish BotALot
Bolt
Brandprotect
Brandwatch Brandwatch
Buddy Buddy
BuiltBotTough BuiltBotTough
BuiltWith BuiltWith
Bullseye
BunnySlippers BunnySlippers
Cegbfeieh Calculon
CheeseBot CCBot
CherryPicker CheTeam
Chlooe Claritybot
Cogentbot coccocbot-web
cognitiveseo cognitiveseo
Collector
com.plumanalytics com.plumanalytics
CopyRightCheck Copyscape
Cosmos
crawler.feedback crawler.feedback
Custo crawl.sogou.com
DBLBot Crescent
Curious
DatabaseDriverMysqli
Demon Demon
Deusu Deusu
Digincore Digincore
DigitalPebble
DIIbot DIIbot
Disco Dirbuster
Discobot Discobot
DomainAppender DittoSpyder
DomainSigmaCrawler DnyzBot
Dotbot
Download Wonder
Dragonfly
Drip
Ecxi Ecxi
EirGrabber EirGrabber
EMail Siphon EMail Siphon
EMail Wolf
EroCrawler EroCrawler
FDM Evil
FemtosearchBot ExtractorPro
Firefox/7.0 Extreme Picture Finder
EyeNetIE
Ezooms
FlashGet FlashGet
Flunky
Foobot
Freeuploader
FrontPage FrontPage
FyberSpider Fyrebot
GalaxyBot Genieo
GetRight Getintent
G-i-g-a-b-o-t Go-Ahead-Got-It
Gotit
GoZilla
Go!Zilla Go!Zilla
Grafula Grafula
GrapeFX GrapeFX
GrapeshotCrawler GrapeshotCrawler
GridBot Haansoft
HaosouSpider
Harvest
Hloader Hloader
HTMLparser
HTTrack
Humanlinks
HybridBot
Iblog
Id-search Id-search
Image Fetch
Image Sucker Image Sucker
IndeedBot InfoNaviRobot
Indy Library
instabid instabid
Intelliseek Internet Ninja
InternetSeer JennyBot
IstellaBot
JamesBOT
Jbrofuzz
JetCar JetCar
JikeSpider Jetty
JOC Web Spider JOC Web Spider
Joomla
Jorgee Jorgee
Jyxobot Kenjin Spider
Keyword Density Keyword Density
Kozmosbot Kozmosbot
LeechFTP Lanshanbot
LexiBot
Lftp Lftp
LibWeb
Lightspeedsystems
Likse Likse
Linkdexbot LinkextractorPro
LinkpadBot
LinkWalker
Lipperhey
Lipperhey Spider
Litemage_walker Litemage_walker
LNSpiderguy Lmspider
lwp-trivial Ltx71
Magnet Magnet
Mag-Net Mag-Net
magpie-crawler magpie-crawler
Mail.RU_Bot Majestic12
MarkMonitor MarkMonitor
MarkWatch
Masscan Masscan
Mass Downloader
Mata Hari Mata Hari
meanpathbot
Meanpathbot Meanpathbot
MeanPath Bot
Mediatoolkitbot Mediatoolkitbot
mediawords Microsoft Data Access
MIIxpc
Mister PiX Mister PiX
MJ12bot
Mojeek Mojeek
Mr.4x3 Mr.4x3
Msrabot MSIECrawler
MS Web Services Client Protocol
muhstik-scan muhstik-scan
Musobot Name Intelligence
Nameprotect Nameprotect
Navroad NearSite
Needle
Nessus Nessus
NetAnts
Netcraft
netEstate NE Crawler netEstate NE Crawler
Netvibes NetLyzer
NetZIP NetSpider
NextGenSearchBot NICErsPRO
Niki-bot NimbleCrawler
Nikto Ninja
Nmap Nmap
oBot Nutch
Octopus Offline Explorer
Offline Navigator Offline Navigator
OnCrawl OpenLinkProfiler
Openvas
OrangeBot OrangeBot
Page Analyzer OutclicksBot
OutfoxBot
PageAnalyzer
PageGrabber PageGrabber
PageScorer PageScorer
pcBrowser Pandalytics
PECL::HTTP Panscient
PHPCrawl Papa Foto
Picsearch PeoplePal
PictureFinder
Pimonster
Pixray Pixray
POE-Component-Client-HTTP Pockey
Probethenet Probethenet
Pump Pump
PxBroker PxBroker
PyCurl PyCurl
Quick-Crawler
RankActive
RankActiveLinkBot RankActiveLinkBot
RankFlex RankingBot2
RankingBot Rankivabot
RankurBot RealDownload
Reaper Reaper
RebelMouse RebelMouse
ReGet ReGet
RocketCrawler
Rogerbot Rogerbot
SalesIntelligent
SBIder
ScoutJet
Scrapy Scrapy
Screaming Searchestate
Semrush SearchmetricsBot
SemrushBot SemrushBot
SEOprofiler seoscanners
SeoSiteCheckup
SEOstats SEOstats
sexsearcher sexsearcher
Siphon
SISTRIX
SiteExplorer SiteExplorer
Siteimprove
SiteLockSpider SiteLockSpider
SiteSucker SiteSnagger
Sitevigil
SlySearch SlySearch
SmartDownload SMTBot
Snapbot
Snoopy
SocialRankIOBot
Sociscraper
Sogou web spider Sogou web spider
Sottopop
SpaceBison SpaceBison
SpankBot SpankBot
sp_auditbot
Spbot Spbot
SputnikBot Sqlmap
Sqlworm Sqlworm
Steeler Sqworm
Sucker
Sucuri Sucuri
SuperBot
SurveyBot
Suzuran Suzuran
Swiftbot Swiftbot
Teleport Teleport
TeleportPro TeleportPro
Telesphorep Telesphoreo
Toweyabot Thumbor
Toata
Trendiction Trendiction
Trendictionbot True_Robot
Turingos
Turnitin Turnitin
TurnitinBot TurnitinBot
Twice Twice
Typhoeus Typhoeus
UnisterBot
Upflow
URLy Warning URLy Warning
Vagabondo URLy.Warning
VeriCiteCrawler VB Project
Virusdie
VoidEYE VoidEYE
Wallpapers/3.0 Wallpapers/3.0
WallpapersHD WBSearchBot
WebAuto WebCollage
Web Auto WebCopier
Web Collage
WEBDAV WEBDAV
WebEnhancer
Web Enhancer Web Enhancer
WebFetch
Web Fetch Web Fetch
WebFuck
Web Fuck
WebLeacher WebLeacher
WebReaper WebmasterWorldForumBot
WebSauger webmeup-crawler
Webshag WebPix
Web Pix
WebsiteExtractor
WebsiteQuester WebsiteQuester
Webster Website Quester
WebStripper WebStripper
WebSucker
WebWhacker WebWhacker
WebZIP WebZIP
Who.is Bot WeSEE
Widow Whacker
WinHTTrack
WiseGuys Robot
Wonderbot
Woobot Woobot
WPScan Wprecon
WWW-Collector-E WWW-Collector-E
WWW-Mechanize
WWW::Mechanize WWW::Mechanize
WWWOFFLE WWWOFFLE
xpymep1.exe
YoudaoBot
Zade
Zauba Zauba
Zermelo Zermelo
zgrab zgrab
Zitebot Zitebot
ZmEu ZumBot
ZyBorg

View file

@ -1,250 +1,250 @@
404enemy 404enemy
Abonti 80legs
Aboundex
Acunetix
ADmantX
AfD-Verbotsverfahren AfD-Verbotsverfahren
AIBOT
AiHitBot AiHitBot
Alligator Aipbot
Anarchie archive.org_bot
ASPSeek Asterias
Attach autoemailspider
BackStreet BackDoorBot
Backlink-Ceck
backlink-check
BackWeb
Badass
Barkrowler Barkrowler
Battleztar Bazinga Battleztar Bazinga
BBBike BBBike
BDCbot BDCbot
BDFetch BDFetch
Bitacle Blackboard
BLEXBot Black Hole
Boardreader BlackWidow
Blow
BlowFish
BotALot BotALot
Brandprotect Brandwatch
BunnySlippers BuiltBotTough
Bullseye
BuzzSumo BuzzSumo
Calculon Cegbfeieh
CATExplorador
CherryPicker
CheTeam
ChinaClaw
Chlooe Chlooe
Claritybot Claritybot
Cliqzbot Cliqzbot
Cloud mapping Cloud mapping
coccocbot-web coccocbot-web
Cogentbot cognitiveseo
Collector
com.plumanalytics com.plumanalytics
Copier
CopyRightCheck CopyRightCheck
Cosmos
Craftbot
crawler4j crawler4j
crawl.sogou.com crawl.sogou.com
CrazyWebCrawler Crescent
CrunchBot Curious
Custo
DatabaseDriverMysqli DatabaseDriverMysqli
DataCha0s DataCha0s
DBLBot
demandbase-bot
Demon
Deusu Deusu
Devil DIIbot
Digincore Dirbuster
Discobot
DittoSpyder
DomainAppender DomainAppender
DomainCrawler
DomainSigmaCrawler
DomainStatsBot
Dotbot Dotbot
Download Wonder
DSearch DSearch
EasyDL
eCatch eCatch
ECCP/1.0 Ecxi
EirGrabber
EMail Siphon EMail Siphon
EroCrawler EMail Wolf
Evil evc-batch
Exabot Exabot
Express WebPictures Express WebPictures
ExtLinksBot ExtLinksBot
Extractor
ExtractorPro
EyeNetIE
Ezooms
facebookscraper facebookscraper
FlashGet FDM
Flunky FHscan
Fimap
Foobot
Fyrebot
GalaxyBot GalaxyBot
Genieo Genieo
GermCrawler
Getintent
GetRight GetRight
Gigablast GetWeb
Gigabot Gotit
G-i-g-a-b-o-t
Go-Ahead-Got-It
Go!Zilla Go!Zilla
Grafula Grafula
GridBot GrapeFX
GT::WWW GrapeshotCrawler
Haansoft
Harvest Harvest
HEADMasterSEO HEADMasterSEO
Heritrix Heritrix
HMView Hloader
HTTP::Lite HTTP::Lite
HTTrack
Humanlinks Humanlinks
HybridBot
Iblog Iblog
IDBot
Id-search Id-search
Image Fetch IlseBot
Indy Library Indy Library
InfoTekies
instabid instabid
InterGET Intelliseek
Internet Ninja InternetSeer
internetVista monitor internetVista monitor
ips-agent
Iria Iria
Iskanie IRLbot
IstellaBot
JennyBot JennyBot
JetCar
Jetty
Joomla Joomla
Jorgee JustView
Keyword Density Kenjin Spider
Lanshanbot Kozmosbot
Larbin Larbin
LeechFTP LeechFTP
LexiBot
Libwhisker Libwhisker
Lightspeedsystems
Likse
Linkdexbot
LinkextractorPro LinkextractorPro
LinkpadBot LinkpadBot
LinkWalker LinkScan
LinqiaMetadataDownloaderBot
LinqiaRSSBot LinqiaRSSBot
Lipperhey Lipperhey
Lipperhey Spider
Lmspider
LWP::Simple
lwp-trivial lwp-trivial
Mag-Net Majestic SEO
Mail.RU_Bot MarkMonitor
Masscan MarkWatch
Mata Hari
Meanpathbot Meanpathbot
Mediatoolkitbot Mediatoolkitbot
Microsoft URL Control Microsoft Data Access
MIDown tool MIDown tool
Mister PiX Mister PiX
Mojeek MJ12bot
Morfeus Fucking Scanner Msrabot
MS Web Services Client Protocol MS Web Services Client Protocol
muhstik-scan muhstik-scan
Musobot Musobot
Nameprotect
Navroad Navroad
NetAnts Needle
netEstate NE Crawler netEstate NE Crawler
NetMechanic
NetSpider NetSpider
Nettrack
Netvibes Netvibes
NICErsPRO NetZIP
Niki-bot Niki-bot
Ninja Nikto
NimbleCrawler
NPbot
Nutch Nutch
Octopus oBot
Offline Explorer OnCrawl
Offline Navigator
Openvas Openvas
OpenVAS OpenVAS
OrangeSpider
OutclicksBot
PageAnalyzer
page scorer
PageScorer PageScorer
Papa Foto Pandalytics
Pavuk
pcBrowser
PECL::HTTP PECL::HTTP
PeoplePal PeoplePal
PHPCrawl PHPCrawl
Picscout Picsearch
PictureFinder
Pimonster
Pi-Monster Pi-Monster
PleaseCrawl Pixray
POE-Component-Client-HTTP ProWebWalker
ProPowerBot PyCurl
Pump
RankFlex RankFlex
RankingBot2 Rankivabot
RankurBot RankurBot
RealDownload RealDownload
Reaper
RebelMouse
Recorder Recorder
RepoMonkey RedesScrapy
ReGet
Ripper Ripper
Rogerbot
SalesIntelligent SalesIntelligent
Scanbot
ScoutJet ScoutJet
Searchestate
SearchmetricsBot
SEOkicks
SEOlyticsCrawler SEOlyticsCrawler
Seomoz
SEOprofiler SEOprofiler
seoscanners seoscanners
sexsearcher SeoSiteCheckup
Siphon SEOstats
SISTRIX Shodan
Sitebeam SiteExplorer
SiteLockSpider SiteSucker
Site Sucker Sitevigil
SlySearch SlySearch
SmartDownload
SMTBot SMTBot
Snapbot
Snoopy
SocialRankIOBot
Sottopop
SpaceBison
Spammen
SpankBot
sp_auditbot
Spinn3r Spinn3r
SputnikBot spyfu
Sqlworm Sqworm
Steeler Steeler
Stripper Stripper
SurveyBot Suzuran
Szukacz T0PHackTeam
T8Abot
tAkeOut tAkeOut
Teleport
TeleportPro TeleportPro
Telesoft Telesphorep
The Intraformant The Intraformant
TheNomad Thumbor
TightTwatBot
Titan Titan
Toata
Toweyabot
Tracemyfile
Trendiction
Trendictionbot
trendiction.com trendiction.com
trendiction.de trendiction.de
True_Robot Twice
Turingos Typhoeus
Turnitin UnisterBot
TwengaBot
Upflow
Vacuum Vacuum
Vagabondo
VCI
VeriCiteCrawler VeriCiteCrawler
Virusdie VidibleScraper
VoidEYE Wallpapers/3.0
Voltron WASALive-Bot
WallpapersHD
Webalta
Web Auto Web Auto
Web Collage Web Collage
WebEnhancer
Web Enhancer Web Enhancer
WebFetch WebFetch
Web Fetch
WebFuck
Web Fuck Web Fuck
WebLeacher WebGo IS
WebmasterWorldForumBot WebSauger
webmeup-crawler
WebPix
WebReaper
Webshag Webshag
WebsiteQuester
Website Quester Website Quester
Webster Webster
WebStripper WebStripper
WebWhacker WebSucker
Web Sucker
WeSEE WeSEE
WPScan Widow
WWW-Collector-E WinHTTrack
WWW-Mechanize WiseGuys Robot
Woobot
Wotbox
Wprecon
WWW::Mechanize
x09Mozilla
x22Mozilla
Zade
zauba.io
Zitebot
ZumBot
ZyBorg

View file

@ -1,10 +1,10 @@
brains2.biz canacopegdl.com
citysecurity.nu dogbreedspicture.net
img.wallpaperstock.net fickblock18.com
long-beach-air-conditioning.com growshop.es
mowser.com justprofit.xyz
nordstar.pro knogg.net
shemalegalls.blogporn.in larger.io
stpicks.com meet-flirt-dating.com
stretchmate.net privat-girl.net
usacasino.com toloka.hurtom.com

View file

@ -1,500 +1,500 @@
00it.com 12masterov.com
101billion.com 1-free-share-buttons.com
123any.com 300richmond.co.nz
2x2fan.ru 3weekdiet.com
40cg.com 4istoshop.com
4kepics.com 5ws.dating-app.ru
4kplayer.pl 6128786.com
7minuteworkout.com 72-news.com
8si.ru a14download.com
a1security.com.ua a96527gi.beget.tech
aa08daf7e13b6345e09e92f771507fa5f4.com aa81bf391151884adfa3dd677e41f94be1.com
abiente.ru abbanreddy.com
acc.eu.org actices.com
addray.pro actulite.com
adelly.bg adconscious.com
admeasures.com adimmix.com
adnotbad.com
adprotect.net
ads.gold ads.gold
adsland.men adssafeprotected.com
adtech.fr
adultmeetonline.info adultmeetonline.info
adultnet.in afora.ru
advokateg.xyz agecheckadult.com
affordablewebsitesandmobileapps.com agroeconom.kz
afftrack001.com aihelen.net
ahrntal.verymes.xyz airlandsea.info
akvamaster.dp.ua albuteroli.com
albumsuper.info alert-hgd.xyz
allblogroll.com alert-jdh.xyz
alphaforum.ru alfa-medosmotr.ru
amyfoxfitness.com all4wap.ru
anabolics.shop amehdaily.com
anti-virus-removal.info ampower.me
apifasterlightin-a.akamaihd.net appartement-stumm.at
apiholdingmypage-a.akamaihd.net appiq.mobi
apimegabrowsebiz-a.akamaihd.net ap.senai.br
apimountainbikei-a.akamaihd.net arcadepages.com
api.stathat.com arclk.net
app5.letmacworkfaster.world articlesdirectoryme.info
apps-analytics.net artparquet.ru
arabseyes.com asdfg.pro
arenda-avtoprokat-krasnodar.ru asdfz.pro
arendas.net
arkartex.ru
arkkivoltti.net
arraty.altervista.org
asia-forum.ru asia-forum.ru
asrv-a.akamaihd.net audiobangout.com
asrvvv-a.akamaihd.net audiofree.ru
autowebmarket.com.ua autoplate.info
aviapanda.ru aviav.eu
avramstroy.ru ayodhya.co
azartmix.com azbukadiets.ru
azbaseimages.net baditri.com
babosas.com baikaleminer.com
babs.com.ua balla-boo.se
babyguns.ru bambi.ck.ua
backgroundpictures.net bard-real.com.ua
balkanfarma.org bbtec.net
bannerswap.com beachpics.com
beatifullandscape.co beauby.ru
beclean-nn.ru becuo.com
bedcapdealers.com beget.tech
bestchoice.cf best-coupon-offer.com
bestdooz.com
bestplacetobuyeriacta.jw.lt bestplacetobuyeriacta.jw.lt
best-seo-offer.com best-seo-offer.com
bestserials.com best-seo-software.xyz
bestsexyblog.com besttorrentknifta.weebly.com
bestwaystogetpaid.us betterhdporn.com
bestwebsiteawards.com
bestwebsitesawards.com
betwinservice.com
bezlimitko.xyz
bg6s0.com
bidr.trellian.com
bigames.online bigames.online
biketank.ga bimatoprost-careprost.com.ua
binaryoptionscops.info biographiya.com
bitporno.sx bird1.ru
blackcurranthumidifiers.site
blogs.rediff.com
blpmovies.com
bluerobot.info
bocoarchives.org bocoarchives.org
bonkers.name boeuklad.com
bookmark4you.com bonzibuddi.com
brains2.biz bosman.pluto.ro
brainsandeggs.blogspot.com braindaily.xyz
bravegirlsclub.com b-styles.xyz
buyclomidonlaine.com bugof.gq
buyessaynow.biz buntube.net
buyk.host.sk businescoop.men
buzzzg.men buytizanidineonline.blogspot.com
bvlgaribracelet.xyz buzzurl.jp
bytimedance.ru camdolls.com
camdenmemorials.com cand.jp
canvas.gloverid.site capture-room.com
carstrends2015.com cartierbraceletsreplica.pw
casinorewards.info cartierlove2u.xyz
cartiertrinity.xyz
caulderwoodkennels.com
cbcseward.com
c-gainsbourg.com c-gainsbourg.com
cheapestjerseysonwholesale.com chatroulette.life
checktext.org checkm8.com
chorus.terakeet.com chidporn.com
chuckguilford.com cialischsrx.com
cialgenisrx.com cibpenonptib.flu.cc
cialischstgerts.com circlesl.com
citizenclsdriveri7.pen.io cityadspix.com
clickbanksites.info citysecurity.nu
clickpapa.com cjs.com.ru
clickzzs.nl clmforexeu.com
coindirect.io
coldfilm.ru
cometorussia.net
comissionka.net comissionka.net
compliance-brian.xyz compliance-alex.top
compliance-george.xyz compliance-barak.top
compliance-irvin.top compliance-donald.xyz
concordexoticrentals.com compliance-ivan.xyz
contextualyield.com compliance-john.top
coolgamechannel.com cookielawblog.wordpress.com
copyrightclaims.org cookie-law-enforcement-ee.xyz
covadhosting.biz cordstrap.cc
crest-poloski.ru cottageofgrace.com
custodieva.ru country-chic.ru
dangphoto.trade dalavia.ru
dengi-pod-zalog-nedvizhimosti.ru darkages.info
digilander.libero.it data-mining.tk
dignitasdata.se dawlenie.com
divku.ru degerlund.net
dogsrun.net dellalimov.com
dosug-lux.ru dfwu1019.info
drunkmoms.net digitalassetmanagement.site
dyt.net dildofotzen.net
eandsgallery.com dirtpics.pw
educontest.net divisioncore.com
ege-essay.ru djonwatch.ru
dms-sw.ru
dnsrsearch.com
dodlive.mil
domaincheck.io
domznaniy.ru
downloadmefiranaratb1972.xpg.com.br
doyouknowtheword-flummox.ml
drhomes.biz
drpornogratisx.xxx
dvrlists.com
easync.io
ekn-art.se
eldiariodeguadalajara.com
elektir.ru
elektrischezigarette1.blog.pl
elektrischezigaretten1.blogse.nl
elektronischezigarettekaufen1.myblog.de
elmacho.xyz
elmifarhangi.com elmifarhangi.com
elvenar.com el-nation.com
en.home-task.com eshop4u.jp
ero-advertising.com essay-edu.biz
erotikchat-24.com everypony.ru
euronis-free.com excaliburfilms.com
evaashop.ru exchangeit.gq
extlinks.com executehosting.com
extrabot.com facecup.top
ezigarettekaufen2.mpbloggar.se fba-mexico.com
ezigaretteshop2.mywapblog.com ff30236ddef1465f88547e760973d70a.com
ezigaretteshop2.vefblog.net findsexguide.com
factorynightclub.com firma-legion.ru
falopicm.pw flex4launch.ru
fanoboi.com forum69.info
fatfasts-4tmz.com forum.poker4life.ru
feel-planet.com fotoxxxru.com
filmetricsasia.com foxydeal.com
fitness-video.net frbizlist.com
flash4fun.com free-traffic.xyz
flauntyoursite.com freshberry.com.ua
formseo.com frivgame250.com
forums.toucharcade.com frustrated-favorable.gq
foxweber.com fuckmill.com
freenode.info gambarkatabaru.com
free-share-buttons.top gamblingnerd.com
freeuploader.com gay.adultgalls.com
front.ru gaygalls.net
fxgallery.com gazporno.com
gabeshop.ru
gamebackyard.com
gameplexcity.com
games.kolossale.ru
gateway.zscalerone.net
gay-file.com
gazobeton-p.com.ua
gdebestkupit.ru
geckoandfly.com geckoandfly.com
gelezki.com gemgrab-a.akamaihd.net
get-free-social-traffic.com get-free-social-traffic.com
getoutofdebtfree.org getmiro.com
gheus.altervista.org ghernnqr.skyrock.com
girlgamerdaily.com gigablast.com
given2.com gogalleryawesome.com
gkvector.ru golmau.host.sk
go2album.com good-mummy.ru
gojiberriess.apishops.ru goodnightjournal.com
goldadpremium.com googlepositions.com
goodhousekeeping.com goo.ne.jp
graphicwe.org goosefishpost.bid
grupografico-pilar.com.ar graphid.com
gta-top.ru greatzip.com
guge.io gsasearchenginerankerhelp.com
hdwalls.xyz gsasearchengineranker.xyz
health-medical-portal.info guarrasdelporno.xxx
heartofbeijing.blogspot.com gwagka.com
hem.passagen.se h2monline.com
hermesreplica.win handicapbathtubarea.com
hesteel.pl hayate.biz
hit-men.men hdpixent.com
hkladys.com hdxnxxtube.mobi
hmywwogw.bloger.index.hr headpharmacy.com
howtoclean.club headpress.ru
howtowhitenteethfast.xyz healing-dysplasia.ru
hulfingtonpost.com hermesreplica.pw
humanelydrew.com homemature.net
husky-shop.cz hoste.octopis.com
id-forex.com hotblog.top
imagui.eu housekuba.org
hptwaakw.blog.fc2.com
https-legalrc.biz
hubbble.com
huimin764128.com
hyhj.info
ido3.com
ifirestarter.ru
images-free.net
imgata.com imgata.com
import-sales.com impisr.edunsk.ru
insider.pro indiasourcemart.in
investmac.com infokonkurs.ru
invest-pamm.ru informatiecentro.be
investsuccess.org inome.com.ua
iscblog.info insomniagamingfestival.com
istanbulit.com intelhdgraphicsgtdrive6w.metroblog.com
itbc.kiev.ua intellektmedia.at
iusstf.org ipornox.xxx
ivoiretechnocom.ci iqbazar.ru
jav-way.site iweblist.info
jerseychinabizwholesale.com izismile.com
jerseysbizwholesalecheap.com james13prix.info
jongose.ninja jamiembrown.com
jose.mulinohouse.co javrip.net
jwss.cc jaxcube.info
kalandranis.gr justprofit.xyz
kandidos.com kabbalah-red-bracelets.com
kareliatobacco.ru kartiniresto.com
kazan.zrus.org keyhantercume.com
kazrent.com keywordglobal.co.za
keywesthideaways.co keywords-monitoring-your-success.com
kinosed.net khafre.us
kiwe-analytics.com kinobaks.com
klejonka.info kinoplen.ru
konpax.com kinopolet.net
kustanay.kz kiprinform.com
kvartiry-remont.ucoz.ru kladrus.ru
lacapilla.info koleso24.com.ua
lacasamorett.com kollesa.ru
laserpen.club konoplisemena.com
laudit.ru kosova.de
letsart.ru krasnodar-avtolombards.ru
letslowbefast.site kurbappeal.info
li-er.ru labelwater.se
likrot.com lafourmiliaire.com
linkbuddies.com languagecode.com
linksharingt.com laparfumotec.com
lion.playtap.us larose.jb2c.me
lirunet.ru law-check-two.xyz
lisque.batcave.net ledpolice.ru
livejasmin.com lenvred.org
liver-chintai.org lernur.net
lsex.xyz letolove.ru
luxup.ru linkrr.com
m3gadownload.pl liquimondo.com
make-money-online.com longadventure.com
makis.nu lottospring.com
mantramusic.ru low-format.ru
maranbrinfo.com.br magicdiet.gq
marmotstore.online mahnwachen-helfen.info
matb3aa.com malwareremovalcenter.com
mb140.ru manve.info
med-zdorovie.com.ua meccadumps.net
megahdporno.net medictube.ru
member-quiz.com medtherapy.ru
mensandals.xyz megaindex.ru
menstennisforums.com meltwater.com
metabar.ru menetie.ru
methodsmarketing.com mole.pluto.ro
m-google.xyz monetizationking.net
minecraft-rus.org moscow-region.ru
miniads.ca moviemail-online.co.uk
missvietnam.org moyaterapiya.ru
mmgq.ru msk-diplomat.com
mojpregled.com mxgetcode.com
moroccosurfadventures.com myftpupload.com
moscow-clining.ru mylesosibirsk.ru
mouselink.co naturtreenspicerx.pw
mrbojikobi4.biz nero-us.com
mrlmedia.net newstaffadsshop.club
muschisexbilder.com nextbackgroundcheck.gq
muycerdas.xxx nextconseil.com
myplaycity.com
nac-bearings.ru
nagdak.ru
naperehresti.info
nicovideo.jp nicovideo.jp
niroo.info nodding-passion.tk
nmrk.ru nootrino.com
nottyu.xyz nordvpn.com
nvssf.com northfacestore.online
odoratus.net notfastfood.ru
okayimage.com noumeda.com
olympescort.com novgorod.xrus.org
onemactrckr.com novosti-hi-tech.ru
online247.ml nvformula.ru
ons-add.men oballergiya.ru
oralsexfilme.net ochistka-stokov.ru
orhonit.com offergroup.info
ossmalta.com okmedia.sk
outpersonals.com oneshotdate.com
outrageousdeal-a.akamaihd.net onetravelguides.com
owathemes.com onlineporno.site
oxotl.com onstrapon.purplesphere.in
ooo-gotovie.ru
osb.se11.ru
oz-offers.com
ozoz.it
paidonlinesites.com
panamaforbeginners.com panamaforbeginners.com
paparazzistudios.com.au partnerline.men
partnerads.men pcimforum.com
pathwhelp.org pdn-4.com
perl.dp.ua perfection-pleasure.ru
perso.wanadoo.es perso.wanadoo.es
pestomou.info pewit.pw
photo-clip.ru pigrafix.at
pictures-and-images.com pihl.se
pistonclasico.com piter.xrus.org
plastgranar.nu pizda.lol
pl-top.pl play-mp3.com
pons-presse.com pl-vouchers.com
pooleroadmedicalcentre.co.uk pochtovyi-index.ru
popugaychiki.com podshipniki-ntn.ru
popup-hgd.xyz popup-jdh.xyz
pornosemki.info porndl.org
pornoslive.net pornmania.pl
pr0fit-b0x.com porno-dojki.net
pro-okis.ru pornoforadult.com
prostitutki-astana.org porodasobak.net
pxhdwsm.com postclass.com
qcstrtvt.bloger.index.hr potolokelekor.ru
qitt.ru powc.r.ca.d.sendibm2.com
qpypcx.com pozvonim.com
qualitymarketzone.com pricheskaonline.ru
quickloanbank.com privatefx.all4invest.info
ranksonic.info prizesbook.online
r-control.ru prointer.net.ua
rcpmda.ikan1080.xyz promalp-universal.ru
realnye-otzyvy.info pronorm.fr
rebuildermedical.com pro-poly.ru
reckonstat.info prostitutki-rostova.org
regdefense.com psvita.ru
registry-cleaner.net pts163.ru
registrydomainservices.com pushdata.sendpulse.com
relayblog.com quebec-bin.com
remont-comp-pomosh.ru raavidesigns.com
remybutler.fr rapidgator-porn.ga
repeatlogo.co.uk reeyanaturopathy.com
reyel1985.webnode.fr reklamuss.ru
ric.info remmling.de
ringtonepartner.com remontbiz.ru
robot-forex.biz rentalcarnavi.info
rock-cafe.info rentehno.ru
rocketchange.ru replicalouboutin.xyz
royal-betting.net retreatia.com
rumamba.com rniaeba.ga
runofilms.ru running-line.ru
saecsa.co russkie-gorki.ru
salut-camp.ru rvtv.ru
santechnik.jimdo.com sabaapress.com
sbetodiodnye-lampy.ru sajatvelemeny.com
sbricur.com sa-live.com
sanatorrii.ru
saneyes.com
satellite.maps.ilovevitaly.com
savingsslider-a.akamaihd.net
sax-sex.com
scanner-irvin.top
scanner-jack.top scanner-jack.top
scanner-margo.top scanner-mary.top
searchencrypt.com scrnet.biz.ua
searchwebknow-a.akamaihd.net seansonline24.pl
seasaltwithfood.com search.alot.com
seeresultshub-a.akamaihd.net segol.tv
sell-fb-group-here.com selectads.men
seminarykansas904.ml seo-smm.kz
sexad.net sevendays.com.ua
sex-foto.pw shohanb.com
sexuria.net shopcheermakeup.info
sexvideo-sex.com
sharebutton.to
ship-marvel.co.ua
shoplvlv.us
shopperifymac.com shopperifymac.com
shopwme.ru signoredom.com
signal03.ru simply.net
silktide.com
siteaero.com
site-analyzer.com site-analyzer.com
siteonomy.com site-auditor.online
site-speed-check.site si-unique.com
sitevaluation.com
sitiz.club
sixcooler.de
sizeplus.work
skladvaz.ru skladvaz.ru
slavic-magic.ru sky-mine.ru
slayerlife.com slayerlife.com
snsdeainavi.info slowmac.tech
soc-econom-problems.ru snjack.info
social-s-hhh.xyz socialseet.ru
social-vestnik.ru sockshare.net
solicita.info soc-proof.su
soserfis.com sohoindia.net
spaceshipad.com spravka130.ru
spammen.de stair.registrydomainservices.com
sstroy44.ru stardevine.com
staff.prairiesouth.ca stockspmb.info
stard.shop stroydetali.ru
staticfs.host stroyplus.ru
stauga.altervista.org studiokamyk.com.pl
staynplay.net sugvant.ru
stpicks.com suhanpacktech.com
stroicol.net sukirgenk.dvrlists.com
studiofmp.com superlist.biz
svarbit.com svolze.com
swagbucks.com swimpool.ca
swinginwithme.ru swinger-mobil.net
takeflyte.com tam-gde-more.ru
talant-factory.ru technopellet.gr
tattomedia.com terrafootwear.us
td-33.ru thebestphotos.eu
tech4master.com thecoolimages.net
template-kid.com the-usa-games.blogspot.com
thefarmergame.com
thejournal.ru
thetardistimes.ovh
thewebsitetemplate.info
thewomenlife.com thewomenlife.com
tizanidine4mgstreetprice.blogspot.com tizanidine4mguses.blogspot.com
tizanidinedrugtest.blogspot.com tizanidinevscyclobenzaprine.blogspot.com
tizanidinehclsideeffects.blogspot.com toolsky.com
tizanidinerecreationaluse.blogspot.com toonfamilies.net
tizanidinestreetvalue.blogspot.com top250movies.ru
tizanidineusedfor.blogspot.com torontoplumbinggroup.com
tizanidinezanaflex.blogspot.com
tomck.com
torrentdownloadhub.com
torrent-newgames.com torrent-newgames.com
torrents.cd torrents-tracker.com
tour-line.net tracksz.co
tozup.com trafficstars.com
trackzapper.com trahvid.com
tradedeals.biz treasuretrack-a.akamaihd.net
trafficmp.com trion.od.ua
traffpartners.com
trahic.ru
trailer.cinemaflix.website
trkdf.com trkdf.com
trumpetedextremes.com truck-land.life
trustaffs.com truck-rece.life
tsan.net truemfilelj.gq
turbabitload.weebly.com trustl.life
twinderbella.com try-rx.com
tytoona.com ttrraacckkrr.com
tzritel.tk tupper-shop.ru
uamtrk.com turn-up-life.life
uchebavchehii.ru tvnewsclips.info
uchetunet.su twu.com.ua
uhod-za-sobakoj.ru ua.tc
unimodemhalfduplefw.pen.io uggsale.online
unrealcommander.biz ukkelberg.no
upupa.net uk-zheu20.ru
urengoy.pro ultimateclassicrock.com
ussearche.cf urlopener.blogspot.com.au
ustion.ru venerologiya.com
v24s.net ventelnos.com
v-doc.co via-energy-cumpara.com
videochat.life via-energy-order.com
videochat.tv.br video-camer.com
videogamesecrets.com videochat.ph
videtubs.pl vielporno.net
viktoria-center.ru vikistars.com
villakohlanta.nu vipromoffers.com
vintontech.info visionwell.com.cn
vksaver-all.ru visitcambridge.org
vizag.kharkov.ua
vkak.ru
vladhistory.com vladhistory.com
voprosotvet24.ru vpnmouse.com
vote-up.ru walkme.com
w3data.co wareseeker.com
watchmyfb.pl warezaccess.com
weboptimizes.com we-are-gamers.com
website-speed-up.top webpromotion.ae
weclipart.com website-analytics.online
whatzmyip.net website-speed-check.site
website-speed-up.site
wedding0venues.tk
westen-z.life
wholesalecheapjerseysfree.com
wholesalejerseychinaoutlet.com wholesalejerseychinaoutlet.com
wholesalejerseychinashop.com wieseversa.no
wholesalejerseysgaa.com wleuaprpxuvr.ga
wildworld.site writingservices17.blogspot.ru
wineration.com www.get-free-traffic-now.com
winwotgold.pl x-lime.net
wordpresscore.com xn-----6kcaacnblni5c5bicdpcmficy.xn--p1ai
worldis.me xn--80ahvj9e.xn--p1ai
wormix-cheats.ru xuki.us
wrona.it xxlargepop.com
wufak.com xxx-cam.webcam
xcombear.ru xxxnatelefon.ru
xdoza.com yeartwit.com
xfluro.com yogamatsexpert.com
xitjw.info youandcredit.ru
xlolitka.com yousense.info
xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai zakazvzloma.com
xn--80aeahghtf8ac5i.xn--p1ai zarabotat-na-sajte.ru
xn--c1acygb.xn--p1ai
xn----itbeirbjbi7bc6bh2d.xn--p1ai
xnxxandxvideos.com
xtube.com
xvideosbay.com
xxx-treker.ru
xxxtube69.com
yaderenergy.ru
yaoguangdj.com
youbrainboost.asia
youtubedownload.org
zastroyka.org zastroyka.org
zona-aqua.ru zebramart.ru
zooggames.com zero1.it
zeroredirect11.com
zeroredirect7.com
zhuravlev.info
znakomstva-moskva77.ru
zoogdisany.com
zoompegs.com

View file

@ -1,250 +1,250 @@
03e.info 123movies.love
2ads.co.uk
2drittel.de
3rbseyes.com 3rbseyes.com
991mostfm.co.id 3w24.com
aa9d046aab36af4ff182f097f840430d51.com 4webmasters.com
affrh2015.com 999webdesign.com
agahinameh.com 9icmzvn6.website
alienwheel.es agysya.ru
angel1777.kz animal-drawings.com
animebox.com.ua apilinkswiftco-a.akamaihd.net
apiportalmorecom-a.akamaihd.net arabsexxxtube.com
approved.su ardimobileinfo.ml
aproposde.com artel116.ru
ap.senai.br artpicso.com
arcteryxstore.online avek.ru
atout-energie-69.com avtocredit-legko.ru
azazaporn.com ayodhya.co
bambi.ck.ua azbaseimages.net
bannerads.de bannerpower.com
battleforupdating.site beachpics.com
bestssaker.com bestbrainprod.win
bidr.trellian.com betune.onlinewebshop.net
biketank.ga bezlimitko.xyz
bitcoinremote.com bigames.online
bloglag.com binomo.kz
blogqpot.com biznesluxe.ru
blog.yam.com bloggers.nl
bodybuilding-shop.biz blog.koorg.ru
brus-vsem.ru boobsimge.com
budilneg.xyz brainboostingsupplements.org
businescoop.men braintobe.win
buy-meds24.com brainzpod.win
buypanicdisorderpill.com business-suggested.tk
buypillsorderonline.com buyessay3.blogspot.ru
buzzzg.men buyessaynow.biz
cactussoft.biz buyfriend.ru
cartierbracelet.xyz bvlgaribracelet.xyz
cartierreplica.pw bwlx.prepedu.cn
casinorewards.info cakemediahq.com.au
cdnanalytics.xyz callcafe.info
cheapjerseysap.com call-of-duty.info
cheapmoncler.pw candlewooddentalcentre.com.au
chimiver.info castingbank.ru
cleanallvirus.com caveavins.fr
cocyq.inwtrade.com cerev.info
compliance-margo.top chinacheapelitejerseys.com
compliance-olga.top choice-credit.ru
cleanpcnow.com
clickaider.com
collegerentals.com
compiko.info
compliance-alexa.xyz
coolyarddecorations.com coolyarddecorations.com
copro.pw coop-gamers.ru
customboxes4less.com cordstrap.cc
dating-app.ru counciltally.com
dayibiao.com creditnation.ru
dealwifi.com custom-electric-guitar.com
degerlund.net cutalltheshit.com
delfin-aqua.com.ua daymusam.com
derevesendeco.com db.speedup.gdn
designdevise.com descargar-musica-gratis.net
dieta-personalna.pl dieta-personalna.pl
dirtpics.pw dirtpics.pw
divisioncore.com domaincheck.io
dogclothing.store dosugrostov.site
domain2008.com dtm-spain.com
donvito.unas.cz earn-from-articles.com
dotnetdotcom.org easytuningshop.ru
download-wallpaper.net e-c.al
eas-seo.com ecommerce-seo.com
ekosmetyki.net.pl
elektir.ru
elektrischezigarette2.devhub.com elektrischezigarette2.devhub.com
elektrischezigaretten1.blogse.nl erotik0049.com
elektroniksigaraankara.info eupornstar.info
eonpal.com extrabot.com
errorfixing.space extremepornos.net
evogarage.com fearcrow.com
expertblog.info filkhbr.com
extstat.com filmgo.ru
ezigarettekaufen.myblog.de flashlarevista.com
failingmarriege.blogspot.com flipper.top
fenoyl.batcave.net florida-tourism.net
ff30236ddef1465f88547e760973d70a.com
financehint.eu
findthe.pet
flowwwers.com flowwwers.com
fok.nl
footbalive.org footbalive.org
frbizlist.com forex-indextop20.ru
free-fbook-traffic.com forex.osobye.ru
free-traffic.xyz gamedayhouse.com
gamingspark.com getdot.ru
gayxperience.com
get-free-traffic-now.com get-free-traffic-now.com
gnuetella.com gg-arena.ru
golaya.pw gkvector.ru
googlsucks.com glopages.ru
googst2.ru gogalleryawesome.com
gotomontenegro.net graphid.com
gsasearchengineranker.space gratis-sexkontakte.com
guildebzh.info gsasearchenginerankerdiscount.com
hanwei.us havepussy.com
hermesreplica.pw hit-men.men
highspeed5.net hothor.se
hotkeys.com igru-xbox.net
iamsport.org i-hobot.ru
ilovevitaly.com internetproviderstucson.com
incanto.in.ua ipornox.xxx
innodgfdriverhm.aircus.com istripper.com
insta-add.pro jerseywholesaleelitestore.com
inzn.ru job.icivil.ir
ipostroika.ru kakablog.net
irunfar.com karachev-city.ru
iscblog.info keyhantercume.com
jamiembrown.com kino2018.club
jaxcube.info kinoflux.net
junglenet-a.akamaihd.net kochanelli.com
kino2018.cc kosova.de
kiskinhouse.com kostenlos-sexvideos.com
klikbonus.com kredit-pod-zalog-krasnodar.ru
konkursov.net kvartir-remont.biz
kumuk.info laexotic.com
lafourmiliaire.com linkpulse.com
letsart.ru lkbennettoutlet.online
lietaer.com lostfilm-online.ru
light.ifmo.ru louboutinreplica.pw
linkbux.ru macrotek.ru
linkredirect.biz mansiondelrio.co
m5home.ru matsdale.com
magda-gadalka.ru mcadamssupplyco.com
magnetpress.sk meccadumps.net
makemoneyonline.com message-warning.net
makis.nu mielec.pl
marktforschung-stuttgart.com minegam.com
master-muznachas.ru mmog-play.ru
masturbate.co.uk mobplayer.ru
mega-bony2017.pl monclercoats.xyz
menstennisforums.com monclervests.xyz
mesbuta.info moscow-clining.ru
metascephe.com multgo.ru
mikrobiologies.ru muztops.ru
mmgq.ru mvpicton.co.uk
mncrftpcs.com nalogovyy-kodeks.ru
mole.pluto.ro nash-krym.info
mustat.com nfljerseyscheapbiz.us
muz-shoes.ru nikhilbahl.com
myftpupload.com nikitabuch.com
naturalbreakthroughsresearch.com ningessaybe.me
negociosdasha.com noclegonline.info
neobux-bg.info normalegal.ru
netfacet.net
newtechspb.ru
nicovideo.jp
november-lax.com november-lax.com
ozas.net online-templatestore.com
partybunny.ru onstrapon.purplesphere.in
paydayonlinecom.com openstat.com
picsforkeywordsuggestion.com palocco.it
pics-group.com panamaforbeginners.com
pinwallpaper.top paradontozanet.ru
pizza-imperia.com perm-profnastil.ru
porndl.org php-market.ru
pornhive.org pictures-and-images.com
pornoxxx.com.mx pinstake.com
plastgranar.nu
pogosh.com
pojdelo.weebly.com
pornogratisdiario.com
pornohd1080.online
pornokorol.com
porno-transsexuals.ru
porodasobak.net
posible.net
pretty-mart.com pretty-mart.com
privatefx.all4invest.info prizefestival.mobi
prostitutki-belgoroda.org prodvigator.ua
pussyspace.net professionalwritingservices15.blogspot.ru
qwesa.ru prostitutki-tolyatti.org
regionshop.biz qor360.com
roma-kukareku.livejournal.com rainbowice.ru
razamicroelectronics.com
razorweb-a.akamaihd.net
refudiatethissarah.info
remont-fridge-tv.ru
romhacking.ru
royal-betting.net royal-betting.net
sape.top rutor.vip
sarf3omlat.com sakhboard.ru
sarm.tk saveindex.xyz
scripted.com sbornik-zakonov.ru
searchwebknow-a.akamaihd.net scansafe.net
seorussian.ru search.1and1.com
serpstat.com seofied.com
sevendays.com.ua sexcamamateurchat.com
share-buttons-for-free.com sexvideo-sex.com
ship-marvel.co.ua sexyali.com
shitmovs.com siha.de
signal03.ru site3.free-share-buttons.com
simpoed.ufop.br siteonomy.com
skutecznetabletkinaporostwlosow.pl site-speed-checker.site
skytraf.xyz sledstvie-veli.net
smstraf.ru slowmacfaster.trade
sovinsteel.ru social-button.xyz
sport-video-obzor.ru socialmadesimple.com
startufa.ru social-s-hhh.xyz
stauga.altervista.org sortthemesitesby.com
sticken.co soviet-portal.do.am
stickers-market.ru spabali.org
streetfire.net spaceshipad.com
stuff-about-money.com sptslmtrafms.com
suggest-keywords.com ssconstruction.co
susanholtphotography.com stairliftsarea.com
svtrd.com strag-invest.ru
syvertsen-da.no streha-metalko.si
takethatad.com studiokamyk.com.pl
tengohydar.tk sugarkun.com
supermama.top
svarbit.com
swinon.site
takeflyte.com
tamada69.com
thecoolimages.net thecoolimages.net
thegolfclub.info
thetoiletpaper.com
timdreby.com timdreby.com
tk-assortiment.ru tizanidine6mg.blogspot.com
tongkatmadura.info tizanidineshowupondrugtest.blogspot.com
top10-online-games.com tnctrx.com
top250movies.ru topcar-krasnodar.ru
torontoplumbinggroup.com torrent-newgames.com
touchmods.fr
track2.shop
tracxn.com
trailer.cinemaflix.website
trichizobswiv.agddns.net trichizobswiv.agddns.net
ttrraacckkrr.com trustedhealthtips.com
twittruth.com unitygame3d.com
unionmarkt.de urlcut.ru
upstore.me userequip.com
valoresito.com vashsvet.com
vavilone.com vclicks.net
videochat.life video-chat.in
videochat.ph virtuagirl.com
videokrik.net voditeltrezviy.ru
vikistars.com vozbujdenie.com
vip2ch.com wapsite.me
vipps.com.my websitevaluebot.com
vipsexfinders.com wedding0venues.tk
vizag.kharkov.ua whatistizanidinehclusedfor.blogspot.com
vkonche.com whereiskentoday.com
vpnmouse.com win-spy.com
wallpapers-best.com wladimirpayen.com
wcb.su wosik-dach.service-for-web.de
webscouter.net xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai
website-audit.com.ua xnxx-n.com
wesharepics.info
wholesalejerseys-cheapest.com
word-vorlagen.xyz
writingservices17.blogspot.ru
www.888.com
xdoza.com
xgames-04.com
xingzi-vision.com
xkaz.org
xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai
xn----itbkqkfiq.xn--p1ai
xtube.com
xxart.ru xxart.ru
xxx-treker.ru yellowstonesafaritours.com
xz618.com zeg-distribution.com
youandcredit.ru zeroredirect7.com
yourporngay.com
youtoner.it
ytmnd.com
zaobao.com.sg
zhongwenlink.com
zverokruh-shop.cz

View file

@ -1,3 +1,24 @@
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -8,35 +29,7 @@
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1> <h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p> <p>This is merely used for testing !!!</p>
</body> </body>
</html><html> </html><!DOCTYPE html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.14.2</center>
</body>
</html>
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Welcome to NginX</title> <title>Welcome to NginX</title>

View file

@ -1,2 +1,2 @@
35.224.112.202 0; 35.192.85.2 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.1746 #### Version: V4.2019.07.1747
#### Bad Referrer Count: 6719 #### Bad Referrer Count: 6719
#### 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.1746 #### Version: V4.2019.07.1747
#### Bad Referrer Count: 6719 #### Bad Referrer Count: 6719
#### 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.1746 #### Version: V4.2019.07.1747
#### Bad Referrer Count: [6719](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list) #### Bad Referrer Count: [6719](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.1746 #### Version: V4.2019.07.1747
#### Bad Referrer Count: 6719 #### Bad Referrer Count: 6719
#### Bad Bot Count: 556 #### Bad Bot Count: 556
____________________ ____________________

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2019.07.1746 ### Version: V3.2019.07.1747
### Updated: Thu Jul 4 09:09:17 SAST 2019 ### Updated: Thu Jul 4 09:38:26 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:16 SAST 2019 ### Updated: Thu Jul 4 09:38:25 SAST 2019
### Bad Referrer Count: 6719 ### Bad Referrer Count: 6719
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################

View file

@ -6,8 +6,8 @@
### Version Information # ### Version Information #
################################################### ###################################################
### Version: V4.2019.07.1746 ### Version: V4.2019.07.1747
### Updated: Thu Jul 4 09:09:18 SAST 2019 ### Updated: Thu Jul 4 09:38:27 SAST 2019
### Bad Bot Count: 556 ### Bad Bot Count: 556
################################################### ###################################################
### Version Information ## ### Version Information ##