mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
V4.2019.06.1656 [ci skip]
This commit is contained in:
parent
2a13000cb9
commit
ca0cfa5f02
67 changed files with 1941 additions and 1772 deletions
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 1;
|
||||
35.184.226.236 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,11 +1,13 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
|
||||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.08
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -44,5 +46,17 @@
|
|||
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
||||
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
|
||||
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;
|
||||
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 0;
|
||||
35.184.226.236 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:43 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:45 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 1;
|
||||
35.184.226.236 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,11 +1,13 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
|
||||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.08
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -44,5 +46,17 @@
|
|||
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
||||
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
|
||||
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;
|
||||
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 0;
|
||||
35.184.226.236 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:43 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:45 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD WORDS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
#------------------------
|
||||
### Version: V4.2019.10
|
||||
### Updated: 2019-06-28
|
||||
#------------------------
|
||||
### VERSION INFORMATION #
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.10
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.08
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.09
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
|
||||
##############################################################################
|
||||
|
@ -32,8 +32,10 @@
|
|||
|
||||
# 111.111.111.111 1;
|
||||
|
||||
# -------------------------------------------
|
||||
# Cyveillance / Qwest Communications / PSINET
|
||||
# *******************************************
|
||||
# -------------------------------------------
|
||||
|
||||
# I am extensively researching this subject - appears to be US government involved
|
||||
# and also appears to be used by all sorts of law enforcement agencies. For one they
|
||||
# do not obey robots.txt and continually disguise their User-Agent strings. Time will
|
||||
|
@ -72,9 +74,9 @@
|
|||
65.222.176.96/27 0;
|
||||
65.222.185.72/29 0;
|
||||
|
||||
# ****************
|
||||
# ---------------
|
||||
# Berkely Scanner
|
||||
# ****************
|
||||
# ---------------
|
||||
|
||||
# The Berkeley University has a scanner testing all over the web sending a complex
|
||||
# payload an expecting a reply from servers who are infected or who just respond to such
|
||||
|
@ -89,3 +91,13 @@
|
|||
# If you really do want to block them change all the 0 below to 1.
|
||||
|
||||
169.229.3.91 0;
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# 111.111.111.111 1;
|
||||
|
||||
|
||||
# NOTE: If you blacklist your own IP by mistake whitelist-ips.conf will completely over-ride this.
|
||||
# whitelist-ips.conf will always WIN and over-ride anything here and in the blocker
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS
|
||||
|
||||
### VERSION INFORMATION #
|
||||
#------------------------
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-28
|
||||
#------------------------
|
||||
### VERSION INFORMATION #
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.07
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,11 +1,13 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
|
||||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.08
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -44,5 +46,17 @@
|
|||
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
||||
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
|
||||
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;
|
||||
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.07
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -42,4 +42,16 @@
|
|||
# "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0;
|
||||
# "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# NOTE: This file can also blacklist by giving something a value of 1
|
||||
# but rather please do your blacklisting in the custom-bad-referrers.conf include file.
|
||||
|
||||
# NOTE: If you whitelist your own domain here, any words in bad-referrer-words.conf will not be effective if the attacker passes your own domain name in the referrer string.
|
||||
# SEE NOTES: in bad-referrer-words.conf
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO WHITELIST ALL YOUR IP ADDRESSES AND IP RANGES ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.04
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.05
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -32,5 +32,17 @@
|
|||
# ---------
|
||||
# 111.111.111.111 0;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
104.154.120.187 0;
|
||||
|
||||
# ------
|
||||
# NOTES:
|
||||
# ------
|
||||
# - This file rules over any other other parts of the IP blocking.
|
||||
# - If you blacklisted your own IP in blacklist-ips.conf whitelisting it here will over-ride the blacklisting.
|
||||
# - 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.
|
||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||
35.202.145.110 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:43 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:45 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD WORDS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
#------------------------
|
||||
### Version: V4.2019.10
|
||||
### Updated: 2019-06-28
|
||||
#------------------------
|
||||
### VERSION INFORMATION #
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.10
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD OR REMOVE ANY BAD IP ADDRESSES OR IP RANGES YOU WANT TO BLOCK ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.08
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.09
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
|
||||
##############################################################################
|
||||
|
@ -32,8 +32,10 @@
|
|||
|
||||
# 111.111.111.111 1;
|
||||
|
||||
# -------------------------------------------
|
||||
# Cyveillance / Qwest Communications / PSINET
|
||||
# *******************************************
|
||||
# -------------------------------------------
|
||||
|
||||
# I am extensively researching this subject - appears to be US government involved
|
||||
# and also appears to be used by all sorts of law enforcement agencies. For one they
|
||||
# do not obey robots.txt and continually disguise their User-Agent strings. Time will
|
||||
|
@ -72,9 +74,9 @@
|
|||
65.222.176.96/27 0;
|
||||
65.222.185.72/29 0;
|
||||
|
||||
# ****************
|
||||
# ---------------
|
||||
# Berkely Scanner
|
||||
# ****************
|
||||
# ---------------
|
||||
|
||||
# The Berkeley University has a scanner testing all over the web sending a complex
|
||||
# payload an expecting a reply from servers who are infected or who just respond to such
|
||||
|
@ -89,3 +91,13 @@
|
|||
# If you really do want to block them change all the 0 below to 1.
|
||||
|
||||
169.229.3.91 0;
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# 111.111.111.111 1;
|
||||
|
||||
|
||||
# NOTE: If you blacklist your own IP by mistake whitelist-ips.conf will completely over-ride this.
|
||||
# whitelist-ips.conf will always WIN and over-ride anything here and in the blocker
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS
|
||||
|
||||
### VERSION INFORMATION #
|
||||
#------------------------
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-28
|
||||
#------------------------
|
||||
### VERSION INFORMATION #
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.07
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,11 +1,13 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
|
||||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.08
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -44,5 +46,17 @@
|
|||
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
||||
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
|
||||
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;
|
||||
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.07
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -42,4 +42,16 @@
|
|||
# "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0;
|
||||
# "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# NOTE: This file can also blacklist by giving something a value of 1
|
||||
# but rather please do your blacklisting in the custom-bad-referrers.conf include file.
|
||||
|
||||
# NOTE: If you whitelist your own domain here, any words in bad-referrer-words.conf will not be effective if the attacker passes your own domain name in the referrer string.
|
||||
# SEE NOTES: in bad-referrer-words.conf
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO WHITELIST ALL YOUR IP ADDRESSES AND IP RANGES ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.04
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.05
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -32,4 +32,16 @@
|
|||
# ---------
|
||||
# 111.111.111.111 0;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
|
||||
# ------
|
||||
# NOTES:
|
||||
# ------
|
||||
# - This file rules over any other other parts of the IP blocking.
|
||||
# - If you blacklisted your own IP in blacklist-ips.conf whitelisting it here will over-ride the blacklisting.
|
||||
# - 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.
|
||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:44 SAST 2019
|
||||
### Version: V3.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:47 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR USER-AGENTS
|
||||
|
||||
### VERSION INFORMATION #
|
||||
#------------------------
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-28
|
||||
#------------------------
|
||||
### VERSION INFORMATION #
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.07
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,11 +1,13 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
|
||||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.08
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -44,5 +46,17 @@
|
|||
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
||||
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
|
||||
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;
|
||||
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
35.184.96.71 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:44 SAST 2019
|
||||
### Version: V3.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:47 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,11 +1,13 @@
|
|||
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-25
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
|
||||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.08
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -44,5 +46,17 @@
|
|||
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
||||
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
||||
|
||||
# ------------
|
||||
# MY WHITELIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
|
||||
|
||||
|
||||
# ------------
|
||||
# MY BLACKLIST
|
||||
# ------------
|
||||
|
||||
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;
|
||||
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
35.184.96.71 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:44 SAST 2019
|
||||
### Version: V3.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:47 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
35.184.96.71 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:44 SAST 2019
|
||||
### Version: V3.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:47 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 1;
|
||||
35.184.226.236 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
# Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
|
||||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2019.04
|
||||
# Updated: 2019-06-28
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
##############################################################################
|
||||
# _ __ _ #
|
||||
|
@ -20,6 +20,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Include this in a vhost file within a server {} block using and include statement like below
|
||||
# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site.
|
||||
|
||||
# server {
|
||||
# #Config stuff here
|
||||
|
@ -82,4 +83,3 @@ if ($validate_client) {
|
|||
return 444;
|
||||
}
|
||||
|
||||
#######################################################################
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 0;
|
||||
35.184.226.236 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:43 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:45 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:44 SAST 2019
|
||||
### Version: V3.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:47 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:43 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:45 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
Badass
|
||||
AiHitBot
|
||||
Alexibot
|
||||
Battleztar Bazinga
|
||||
Bitacle
|
||||
BlackWidow
|
||||
Cogentbot
|
||||
CSHttp
|
||||
Dotbot
|
||||
Drip
|
||||
Boardreader
|
||||
CheeseBot
|
||||
Chlooe
|
||||
Copier
|
||||
CrunchBot
|
||||
Custo
|
||||
DatabaseDriverMysqli
|
||||
Digincore
|
||||
DTS Agent
|
||||
EMail Siphon
|
||||
EroCrawler
|
||||
ExtractorPro
|
||||
Foobot
|
||||
Id-search
|
||||
JamesBOT
|
||||
Extractor
|
||||
FlashGet
|
||||
GT::WWW
|
||||
HEADMasterSEO
|
||||
IndeedBot
|
||||
Joomla
|
||||
Lftp
|
||||
Libwhisker
|
||||
Lightspeedsystems
|
||||
LinkextractorPro
|
||||
Magnet
|
||||
Majestic-SEO
|
||||
MarkMonitor
|
||||
LinqiaRSSBot
|
||||
MarkWatch
|
||||
MSIECrawler
|
||||
Navroad
|
||||
Netvibes
|
||||
Nibbler
|
||||
NICErsPRO
|
||||
NPbot
|
||||
Nutch
|
||||
Octopus
|
||||
Openvas
|
||||
Pavuk
|
||||
ProPowerBot
|
||||
RankingBot
|
||||
Recorder
|
||||
Shodan
|
||||
SiteExplorer
|
||||
Snoopy
|
||||
sp_auditbot
|
||||
Spbot
|
||||
Sucker
|
||||
T8Abot
|
||||
TeleportPro
|
||||
The Intraformant
|
||||
Tracemyfile
|
||||
trendiction.de
|
||||
PageAnalyzer
|
||||
Papa Foto
|
||||
Picsearch
|
||||
Psbot
|
||||
RedesScrapy
|
||||
SalesIntelligent
|
||||
Scrapy
|
||||
ScreenerBot
|
||||
SearchmetricsBot
|
||||
serpstatbot
|
||||
sexsearcher
|
||||
Sqworm
|
||||
Steeler
|
||||
SurveyBot
|
||||
Suzuran
|
||||
tAkeOut
|
||||
TwengaBot
|
||||
Typhoeus
|
||||
URLy Warning
|
||||
Virusdie
|
||||
WebCollage
|
||||
WebFetch
|
||||
Web Fuck
|
||||
Web Pix
|
||||
UnisterBot
|
||||
Whacker
|
||||
WinHTTrack
|
||||
Zermelo
|
||||
Zitebot
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
360Spider
|
||||
404checker
|
||||
404enemy
|
||||
ADmantX
|
||||
AhrefsBot
|
||||
AIBOT
|
||||
AiHitBot
|
||||
Alexibot
|
||||
80legs
|
||||
Abonti
|
||||
Acunetix
|
||||
Aipbot
|
||||
AllSubmitter
|
||||
archive.org_bot
|
||||
ASPSeek
|
||||
AlphaBot
|
||||
Apexoo
|
||||
autoemailspider
|
||||
Backlink-Ceck
|
||||
Bandit
|
||||
BBBike
|
||||
Badass
|
||||
BatchFTP
|
||||
Battleztar Bazinga
|
||||
BDCbot
|
||||
BetaBot
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
Bigfoot
|
||||
Blackboard
|
||||
Blow
|
||||
BlowFish
|
||||
Boardreader
|
||||
Bolt
|
||||
BotALot
|
||||
Brandwatch
|
||||
CATExplorador
|
||||
CazoodleBot
|
||||
CCBot
|
||||
CheeseBot
|
||||
CherryPicker
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Chlooe
|
||||
BuiltWith
|
||||
BunnySlippers
|
||||
Cegbfeieh
|
||||
Claritybot
|
||||
Cliqzbot
|
||||
cognitiveseo
|
||||
Collector
|
||||
Copier
|
||||
Copyscape
|
||||
crawler4j
|
||||
crawl.sogou.com
|
||||
Cosmos
|
||||
Craftbot
|
||||
CrazyWebCrawler
|
||||
CrunchBot
|
||||
CSHttp
|
||||
Curious
|
||||
DataCha0s
|
||||
DBLBot
|
||||
demandbase-bot
|
||||
Deusu
|
||||
Devil
|
||||
Digincore
|
||||
DIIbot
|
||||
Disco
|
||||
Discobot
|
||||
DnyzBot
|
||||
Discoverybot
|
||||
Dispatch
|
||||
DittoSpyder
|
||||
DomainAppender
|
||||
DomainSigmaCrawler
|
||||
Dotbot
|
||||
Dragonfly
|
||||
Download Wonder
|
||||
Drip
|
||||
DSearch
|
||||
DTS Agent
|
||||
EasyDL
|
||||
Ebingbong
|
||||
Ecxi
|
||||
EMail Siphon
|
||||
Express WebPictures
|
||||
evc-batch
|
||||
Evil
|
||||
Exabot
|
||||
ExtLinksBot
|
||||
Ezooms
|
||||
FemtosearchBot
|
||||
Firefox/7.0
|
||||
FyberSpider
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
facebookscraper
|
||||
Fimap
|
||||
FlashGet
|
||||
Flunky
|
||||
Freeuploader
|
||||
FrontPage
|
||||
Fyrebot
|
||||
Genieo
|
||||
GermCrawler
|
||||
Getintent
|
||||
GetRight
|
||||
Gigablast
|
||||
Gigabot
|
||||
G-i-g-a-b-o-t
|
||||
Gotit
|
||||
Go!Zilla
|
||||
Grabber
|
||||
GrabNet
|
||||
Grafula
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
GT::WWW
|
||||
Harvest
|
||||
HaosouSpider
|
||||
Havij
|
||||
HEADMasterSEO
|
||||
HTTrack
|
||||
Humanlinks
|
||||
HybridBot
|
||||
HMView
|
||||
HTMLparser
|
||||
HTTP::Lite
|
||||
Iblog
|
||||
IDBot
|
||||
Image Sucker
|
||||
IndeedBot
|
||||
Indy Library
|
||||
InfoTekies
|
||||
instabid
|
||||
Intelliseek
|
||||
Internet Ninja
|
||||
InternetSeer
|
||||
Iria
|
||||
internetVista monitor
|
||||
ips-agent
|
||||
Iskanie
|
||||
Jbrofuzz
|
||||
Jetty
|
||||
JikeSpider
|
||||
JustView
|
||||
Jyxobot
|
||||
Kenjin Spider
|
||||
Lanshanbot
|
||||
Joomla
|
||||
Jorgee
|
||||
Keyword Density
|
||||
Kozmosbot
|
||||
Larbin
|
||||
LeechFTP
|
||||
LeechGet
|
||||
LexiBot
|
||||
Likse
|
||||
Lightspeedsystems
|
||||
Linkdexbot
|
||||
LinkextractorPro
|
||||
LinkpadBot
|
||||
LinkScan
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaRSSBot
|
||||
Lipperhey
|
||||
Litemage_walker
|
||||
Lmspider
|
||||
LNSpiderguy
|
||||
Ltx71
|
||||
LWP::Simple
|
||||
Magnet
|
||||
lwp-trivial
|
||||
Mag-Net
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
Majestic SEO
|
||||
MarkMonitor
|
||||
MarkWatch
|
||||
Masscan
|
||||
Majestic-SEO
|
||||
Mass Downloader
|
||||
Meanpathbot
|
||||
Mediatoolkitbot
|
||||
MegaIndex.ru
|
||||
Metauri
|
||||
MFC_Tear_Sample
|
||||
Microsoft URL Control
|
||||
MIDown tool
|
||||
MJ12bot
|
||||
Mr.4x3
|
||||
MSIECrawler
|
||||
MS Web Services Client Protocol
|
||||
muhstik-scan
|
||||
Navroad
|
||||
Needle
|
||||
Nessus
|
||||
NetAnts
|
||||
Netcraft
|
||||
netEstate NE Crawler
|
||||
NetSpider
|
||||
Netvibes
|
||||
Nibbler
|
||||
NICErsPRO
|
||||
Nimbostratus
|
||||
Ninja
|
||||
NetLyzer
|
||||
Nikto
|
||||
NimbleCrawler
|
||||
Nmap
|
||||
NPbot
|
||||
Nutch
|
||||
oBot
|
||||
Offline Explorer
|
||||
Offline Navigator
|
||||
OnCrawl
|
||||
Openfind
|
||||
OpenLinkProfiler
|
||||
Openvas
|
||||
OrangeSpider
|
||||
PageAnalyzer
|
||||
Page Analyzer
|
||||
Panscient
|
||||
OpenVAS
|
||||
OrangeBot
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageGrabber
|
||||
page scorer
|
||||
Papa Foto
|
||||
Pavuk
|
||||
pcBrowser
|
||||
PECL::HTTP
|
||||
Picsearch
|
||||
PictureFinder
|
||||
Pimonster
|
||||
Pi-Monster
|
||||
Pixray
|
||||
PleaseCrawl
|
||||
plumanalytics
|
||||
Probethenet
|
||||
Pockey
|
||||
POE-Component-Client-HTTP
|
||||
ProPowerBot
|
||||
ProWebWalker
|
||||
Psbot
|
||||
PxBroker
|
||||
PyCurl
|
||||
QueryN Metasearch
|
||||
RankActive
|
||||
RankActiveLinkBot
|
||||
RankingBot
|
||||
RankingBot2
|
||||
RankurBot
|
||||
RealDownload
|
||||
RebelMouse
|
||||
RepoMonkey
|
||||
Ripper
|
||||
s1z.ru
|
||||
SBIder
|
||||
Scanbot
|
||||
Rankivabot
|
||||
Reaper
|
||||
Recorder
|
||||
ReGet
|
||||
RocketCrawler
|
||||
SalesIntelligent
|
||||
ScanAlert
|
||||
scan.lol
|
||||
Searchestate
|
||||
Scrapy
|
||||
Screaming
|
||||
ScreenerBot
|
||||
SemrushBot
|
||||
SEOkicks-Robot
|
||||
Seomoz
|
||||
SEOprofiler
|
||||
seoscanners
|
||||
SEOkicks
|
||||
SeoSiteCheckup
|
||||
sexsearcher
|
||||
Siphon
|
||||
Shodan
|
||||
SISTRIX
|
||||
Sitebeam
|
||||
Siteimprove
|
||||
SiteLockSpider
|
||||
SiteSnagger
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
SlySearch
|
||||
SMTBot
|
||||
Snake
|
||||
Snapbot
|
||||
Snoopy
|
||||
Sociscraper
|
||||
Sogou web spider
|
||||
Sosospider
|
||||
SpankBot
|
||||
Sottopop
|
||||
Spanner
|
||||
Spinn3r
|
||||
sp_auditbot
|
||||
SputnikBot
|
||||
Sqlmap
|
||||
Sqworm
|
||||
Stripper
|
||||
Sucker
|
||||
SurveyBot
|
||||
SuperBot
|
||||
Suzuran
|
||||
sysscan
|
||||
Szukacz
|
||||
T8Abot
|
||||
Teleport
|
||||
TeleportPro
|
||||
Telesoft
|
||||
Telesphoreo
|
||||
TheNomad
|
||||
Titan
|
||||
Toweyabot
|
||||
Trendiction
|
||||
TurnitinBot
|
||||
Trendictionbot
|
||||
trendiction.com
|
||||
Turingos
|
||||
Turnitin
|
||||
TwengaBot
|
||||
Twice
|
||||
UnisterBot
|
||||
URLy Warning
|
||||
URLy.Warning
|
||||
Vacuum
|
||||
Vagabondo
|
||||
VB Project
|
||||
VCI
|
||||
VeriCiteCrawler
|
||||
Voil
|
||||
Voltron
|
||||
WallpapersHD
|
||||
WASALive-Bot
|
||||
WBSearchBot
|
||||
WebBandit
|
||||
Web Collage
|
||||
WebCopier
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebAuto
|
||||
WEBDAV
|
||||
WebFetch
|
||||
Web Fetch
|
||||
WebFuck
|
||||
Web Fuck
|
||||
WebGo IS
|
||||
WebImageCollector
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
Web Pix
|
||||
WebReaper
|
||||
WebSauger
|
||||
WebsiteExtractor
|
||||
WebsiteQuester
|
||||
Web Sucker
|
||||
WebWhacker
|
||||
Website Quester
|
||||
WebStripper
|
||||
WebSucker
|
||||
WebZIP
|
||||
WeSEE
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
Who.is Bot
|
||||
WinHTTrack
|
||||
WiseGuys Robot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Woobot
|
||||
Wotbox
|
||||
WPScan
|
||||
WWW-Collector-E
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Xaldon WebSpider
|
||||
YoudaoBot
|
||||
Zade
|
||||
Zauba
|
||||
Zeus
|
||||
Zitebot
|
||||
ZumBot
|
||||
ZmEu
|
||||
ZyBorg
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
360Spider
|
||||
404enemy
|
||||
Aboundex
|
||||
Aboundexbot
|
||||
ADmantX
|
||||
Aipbot
|
||||
Alligator
|
||||
AllSubmitter
|
||||
Anarchie
|
||||
AIBOT
|
||||
AiHitBot
|
||||
Alexibot
|
||||
AlphaBot
|
||||
Apexoo
|
||||
archive.org_bot
|
||||
ASPSeek
|
||||
BacklinkCrawler
|
||||
autoemailspider
|
||||
Backlink-Ceck
|
||||
backlink-check
|
||||
BackWeb
|
||||
Barkrowler
|
||||
BatchFTP
|
||||
BBBike
|
||||
BDCbot
|
||||
BetaBot
|
||||
Bigfoot
|
||||
Bitacle
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
Blow
|
||||
BlowFish
|
||||
BotALot
|
||||
Brandprotect
|
||||
Brandwatch
|
||||
BunnySlippers
|
||||
CCBot
|
||||
Calculon
|
||||
CazoodleBot
|
||||
Cegbfeieh
|
||||
CherryPicker
|
||||
ChinaClaw
|
||||
Claritybot
|
||||
Cliqzbot
|
||||
Cloud mapping
|
||||
coccocbot-web
|
||||
cognitiveseo
|
||||
com.plumanalytics
|
||||
Cosmos
|
||||
Craftbot
|
||||
crawler4j
|
||||
crawler.feedback
|
||||
CrazyWebCrawler
|
||||
Crescent
|
||||
CrunchBot
|
||||
Curious
|
||||
DBLBot
|
||||
demandbase-bot
|
||||
Demon
|
||||
Deusu
|
||||
Digincore
|
||||
Dirbuster
|
||||
DIIbot
|
||||
Disco
|
||||
Discoverybot
|
||||
DittoSpyder
|
||||
DnyzBot
|
||||
DomainAppender
|
||||
DomainCrawler
|
||||
DomainSigmaCrawler
|
||||
Dotbot
|
||||
DomainStatsBot
|
||||
Dragonfly
|
||||
DSearch
|
||||
EasyDL
|
||||
DTS Agent
|
||||
Ebingbong
|
||||
Ecxi
|
||||
EMail Siphon
|
||||
EMail Wolf
|
||||
evc-batch
|
||||
EirGrabber
|
||||
Evil
|
||||
Express WebPictures
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
facebookscraper
|
||||
FDM
|
||||
FemtosearchBot
|
||||
Firefox/7.0
|
||||
Flunky
|
||||
FyberSpider
|
||||
Foobot
|
||||
Fyrebot
|
||||
GalaxyBot
|
||||
Genieo
|
||||
GermCrawler
|
||||
GetRight
|
||||
GetWeb
|
||||
Go-Ahead-Got-It
|
||||
GoZilla
|
||||
GrabNet
|
||||
Grafula
|
||||
GrapeFX
|
||||
Gigabot
|
||||
G-i-g-a-b-o-t
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
GT::WWW
|
||||
Haansoft
|
||||
Havij
|
||||
HEADMasterSEO
|
||||
HTTrack
|
||||
Humanlinks
|
||||
Iblog
|
||||
IDBot
|
||||
Id-search
|
||||
IlseBot
|
||||
Image Fetch
|
||||
Image Sucker
|
||||
IndeedBot
|
||||
instabid
|
||||
InterGET
|
||||
Internet Ninja
|
||||
internetVista monitor
|
||||
ips-agent
|
||||
Iria
|
||||
Jbrofuzz
|
||||
JetCar
|
||||
Jetty
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Kenjin Spider
|
||||
Keyword Density
|
||||
Kozmosbot
|
||||
Lanshanbot
|
||||
LeechGet
|
||||
Larbin
|
||||
LeechFTP
|
||||
Lftp
|
||||
LibWeb
|
||||
Libwhisker
|
||||
Likse
|
||||
Lightspeedsystems
|
||||
Linkdexbot
|
||||
LinkextractorPro
|
||||
LinkScan
|
||||
LinksManager
|
||||
LinkWalker
|
||||
Lipperhey
|
||||
Lipperhey Spider
|
||||
Litemage_walker
|
||||
Lmspider
|
||||
Ltx71
|
||||
lwp-request
|
||||
lwp-trivial
|
||||
Magnet
|
||||
Mag-Net
|
||||
Majestic12
|
||||
Majestic SEO
|
||||
MarkMonitor
|
||||
MarkWatch
|
||||
Masscan
|
||||
Mass Downloader
|
||||
MauiBot
|
||||
meanpathbot
|
||||
Meanpathbot
|
||||
Mediatoolkitbot
|
||||
mediawords
|
||||
Metauri
|
||||
MFC_Tear_Sample
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
MJ12bot
|
||||
Mojeek
|
||||
Mr.4x3
|
||||
MSIECrawler
|
||||
Morfeus Fucking Scanner
|
||||
MSFrontPage
|
||||
Msrabot
|
||||
MS Web Services Client Protocol
|
||||
Musobot
|
||||
Nameprotect
|
||||
Navroad
|
||||
NearSite
|
||||
Needle
|
||||
Nessus
|
||||
Netcraft
|
||||
netEstate NE Crawler
|
||||
Net Vampire
|
||||
Netvibes
|
||||
NetMechanic
|
||||
NetSpider
|
||||
Nettrack
|
||||
NextGenSearchBot
|
||||
Niki-bot
|
||||
Nikto
|
||||
Nimbostratus
|
||||
Nmap
|
||||
oBot
|
||||
Offline Navigator
|
||||
Openfind
|
||||
Ninja
|
||||
NPbot
|
||||
Nutch
|
||||
Octopus
|
||||
Offline Explorer
|
||||
Openvas
|
||||
OrangeSpider
|
||||
OrangeBot
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageGrabber
|
||||
page scorer
|
||||
Pandalytics
|
||||
Papa Foto
|
||||
Pavuk
|
||||
PECL::HTTP
|
||||
PHPCrawl
|
||||
Picsearch
|
||||
PictureFinder
|
||||
Pi-Monster
|
||||
PleaseCrawl
|
||||
Pixray
|
||||
plumanalytics
|
||||
POE-Component-Client-HTTP
|
||||
Probethenet
|
||||
ProWebWalker
|
||||
Psbot
|
||||
Pump
|
||||
PxBroker
|
||||
RankActive
|
||||
RankActiveLinkBot
|
||||
RankingBot
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
RankurBot
|
||||
RealDownload
|
||||
Reaper
|
||||
RebelMouse
|
||||
Recorder
|
||||
RedesScrapy
|
||||
RepoMonkey
|
||||
Ripper
|
||||
RocketCrawler
|
||||
Rogerbot
|
||||
s1z.ru
|
||||
SBIder
|
||||
ScanAlert
|
||||
Scanbot
|
||||
scan.lol
|
||||
Scrapy
|
||||
ScreenerBot
|
||||
Screaming
|
||||
Semrush
|
||||
SemrushBot
|
||||
SEOprofiler
|
||||
SeoSiteCheckup
|
||||
serpstatbot
|
||||
Sitebeam
|
||||
Shodan
|
||||
SISTRIX
|
||||
SiteExplorer
|
||||
Siteimprove
|
||||
SiteSucker
|
||||
Sitevigil
|
||||
SmartDownload
|
||||
Snake
|
||||
Snapbot
|
||||
Snoopy
|
||||
SocialRankIOBot
|
||||
sogouspider
|
||||
Sosospider
|
||||
Sottopop
|
||||
SpankBot
|
||||
Spanner
|
||||
sp_auditbot
|
||||
Spbot
|
||||
Spinn3r
|
||||
SputnikBot
|
||||
spyfu
|
||||
Sqworm
|
||||
Steeler
|
||||
Stripper
|
||||
Sucker
|
||||
Sucuri
|
||||
Surfbot
|
||||
sysscan
|
||||
Telesoft
|
||||
Thumbor
|
||||
Titan
|
||||
T0PHackTeam
|
||||
tAkeOut
|
||||
Teleport
|
||||
Telesphoreo
|
||||
TheNomad
|
||||
TightTwatBot
|
||||
Toweyabot
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
Trendictionbot
|
||||
trendiction.com
|
||||
True_Robot
|
||||
Turingos
|
||||
Turnitin
|
||||
TurnitinBot
|
||||
TwengaBot
|
||||
Twice
|
||||
Typhoeus
|
||||
UnisterBot
|
||||
Upflow
|
||||
URLy Warning
|
||||
URLy.Warning
|
||||
Vagabondo
|
||||
VeriCiteCrawler
|
||||
Wallpapers/3.0
|
||||
VB Project
|
||||
VCI
|
||||
VoidEYE
|
||||
WallpapersHD
|
||||
WASALive-Bot
|
||||
WBSearchBot
|
||||
Webalta
|
||||
WebAuto
|
||||
WebBandit
|
||||
WebCollage
|
||||
Web Collage
|
||||
WebCopier
|
||||
WebEnhancer
|
||||
WebFetch
|
||||
Web Fetch
|
||||
Web Fuck
|
||||
WebImageCollector
|
||||
WebmasterWorldForumBot
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
Web Pix
|
||||
WebReaper
|
||||
Web Sauger
|
||||
WebsiteQuester
|
||||
Website Quester
|
||||
Webster
|
||||
WebStripper
|
||||
WebWhacker
|
||||
WeSEE
|
||||
WebSucker
|
||||
WebZIP
|
||||
Whack
|
||||
Whatweb
|
||||
Widow
|
||||
Who.is Bot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Woobot
|
||||
Wotbox
|
||||
Wprecon
|
||||
WPScan
|
||||
WWW-Mechanize
|
||||
WWW::Mechanize
|
||||
x22Mozilla
|
||||
Xenu
|
||||
xpymep1.exe
|
||||
Xaldon WebSpider
|
||||
Zauba
|
||||
zauba.io
|
||||
Zermelo
|
||||
zgrab
|
||||
Zitebot
|
||||
ZumBot
|
||||
ZmEu
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
1-free-share-buttons.com
|
||||
34.gs
|
||||
aa625d84f1587749c1ab011d6f269f7d64.com
|
||||
76brighton.co.uk
|
||||
aa81bf391151884adfa3dd677e41f94be1.com
|
||||
abclauncher.com
|
||||
adbetclickin.pink
|
||||
adman.se
|
||||
aliexpresscashback.club
|
||||
allwidewallpapers.com
|
||||
apimegabrowsebiz-a.akamaihd.net
|
||||
arenda-yeisk.ru
|
||||
artdeko.info
|
||||
aversis.net
|
||||
bazaronline24.ru
|
||||
bestpornuha.com
|
||||
bimatoprost-careprost.com
|
||||
bjorkbacken.nu
|
||||
bochemit.com.ua
|
||||
bolezniorganov.ru
|
||||
bpro1.top
|
||||
buy-meds24.com
|
||||
buytizanidineonline.blogspot.com
|
||||
carmuffler.net
|
||||
chiblackhawks-jerseys.com
|
||||
clickpapa.com
|
||||
cornomase.win
|
||||
cv.wallhade.co
|
||||
dengi-pod-zalog-nedvizhimosti.ru
|
||||
depositfiles-porn.ga
|
||||
design-ideas.info
|
||||
discountbarbour.online
|
||||
downloadmefiranaratb1972.xpg.com.br
|
||||
downvids.net
|
||||
e-biznes.info
|
||||
edwinkonijn.com.au
|
||||
empis.magix.net
|
||||
eu-cookie-law.blogspot.com
|
||||
filesclub.net
|
||||
finemanteam.com
|
||||
freeuploader.com
|
||||
fuel-gas.com
|
||||
greatzip.com
|
||||
hanink.biz.ly
|
||||
helvetia.com.ua
|
||||
hit-kino.ru
|
||||
inome.com.ua
|
||||
irunfar.com
|
||||
jolic2.com
|
||||
kchaxton.com
|
||||
kinobest.pl
|
||||
kutikomi.net
|
||||
lego4x4.ru
|
||||
link.ac
|
||||
littleberry.ru
|
||||
mapquestz.us
|
||||
matematikus.info
|
||||
mirzonru.net
|
||||
mister-shop.com
|
||||
morepoweronmac.trade
|
||||
moyakuhnia.ru
|
||||
napalm51.nut.cc
|
||||
nosecret.com.ua
|
||||
nrjmobile.fr
|
||||
pateaswing.com
|
||||
phpdevops.com
|
||||
podshipniki-ntn.ru
|
||||
pornosexrolik.com
|
||||
portal-eu.ru
|
||||
quelle.ru
|
||||
rankia.com
|
||||
realmonte.net
|
||||
rique.host.sk
|
||||
sanatorrii.ru
|
||||
santasgift.ml
|
||||
search.xtconnect.com
|
||||
seoheap.com
|
||||
seo-platform.com
|
||||
servingnotice.com
|
||||
sexkrasivo.net
|
||||
sibvitr.ru
|
||||
sk.golden-praga.ru
|
||||
slowmacfaster.trade
|
||||
sosdepotdebilan.com
|
||||
space2019.top
|
||||
statistici.ro
|
||||
superstats.com
|
||||
tubo360.com
|
||||
ua.tc
|
||||
versaut.xxx-cam.webcam
|
||||
vipps.com.my
|
||||
vysigy.su
|
||||
website-speed-checker.site
|
||||
whatzmyip.net
|
||||
winner7777.net
|
||||
xn-----8kcatubaocd1bneepefojs1h2e.xn--p1ai
|
||||
youjizz.vc
|
||||
zdesoboi.com
|
||||
zeroredirect9.com
|
||||
zeroredirect.com
|
||||
zoomovies.org
|
||||
abusora.com
|
||||
aksonural.ru
|
||||
arkartex.ru
|
||||
artavenuegardenstudios.com
|
||||
asscenihotosidea.blogspot.com
|
||||
avto-oligarh.ru
|
||||
backuperwebcam.weebly.com
|
||||
battleforupdating.site
|
||||
beatifullandscape.co
|
||||
bestadbid.com
|
||||
bestpriceninja.com
|
||||
best-seo-software.xyz
|
||||
bioscorp.ru
|
||||
blagovest-med.ru
|
||||
bluerobot.info
|
||||
bmw.afora.ru
|
||||
boole.onlinewebshop.net
|
||||
buyessaynow.biz
|
||||
candiceloves.us
|
||||
carson.getenjoyment.net
|
||||
clknsee.com
|
||||
coinsspb.com
|
||||
communisave.co.za
|
||||
compucelunlock.net
|
||||
com-supportcenter.website
|
||||
darmebel.com.ua
|
||||
detalizaciya-tut.biz
|
||||
earn-from-articles.com
|
||||
el-nation.com
|
||||
epngo.bz
|
||||
erotikstories.ru
|
||||
essayservicewriting.org
|
||||
ezigarettekaufen1.hpage.com
|
||||
fetishinside.com
|
||||
finansov.info
|
||||
fishingwholesale.us
|
||||
flauntyoursite.com
|
||||
germes-trans.com
|
||||
heygidday.biz
|
||||
hoste.octopis.com
|
||||
host-tracker.com
|
||||
igithab.com
|
||||
ihc2015.info
|
||||
insta-add.pro
|
||||
i-service.kz
|
||||
kaac.ru
|
||||
keywordsking.com
|
||||
kinogonew.ru
|
||||
labelwater.se
|
||||
lacapilla.info
|
||||
liveu.infoteka.hu
|
||||
mabdoola.blogspot.com
|
||||
medicineseasybuy.com
|
||||
miniature.io
|
||||
monarhs.info
|
||||
nootrino.com
|
||||
office2web.com
|
||||
okeinfo.online
|
||||
online-podarki.com
|
||||
orgasmus-virtual.com
|
||||
photo-clip.ru
|
||||
piccshare.com
|
||||
picsfair.com
|
||||
picurams.pw
|
||||
pony-business.com
|
||||
prostitutki-almata.org
|
||||
pufip.com
|
||||
reimageplus.com
|
||||
richinvestmonitor.com
|
||||
salut-camp.ru
|
||||
search-goo.com
|
||||
semprofile.com
|
||||
sex.hotblog.top
|
||||
shoesonlinebuy.cn
|
||||
sibdevice.ru
|
||||
site-speed-check.site
|
||||
snsdeainavi.info
|
||||
social-buttons.com
|
||||
sukirgenk.dvrlists.com
|
||||
svbur.ru
|
||||
tizanidinehcl2mgsideeffects.blogspot.com
|
||||
tradgardspartner.se
|
||||
ukrobstep.com
|
||||
umekana.ru
|
||||
urlopener.blogspot.com.au
|
||||
v-doc.co
|
||||
vellings.info
|
||||
viktoria-center.ru
|
||||
warningwar.ru
|
||||
waysbetter.cn
|
||||
westsextube.com
|
||||
wyniki-lista.pl
|
||||
xtrafficplus.com
|
||||
yottos.com
|
||||
youjizz.com
|
||||
zapiszto.pl
|
||||
zeroredirect6.com
|
||||
znakomstva-piter78.ru
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,250 +1,250 @@
|
|||
08800.top
|
||||
1bet.com
|
||||
1j7740kd.website
|
||||
1kinobig.ru
|
||||
1millionusd.xyz
|
||||
acc.eu.org
|
||||
acmebtn.ml
|
||||
adimmix.com
|
||||
adsfresh.men
|
||||
adtology.com
|
||||
adult-shop.com.ua
|
||||
adventureparkcostarica.com
|
||||
aktivator-windows10.blogspot.com
|
||||
alert-fdm.xyz
|
||||
amehdaily.com
|
||||
anonymizeme.pro
|
||||
apiitsthirteende-a.akamaihd.net
|
||||
apptester.tk
|
||||
arcadeplayhouse.com
|
||||
arkkivoltti.net
|
||||
asscenihotosidea.blogspot.com
|
||||
atlasvkusov.ru
|
||||
ausmepa.org.au
|
||||
autotop.com.ua
|
||||
3th.co.in
|
||||
57883.net
|
||||
7makemoneyonline.com
|
||||
8xv8.com
|
||||
91abcw.com
|
||||
aadroid.net
|
||||
advertisingtag.net
|
||||
alarmobninsk.ru
|
||||
alert.scansafe.net
|
||||
alif-ba-ta.com
|
||||
allboard.xobor.de
|
||||
apelsinnik.website
|
||||
apiwebwebgetcom-a.akamaihd.net
|
||||
apxeo.info
|
||||
aquarium-pro.ru
|
||||
arenda-yeisk.ru
|
||||
artdeko.info
|
||||
ascat.porn
|
||||
asia-forum.ru
|
||||
autochoixspinelli.com
|
||||
aviav.eu
|
||||
avitocars.ru
|
||||
avtochehli.by
|
||||
azbuka-mo.ru
|
||||
balook.com
|
||||
bambi.ck.ua
|
||||
beauty-b0x.pl
|
||||
bestofpicture.com
|
||||
beta.hotkeys.com
|
||||
bharatdefencekavach.com
|
||||
bjgugu.net.ua
|
||||
blogig.org
|
||||
bodybuilding-shop.biz
|
||||
brainboostingsupplements.org
|
||||
brendbutik.ru
|
||||
brillianty.info
|
||||
bristolhotel.com.ua
|
||||
bronzeaid-a.akamaihd.net
|
||||
brus.city
|
||||
bumascloset.com
|
||||
businesn.men
|
||||
buyessaynow.biz
|
||||
buzz-porno.info
|
||||
cablecar.us
|
||||
callstevens.com
|
||||
candypeople.se
|
||||
canyougethighofftizanidine.blogspot.com
|
||||
caveavins.fr
|
||||
cdnanalytics.xyz
|
||||
cdn.walkme.com
|
||||
cenoval.ru
|
||||
cfjump.com
|
||||
cleanallspyware.com
|
||||
cmd.kz
|
||||
cntravelre.com
|
||||
comissionka.net
|
||||
companies-catalog.com
|
||||
avon-severozapad.ru
|
||||
baditri.com
|
||||
bankcrediti.ru
|
||||
bard-real.com.ua
|
||||
beget.tech
|
||||
betterscooter.com
|
||||
bonanza-fortune.men
|
||||
bookhome.info
|
||||
breastaugmentation.co.za
|
||||
bscodecs.com
|
||||
burn-fat.ga
|
||||
buttons-for-website.com
|
||||
buyclomidonlaine.com
|
||||
buzzurl.jp
|
||||
calc-for-credit.ru
|
||||
cashonads.com
|
||||
cheapjerseysa.com
|
||||
chiblackhawks-jerseys.com
|
||||
chocoslim.pro
|
||||
cityadspix.com
|
||||
cleanallvirus.com
|
||||
coaching-netz.info
|
||||
cobaltpro.ru
|
||||
compliance-andrew.xyz
|
||||
compliance-mark.top
|
||||
concordexoticrentals.com
|
||||
copyrightclaims.org
|
||||
countbertwistdisp26.soup.io
|
||||
counterbot.com
|
||||
cowblog.fr
|
||||
crazyprotocol.com
|
||||
danschawbel.com
|
||||
ddospanel.com
|
||||
devochki.top
|
||||
dev-seo.blog
|
||||
digitalassetmanagement.site
|
||||
doctormakarova.ru
|
||||
dostavimvdom.ru
|
||||
dvd-famille.com
|
||||
eachdayisagift.review
|
||||
egovaleo.it
|
||||
electricwheelchairsarea.com
|
||||
electronicadirect.com
|
||||
elektronischezigarettekaufen2.tumblr.com
|
||||
eropornosex.ru
|
||||
escort-russian.com
|
||||
estelight.ru
|
||||
expertblog.info
|
||||
creditmoney.com.ua
|
||||
cubs-jerseys.us
|
||||
custom-electric-guitar.com
|
||||
dailystrength.org
|
||||
decorationspcs.com
|
||||
dellalimov.com
|
||||
distver.ru
|
||||
dnepr-avtospar.com.ua
|
||||
downloaddy.net
|
||||
doxyporno.com
|
||||
dtnlyss.com
|
||||
easytuningshop.ru
|
||||
ekn-art.se
|
||||
eredijovon.com
|
||||
etur.ru
|
||||
eupornstar.info
|
||||
euronis-free.com
|
||||
evehemming.blogspot.com.au
|
||||
excaliburfilms.com
|
||||
extlabs.io
|
||||
extremepornos.net
|
||||
eyelike.com.ua
|
||||
fable.in.ua
|
||||
farm26.ru
|
||||
femmesdenudees.com
|
||||
filefilter.weebly.com
|
||||
filmbokep69.com
|
||||
filmi-v.online
|
||||
folowsite.com
|
||||
forminecrafters.ru
|
||||
forpackningsutveckling.se
|
||||
foxjuegos.com
|
||||
free-gluten.ru
|
||||
fr.netlog.com
|
||||
gateway.zscalertwo.net
|
||||
gazobeton-p.com.ua
|
||||
getyourimage.club
|
||||
glastecfilms.com.my
|
||||
goodwinmetals.co
|
||||
gov.yanao.ru
|
||||
gsmlab.pl
|
||||
hackers-crackers.tk
|
||||
handsandlegs.ru
|
||||
hd720kino.ru
|
||||
hit-men.men
|
||||
hiwibyh.bugs3.com
|
||||
hoholikik.club
|
||||
hoste.octopis.com
|
||||
hotchatdate.com
|
||||
hptwaakw.blog.fc2.com
|
||||
hut1.ru
|
||||
iboss.com
|
||||
ideibiznesa2015.ru
|
||||
igrovyeavtomaty777.ru
|
||||
iinstalll-fii1leis.jus0wil.pp.ua
|
||||
incolors.club
|
||||
infokonkurs.ru
|
||||
islamtoday.co.za
|
||||
iwantedmoney.com
|
||||
janavibekken.no
|
||||
jerseywholesalebizchina.com
|
||||
kamen-e.ru
|
||||
keenoutlet.online
|
||||
klumba55.ru
|
||||
kotaku.com
|
||||
krasnodar-avtolombards.ru
|
||||
ezigarettenkaufen2.dreamwidth.org
|
||||
facebook-mobile.xyz
|
||||
fakehandbags.xyz
|
||||
ff30236ddef1465f88547e760973d70a.com
|
||||
fickenbumsen.net
|
||||
filunika.com.ru
|
||||
firesub.pl
|
||||
fiverr.com
|
||||
flooringinstallation-edmonton.com
|
||||
forex.osobye.ru
|
||||
forum.poker4life.ru
|
||||
forums.toucharcade.com
|
||||
freegamesplay.online
|
||||
free-traffic.xyz
|
||||
gallerylisting.com
|
||||
gdcentre.ru
|
||||
gemgrab-a.akamaihd.net
|
||||
getmyads24.com
|
||||
gifspics.com
|
||||
girlsfuckdick.com
|
||||
googlsucks.com
|
||||
gta-club.ru
|
||||
hacktougroup.ru
|
||||
hawaiisurf.com
|
||||
hcate.com
|
||||
hebr.myddns-flir.com
|
||||
highstairs-a.akamaihd.net
|
||||
home.myplaycity.com
|
||||
host-tracker.com
|
||||
htmlcorner.com
|
||||
hubbble.com
|
||||
i-hobot.ru
|
||||
images.gyffu.com
|
||||
imgata.com
|
||||
inboundlinks.win
|
||||
incanto.in.ua
|
||||
indianmedicaltourismshop.com
|
||||
infospot.pt
|
||||
insta-add.pro
|
||||
in-tandem.co
|
||||
integritylandscapeservices.com
|
||||
investsuccess.org
|
||||
investyb.com
|
||||
ip-guide.com
|
||||
irkutsk.online-podarki.com
|
||||
jav-way.site
|
||||
jerseywholesaleelitestore.com
|
||||
katjimej.blog.fc2.com
|
||||
kinofak.net
|
||||
kinogonew.ru
|
||||
kinostorm.net
|
||||
koleso24.com.ua
|
||||
konturkrasoty.ru
|
||||
krasula.pp.ua
|
||||
laulini.soclog.se
|
||||
lafriore.ru
|
||||
lechtaczka.net
|
||||
le-clos-des-alouettes.com
|
||||
legalrc.biz
|
||||
lescinq.com
|
||||
lignofix.ua
|
||||
limtu.ifmo.ru
|
||||
liveinternet.ru
|
||||
live-sexchat.ru
|
||||
liveu.infoteka.hu
|
||||
loadopia.com
|
||||
lombardfinder.ru
|
||||
long-beach-air-conditioning.com
|
||||
max-eclat.men
|
||||
metallosajding.ru
|
||||
micasainvest.com
|
||||
migente.com
|
||||
miniads.ca
|
||||
mnogabukaff.net
|
||||
moesonce.com
|
||||
monsterdivx.tv
|
||||
more-letom.ru
|
||||
mountainstream.ms
|
||||
muabancantho.info
|
||||
mundoaberrante.com
|
||||
lerporn.info
|
||||
lifebyleese.com
|
||||
linerdrilling.com
|
||||
linkbux.ru
|
||||
lmrauction.com
|
||||
loadingpages.me
|
||||
ltvperf.com
|
||||
machicon-akihabara.info
|
||||
maju.bluesalt.co
|
||||
malls.com
|
||||
manve.info
|
||||
master-muznachas.ru
|
||||
masthopehomes.com
|
||||
masturbate.co.uk
|
||||
meltwater.com
|
||||
mixx.com
|
||||
modabutik.ru
|
||||
moskva.nodup.ru
|
||||
musflashtv.com
|
||||
mycaf.it
|
||||
mylida.org
|
||||
nate.com
|
||||
netfacet.net
|
||||
nfvsz.com
|
||||
noscrapleftbehind.co
|
||||
nzfilecloud.weebly.com
|
||||
offside2.5v.pl
|
||||
okeinfo.online
|
||||
okroshki.ru
|
||||
omsk.xrus.org
|
||||
oneclickfiles.com
|
||||
oneminutesite.it
|
||||
onlythegames.com
|
||||
ooo-olni.ru
|
||||
orion-v.com
|
||||
ownshop.cf
|
||||
papasdelivery.ru
|
||||
perso.wanadoo.es
|
||||
poisk-zakona.ru
|
||||
pojdelo.weebly.com
|
||||
pornhub-ru.com
|
||||
pornofeuer.com
|
||||
pornoforadult.com
|
||||
powc.r.ca.d.sendibm2.com
|
||||
pozvonim.com
|
||||
praisong.net
|
||||
priceg.com
|
||||
privhosting.com
|
||||
prize44.com
|
||||
pro-tec.kz
|
||||
quick-seeker.com
|
||||
registrationdomainsite.com
|
||||
registrydomainservices.com
|
||||
reimageplus.com
|
||||
resant.ru
|
||||
retailwith.com
|
||||
rewardit.com
|
||||
rique.host.sk
|
||||
rusenvironmental.net
|
||||
rvtv.ru
|
||||
sammyweaver.com
|
||||
sanatorrii.ru
|
||||
sarm.tk
|
||||
savetubevideo.com
|
||||
scanner-mark.top
|
||||
secret.xn--oogle-wmc.com
|
||||
see-your-website-here.com
|
||||
seonetwizard.com
|
||||
seorussian.ru
|
||||
serpstat.com
|
||||
shinikiev.com.ua
|
||||
shopfishing.com.ua
|
||||
sisiynas.ru
|
||||
slavia.info
|
||||
slomm.ru
|
||||
snjatie-geroinovoy-lomki.ru
|
||||
socialbookmarksubmission.org
|
||||
socialbutton.xyz
|
||||
soft1.ru
|
||||
softomix.net
|
||||
sovetogorod.ru
|
||||
spamnuker.com
|
||||
spywareit.com
|
||||
star61.de
|
||||
stardevine.com
|
||||
stroyhelp-dv.ru
|
||||
studiokamyk.com.pl
|
||||
taihouse.ru
|
||||
textads.men
|
||||
thecoral.com.br
|
||||
thegolfclub.info
|
||||
thenews-today.info
|
||||
tizanidinedrugtest.blogspot.com
|
||||
tizanidineforopiatewithdrawal.blogspot.com
|
||||
tizanidinehydrochloride4mgstreetvalue.blogspot.com
|
||||
mystats.xyz
|
||||
nhl09.ru
|
||||
nudepatch.net
|
||||
oda.as
|
||||
okout.ru
|
||||
one-gear.com
|
||||
openmultipleurl.com
|
||||
ostroike.org
|
||||
ourville.info
|
||||
pandarastore.top
|
||||
parajumpersjakkesalgnorge.info
|
||||
partners-ship.pro
|
||||
pc-services.ru
|
||||
pelfind.me
|
||||
phobia.us
|
||||
pisanieprac.info
|
||||
piulatte.cz
|
||||
pk-pomosch.ru
|
||||
plastweb.ru
|
||||
pl-vouchers.com
|
||||
pregnant.guru
|
||||
privatefx.all4invest.info
|
||||
privatefx-in.ru
|
||||
promalp-universal.ru
|
||||
proxyradar.com
|
||||
push-ad.com
|
||||
puteshestvennik.com
|
||||
pyrodesigns.com.au
|
||||
quebec-bin.com
|
||||
queerspace.com
|
||||
realnye-otzyvy.info
|
||||
registrysweeper.com
|
||||
riders.ro
|
||||
scanner-elena.top
|
||||
screentoolkit.com
|
||||
sdelatmebel.ru
|
||||
seksotur.ru
|
||||
sexy.babes.frontend-stack.top
|
||||
sharebutton.net
|
||||
shikiso.info
|
||||
shopsellcardsdumps.com
|
||||
shopwme.ru
|
||||
simon3.ru
|
||||
sirpornogratis.xxx
|
||||
skachat-besplatno-obrazcy.ru
|
||||
social-fun.ru
|
||||
socialmadesimple.com
|
||||
sortthemesitesby.com
|
||||
soviet-portal.do.am
|
||||
spasswelt.net
|
||||
staticfs.host
|
||||
svetodiodoff.ru
|
||||
tandvardshuset.net
|
||||
templates.radiodigital.co
|
||||
thejournal.ru
|
||||
the-torrent-tracker.blogspot.com
|
||||
tizanidine6mg.blogspot.com
|
||||
tizanidinerecreationaluse.blogspot.com
|
||||
tnctrx.com
|
||||
toondinsey.com
|
||||
top-karkas.ru
|
||||
trafficjunky.com
|
||||
tx41tclega.ru
|
||||
usadacha.net
|
||||
us-america.ru
|
||||
vabasa.inwtrade.com
|
||||
valoresito.com
|
||||
vielporno.net
|
||||
villakohlanta.nu
|
||||
vitalads.net
|
||||
vykup-avto-krasnodar.ru
|
||||
topquality.cf
|
||||
track-rankings.online
|
||||
traderzplanet.in
|
||||
tupper-posuda.ru
|
||||
uchebavchehii.ru
|
||||
umaseh.com
|
||||
unitexindia.com
|
||||
urccvfmc.bloger.index.hr
|
||||
urlopener.com
|
||||
venerologiya.com
|
||||
videokrik.net
|
||||
vk-mus.ru
|
||||
voltrknc1.com
|
||||
wareseeker.com
|
||||
warezaccess.com
|
||||
watchmyfb.pl
|
||||
webkeyit.com
|
||||
wikes.20fr.com
|
||||
weburlopener.com
|
||||
weburok.com
|
||||
whatsappdownload10.com
|
||||
wineration.com
|
||||
win-spy.com
|
||||
worldmusicfests.com
|
||||
xn--80aaafbn2bc2ahdfrfkln6l.xn--p1ai
|
||||
xn--80aaagvmjabrs1aoc9luc.xn--p1ai
|
||||
xn--80abgj3a5acid6ghs.top
|
||||
xn----8sbhefaln6acifdaon5c6f4axh.xn--p1ai
|
||||
yourporngay.com
|
||||
ypmuseum.ru
|
||||
zeikopay.com
|
||||
zhorapankratov7.blogspot.com
|
||||
zoominfo.com
|
||||
witherrom55.eklablog.fr
|
||||
wleuaprpxuvr.ga
|
||||
wttavern.com
|
||||
wwwadultcheck.com
|
||||
wygraj-skiny.win
|
||||
xn----itbeirbjbi7bc6bh2d.xn--p1ai
|
||||
xvideosbay.com
|
||||
yebocasino.co.za
|
||||
ynymnwbm.bloger.index.hr
|
||||
youdesigner.kz
|
||||
yougame.biz
|
||||
yunque.pluto.ro
|
||||
zaapplesales.blogspot.com
|
||||
zaimhelp.ru
|
||||
zarabotat-na-sajte.ru
|
||||
zarenica.net
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the 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>
|
||||
<body bgcolor="white">
|
||||
<center><h1>503 Service Temporarily Unavailable</h1></center>
|
||||
|
@ -106,4 +96,34 @@
|
|||
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
|
||||
<p>This is merely used for testing !!!</p>
|
||||
</body>
|
||||
</html><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the 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><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the 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><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the 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>
|
|
@ -1,20 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the 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>
|
||||
<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">
|
||||
|
@ -126,4 +109,14 @@
|
|||
<h1>Welcome to the Nginx Ultimate Bad Bot Blocker</h1>
|
||||
<p>This is merely used for testing !!!</p>
|
||||
</body>
|
||||
</html><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the 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>
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
35.184.96.71 0;
|
||||
127.0.0.1 0;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1655
|
||||
#### Version: V4.2019.06.1656
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1655
|
||||
#### Version: V4.2019.06.1656
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -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)
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1655
|
||||
#### Version: V4.2019.06.1656
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1655
|
||||
#### Version: V4.2019.06.1656
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:43 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:45 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:44 SAST 2019
|
||||
### Version: V3.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:47 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:43 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:45 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1655
|
||||
### Updated: Fri Jun 28 12:06:46 SAST 2019
|
||||
### Version: V4.2019.06.1656
|
||||
### Updated: Fri Jun 28 12:50:48 SAST 2019
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue