mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
V4.2019.06.1673 [ci skip]
This commit is contained in:
parent
eebb8102f0
commit
c231aa6ace
50 changed files with 1665 additions and 1618 deletions
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 1;
|
||||
104.154.120.187 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 0;
|
||||
104.154.120.187 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:11 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 1;
|
||||
104.154.120.187 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 0;
|
||||
104.154.120.187 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:11 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -45,5 +45,5 @@
|
|||
# - 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.184.226.236 0;
|
||||
35.188.1.99 0;
|
||||
35.193.7.13 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1666
|
||||
### Updated: Fri Jun 28 18:37:45 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
server {
|
||||
listen *:9000;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/bots.d/ddos.conf;
|
||||
include /usr/local/nginx/bots.d/blockbots.conf;
|
||||
|
||||
listen *:9000;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
|
|
|
@ -58,8 +58,14 @@ http {
|
|||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:12 SAST 2019
|
||||
### Version: V3.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -58,9 +58,14 @@ http {
|
|||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 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.1672
|
||||
### Updated: Fri Jun 28 21:25:12 SAST 2019
|
||||
### Version: V3.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -58,9 +58,14 @@ http {
|
|||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 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.1672
|
||||
### Updated: Fri Jun 28 21:25:12 SAST 2019
|
||||
### Version: V3.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -58,9 +58,14 @@ http {
|
|||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 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.1672
|
||||
### Updated: Fri Jun 28 21:25:12 SAST 2019
|
||||
### Version: V3.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -58,9 +58,14 @@ http {
|
|||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 1;
|
||||
104.154.120.187 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.184.96.71 0;
|
||||
104.154.120.187 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:11 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -58,8 +58,14 @@ http {
|
|||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:12 SAST 2019
|
||||
### Version: V3.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:11 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:19 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 @@
|
|||
360Spider
|
||||
Apexoo
|
||||
CheTeam
|
||||
Devil
|
||||
DittoSpyder
|
||||
DomainAppender
|
||||
Ebingbong
|
||||
Ecxi
|
||||
FDM
|
||||
Firefox/7.0
|
||||
FrontPage
|
||||
404checker
|
||||
Aboundex
|
||||
AfD-Verbotsverfahren
|
||||
AIBOT
|
||||
AiHitBot
|
||||
BatchFTP
|
||||
Bitacle
|
||||
BlackWidow
|
||||
BlowFish
|
||||
BuiltWith
|
||||
BunnySlippers
|
||||
CATExplorador
|
||||
ExtractorPro
|
||||
Freeuploader
|
||||
Fyrebot
|
||||
Grafula
|
||||
Joomla
|
||||
Lipperhey Spider
|
||||
Ltx71
|
||||
Magnet
|
||||
Mag-Net
|
||||
magpie-crawler
|
||||
Metauri
|
||||
Microsoft Data Access
|
||||
MJ12bot
|
||||
NearSite
|
||||
netEstate NE Crawler
|
||||
Nettrack
|
||||
Octopus
|
||||
OpenVAS
|
||||
PageAnalyzer
|
||||
Pandalytics
|
||||
RankFlex
|
||||
ReGet
|
||||
Ripper
|
||||
SalesIntelligent
|
||||
scan.lol
|
||||
Sitebeam
|
||||
SurveyBot
|
||||
T0PHackTeam
|
||||
GetRight
|
||||
GrapeshotCrawler
|
||||
HEADMasterSEO
|
||||
IRLbot
|
||||
JikeSpider
|
||||
Libwhisker
|
||||
LNSpiderguy
|
||||
Mr.4x3
|
||||
Netcraft
|
||||
Nimbostratus
|
||||
Panscient
|
||||
PeoplePal
|
||||
Pixray
|
||||
Probethenet
|
||||
PxBroker
|
||||
SemrushBot
|
||||
SiteExplorer
|
||||
Sucker
|
||||
SuperHTTP
|
||||
tAkeOut
|
||||
Telesoft
|
||||
Toweyabot
|
||||
Trendictionbot
|
||||
Turingos
|
||||
URLy.Warning
|
||||
WASALive-Bot
|
||||
WEBDAV
|
||||
WebGo IS
|
||||
Website Quester
|
||||
WinHTTrack
|
||||
Wprecon
|
||||
WPScan
|
||||
WWW-Collector-E
|
||||
zgrab
|
||||
Typhoeus
|
||||
VB Project
|
||||
Webalta
|
||||
WebCopier
|
||||
Web Enhancer
|
||||
webmeup-crawler
|
||||
Webster
|
||||
Whack
|
||||
Widow
|
||||
Wonderbot
|
||||
Woobot
|
||||
Wotbox
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
404enemy
|
||||
Acunetix
|
||||
AfD-Verbotsverfahren
|
||||
AhrefsBot
|
||||
360Spider
|
||||
404checker
|
||||
Abonti
|
||||
Aboundexbot
|
||||
AIBOT
|
||||
Alexibot
|
||||
Alligator
|
||||
AllSubmitter
|
||||
Apexoo
|
||||
Anarchie
|
||||
archive.org_bot
|
||||
ASPSeek
|
||||
Attach
|
||||
Asterias
|
||||
autoemailspider
|
||||
backlink-check
|
||||
BacklinkCrawler
|
||||
BackStreet
|
||||
Badass
|
||||
Barkrowler
|
||||
Bandit
|
||||
BatchFTP
|
||||
BDFetch
|
||||
BBBike
|
||||
BetaBot
|
||||
Bigfoot
|
||||
Bitacle
|
||||
Blackboard
|
||||
Black Hole
|
||||
BLEXBot
|
||||
Bolt
|
||||
BotALot
|
||||
Buddy
|
||||
BuiltWith
|
||||
BunnySlippers
|
||||
Calculon
|
||||
CATExplorador
|
||||
CazoodleBot
|
||||
CherryPicker
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Chlooe
|
||||
Cloud mapping
|
||||
cognitiveseo
|
||||
Copier
|
||||
Cogentbot
|
||||
com.plumanalytics
|
||||
CopyRightCheck
|
||||
crawl.sogou.com
|
||||
CrazyWebCrawler
|
||||
Crescent
|
||||
CSHttp
|
||||
Copyscape
|
||||
Cosmos
|
||||
Craftbot
|
||||
crawler4j
|
||||
Curious
|
||||
Custo
|
||||
DatabaseDriverMysqli
|
||||
DBLBot
|
||||
demandbase-bot
|
||||
Demon
|
||||
DigitalPebble
|
||||
Disco
|
||||
Dispatch
|
||||
Digincore
|
||||
DIIbot
|
||||
Dirbuster
|
||||
Discobot
|
||||
DittoSpyder
|
||||
DnyzBot
|
||||
DomainStatsBot
|
||||
DomainSigmaCrawler
|
||||
Dotbot
|
||||
Download Wonder
|
||||
DSearch
|
||||
Dragonfly
|
||||
Drip
|
||||
DTS Agent
|
||||
Ecxi
|
||||
EasyDL
|
||||
eCatch
|
||||
ECCP/1.0
|
||||
EirGrabber
|
||||
EMail Siphon
|
||||
EroCrawler
|
||||
Evil
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
Extractor
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
EyeNetIE
|
||||
Ezooms
|
||||
FDM
|
||||
FHscan
|
||||
Fimap
|
||||
Freeuploader
|
||||
FrontPage
|
||||
FyberSpider
|
||||
Flunky
|
||||
Fyrebot
|
||||
GetWeb
|
||||
Gigablast
|
||||
Gigabot
|
||||
GermCrawler
|
||||
G-i-g-a-b-o-t
|
||||
GoZilla
|
||||
Go!Zilla
|
||||
Grabber
|
||||
GrabNet
|
||||
Grafula
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
GT::WWW
|
||||
Haansoft
|
||||
HaosouSpider
|
||||
Harvest
|
||||
Heritrix
|
||||
HMView
|
||||
HTMLparser
|
||||
Hloader
|
||||
HTTrack
|
||||
Humanlinks
|
||||
Iblog
|
||||
HybridBot
|
||||
IDBot
|
||||
Id-search
|
||||
Image Sucker
|
||||
Indy Library
|
||||
InfoNaviRobot
|
||||
InfoTekies
|
||||
InterGET
|
||||
InternetSeer
|
||||
IstellaBot
|
||||
JamesBOT
|
||||
internetVista monitor
|
||||
Iria
|
||||
Jbrofuzz
|
||||
JetCar
|
||||
Joomla
|
||||
JennyBot
|
||||
JOC Web Spider
|
||||
Jyxobot
|
||||
Kozmosbot
|
||||
Larbin
|
||||
Lftp
|
||||
LibWeb
|
||||
Lanshanbot
|
||||
LexiBot
|
||||
Lightspeedsystems
|
||||
Likse
|
||||
LinkextractorPro
|
||||
LinkScan
|
||||
Linkdexbot
|
||||
LinkpadBot
|
||||
LinkWalker
|
||||
LinqiaScrapeBot
|
||||
LinqiaMetadataDownloaderBot
|
||||
Lipperhey
|
||||
Lipperhey Spider
|
||||
Lmspider
|
||||
LNSpiderguy
|
||||
lwp-trivial
|
||||
Mag-Net
|
||||
magpie-crawler
|
||||
Mail.RU_Bot
|
||||
Majestic12
|
||||
Majestic SEO
|
||||
MarkWatch
|
||||
Masscan
|
||||
Mass Downloader
|
||||
Mata Hari
|
||||
meanpathbot
|
||||
Meanpathbot
|
||||
MeanPath Bot
|
||||
Mediatoolkitbot
|
||||
mediawords
|
||||
MFC_Tear_Sample
|
||||
Mojeek
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
MIDown tool
|
||||
MIIxpc
|
||||
Morfeus Fucking Scanner
|
||||
MSFrontPage
|
||||
MSIECrawler
|
||||
MS Web Services Client Protocol
|
||||
Name Intelligence
|
||||
Msrabot
|
||||
Needle
|
||||
Nessus
|
||||
NetAnts
|
||||
Netcraft
|
||||
NetLyzer
|
||||
NetSpider
|
||||
netEstate NE Crawler
|
||||
Nettrack
|
||||
Net Vampire
|
||||
NetZIP
|
||||
Netvibes
|
||||
Nibbler
|
||||
Niki-bot
|
||||
Nikto
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
NPbot
|
||||
Octopus
|
||||
Nmap
|
||||
Nutch
|
||||
Offline Explorer
|
||||
Offline Navigator
|
||||
Openfind
|
||||
OpenLinkProfiler
|
||||
Openvas
|
||||
OrangeBot
|
||||
OpenVAS
|
||||
OrangeSpider
|
||||
OutclicksBot
|
||||
OutfoxBot
|
||||
PageAnalyzer
|
||||
PageGrabber
|
||||
Panscient
|
||||
PECL::HTTP
|
||||
Papa Foto
|
||||
PeoplePal
|
||||
Picscout
|
||||
PictureFinder
|
||||
Pimonster
|
||||
Pi-Monster
|
||||
Pixray
|
||||
Probethenet
|
||||
plumanalytics
|
||||
POE-Component-Client-HTTP
|
||||
ProPowerBot
|
||||
ProWebWalker
|
||||
Pump
|
||||
PxBroker
|
||||
QueryN Metasearch
|
||||
PyCurl
|
||||
Quick-Crawler
|
||||
RankFlex
|
||||
RankingBot
|
||||
Rankivabot
|
||||
Reaper
|
||||
RankurBot
|
||||
RealDownload
|
||||
RebelMouse
|
||||
Recorder
|
||||
RedesScrapy
|
||||
RepoMonkey
|
||||
Ripper
|
||||
s1z.ru
|
||||
RocketCrawler
|
||||
ScanAlert
|
||||
Scanbot
|
||||
scan.lol
|
||||
Scrapy
|
||||
Screaming
|
||||
ScoutJet
|
||||
SearchmetricsBot
|
||||
SEOlyticsCrawler
|
||||
Seomoz
|
||||
SEOprofiler
|
||||
seoscanners
|
||||
SeoSiteCheckup
|
||||
Siphon
|
||||
SISTRIX
|
||||
SiteExplorer
|
||||
serpstatbot
|
||||
sexsearcher
|
||||
Sitebeam
|
||||
SiteLockSpider
|
||||
SiteSucker
|
||||
SlySearch
|
||||
SMTBot
|
||||
Snake
|
||||
Snapbot
|
||||
sogouspider
|
||||
Snoopy
|
||||
Sottopop
|
||||
SpaceBison
|
||||
Spammen
|
||||
Spanner
|
||||
sp_auditbot
|
||||
Spbot
|
||||
Spinn3r
|
||||
SputnikBot
|
||||
spyfu
|
||||
Sqlworm
|
||||
Sucuri
|
||||
SuperBot
|
||||
Sqlmap
|
||||
Sqworm
|
||||
SuperHTTP
|
||||
Surfbot
|
||||
Suzuran
|
||||
Swiftbot
|
||||
T8Abot
|
||||
tAkeOut
|
||||
Teleport
|
||||
Telesphoreo
|
||||
Telesphorep
|
||||
sysscan
|
||||
TeleportPro
|
||||
The Intraformant
|
||||
TheNomad
|
||||
TightTwatBot
|
||||
Toata
|
||||
Toweyabot
|
||||
Trendictionbot
|
||||
True_Robot
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
Turnitin
|
||||
TurnitinBot
|
||||
Typhoeus
|
||||
Upflow
|
||||
URLy Warning
|
||||
Vacuum
|
||||
Vagabondo
|
||||
VB Project
|
||||
VCI
|
||||
Virusdie
|
||||
VoidEYE
|
||||
Voltron
|
||||
Wallpapers/3.0
|
||||
WallpapersHD
|
||||
WASALive-Bot
|
||||
WBSearchBot
|
||||
Webalta
|
||||
Web Auto
|
||||
WebBandit
|
||||
Web Collage
|
||||
WebCopier
|
||||
WEBDAV
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebFetch
|
||||
WebFuck
|
||||
Web Fuck
|
||||
WebGo IS
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
WebReaper
|
||||
Web Pix
|
||||
WebSauger
|
||||
Web Sauger
|
||||
Webshag
|
||||
WebsiteQuester
|
||||
WebSucker
|
||||
Webster
|
||||
WebStripper
|
||||
Web Sucker
|
||||
WebWhacker
|
||||
WebZIP
|
||||
WinHTTrack
|
||||
WeSEE
|
||||
WISENutbot
|
||||
Wotbox
|
||||
WPScan
|
||||
Woobot
|
||||
WWW-Collector-E
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Xaldon_WebSpider
|
||||
YoudaoBot
|
||||
Zauba
|
||||
Zeus
|
||||
Xenu
|
||||
Zade
|
||||
Zermelo
|
||||
Zitebot
|
||||
ZmEu
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
360Spider
|
||||
404checker
|
||||
404enemy
|
||||
80legs
|
||||
Abonti
|
||||
ADmantX
|
||||
AIBOT
|
||||
AhrefsBot
|
||||
Aipbot
|
||||
AllSubmitter
|
||||
Alexibot
|
||||
Anarchie
|
||||
Apexoo
|
||||
archive.org_bot
|
||||
ASPSeek
|
||||
Attach
|
||||
autoemailspider
|
||||
backlink-check
|
||||
BacklinkCrawler
|
||||
Badass
|
||||
Bandit
|
||||
Barkrowler
|
||||
Battleztar Bazinga
|
||||
BatchFTP
|
||||
BBBike
|
||||
BDCbot
|
||||
BDFetch
|
||||
Bigfoot
|
||||
Bitacle
|
||||
Blackboard
|
||||
BlackWidow
|
||||
Blow
|
||||
BetaBot
|
||||
Black Hole
|
||||
BlowFish
|
||||
Boardreader
|
||||
Brandprotect
|
||||
Buddy
|
||||
BuiltBotTough
|
||||
BuiltWith
|
||||
Bullseye
|
||||
BuzzSumo
|
||||
CATExplorador
|
||||
CCBot
|
||||
Calculon
|
||||
Cegbfeieh
|
||||
CheeseBot
|
||||
CherryPicker
|
||||
ChinaClaw
|
||||
CheTeam
|
||||
Chlooe
|
||||
Claritybot
|
||||
Cliqzbot
|
||||
Collector
|
||||
com.plumanalytics
|
||||
CopyRightCheck
|
||||
Cosmos
|
||||
Craftbot
|
||||
crawler4j
|
||||
crawler.feedback
|
||||
crawl.sogou.com
|
||||
Crescent
|
||||
CrunchBot
|
||||
Custo
|
||||
CSHttp
|
||||
Curious
|
||||
DatabaseDriverMysqli
|
||||
DBLBot
|
||||
demandbase-bot
|
||||
Deusu
|
||||
Digincore
|
||||
DigitalPebble
|
||||
Dirbuster
|
||||
Discobot
|
||||
DomainAppender
|
||||
DomainSigmaCrawler
|
||||
Dragonfly
|
||||
Drip
|
||||
DnyzBot
|
||||
DomainCrawler
|
||||
DomainStatsBot
|
||||
Download Wonder
|
||||
DSearch
|
||||
EasyDL
|
||||
DTS Agent
|
||||
Ebingbong
|
||||
EirGrabber
|
||||
EMail Siphon
|
||||
eCatch
|
||||
ECCP/1.0
|
||||
EMail Wolf
|
||||
evc-batch
|
||||
Evil
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
Exabot
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
facebookscraper
|
||||
FHscan
|
||||
Fimap
|
||||
Flunky
|
||||
Genieo
|
||||
Getintent
|
||||
Foobot
|
||||
FrontPage
|
||||
Fyrebot
|
||||
GermCrawler
|
||||
GetRight
|
||||
GetWeb
|
||||
Gigablast
|
||||
Gigabot
|
||||
G-i-g-a-b-o-t
|
||||
Go-Ahead-Got-It
|
||||
Go!Zilla
|
||||
Grabber
|
||||
GrabNet
|
||||
Grafula
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
GT::WWW
|
||||
HaosouSpider
|
||||
Havij
|
||||
HEADMasterSEO
|
||||
Hloader
|
||||
HMView
|
||||
HTMLparser
|
||||
HTTP::Lite
|
||||
HTTrack
|
||||
HybridBot
|
||||
IDBot
|
||||
Image Fetch
|
||||
InfoNaviRobot
|
||||
InfoTekies
|
||||
Internet Ninja
|
||||
internetVista monitor
|
||||
ips-agent
|
||||
Iria
|
||||
IRLbot
|
||||
Iskanie
|
||||
IstellaBot
|
||||
JamesBOT
|
||||
JennyBot
|
||||
JetCar
|
||||
Jetty
|
||||
JikeSpider
|
||||
JOC Web Spider
|
||||
Jbrofuzz
|
||||
Joomla
|
||||
Jorgee
|
||||
Jyxobot
|
||||
Kenjin Spider
|
||||
Keyword Density
|
||||
LeechFTP
|
||||
LeechGet
|
||||
Lftp
|
||||
LexiBot
|
||||
LibWeb
|
||||
Libwhisker
|
||||
Lightspeedsystems
|
||||
Linkdexbot
|
||||
LinkextractorPro
|
||||
LinkScan
|
||||
LinkpadBot
|
||||
LinkWalker
|
||||
LinqiaMetadataDownloaderBot
|
||||
LinqiaRSSBot
|
||||
LinqiaScrapeBot
|
||||
Lipperhey Spider
|
||||
Lmspider
|
||||
LNSpiderguy
|
||||
Litemage_walker
|
||||
lwp-request
|
||||
LWP::Simple
|
||||
lwp-trivial
|
||||
Magnet
|
||||
Mag-Net
|
||||
magpie-crawler
|
||||
Mass Downloader
|
||||
MauiBot
|
||||
Majestic12
|
||||
Majestic-SEO
|
||||
MarkMonitor
|
||||
Masscan
|
||||
Meanpathbot
|
||||
Mediatoolkitbot
|
||||
mediawords
|
||||
Microsoft URL Control
|
||||
Mr.4x3
|
||||
MegaIndex.ru
|
||||
MFC_Tear_Sample
|
||||
Microsoft Data Access
|
||||
MIIxpc
|
||||
Morfeus Fucking Scanner
|
||||
MSIECrawler
|
||||
Msrabot
|
||||
muhstik-scan
|
||||
Musobot
|
||||
Name Intelligence
|
||||
Navroad
|
||||
NearSite
|
||||
Needle
|
||||
Nessus
|
||||
netEstate NE Crawler
|
||||
NetAnts
|
||||
NetMechanic
|
||||
Net Vampire
|
||||
Netvibes
|
||||
NetZIP
|
||||
Nmap
|
||||
NPbot
|
||||
Offline Navigator
|
||||
Nibbler
|
||||
NICErsPRO
|
||||
Niki-bot
|
||||
NimbleCrawler
|
||||
Nimbostratus
|
||||
Nutch
|
||||
oBot
|
||||
Offline Explorer
|
||||
OnCrawl
|
||||
Openvas
|
||||
OpenVAS
|
||||
OutclicksBot
|
||||
PageGrabber
|
||||
Panscient
|
||||
OutfoxBot
|
||||
page scorer
|
||||
Pandalytics
|
||||
Pavuk
|
||||
pcBrowser
|
||||
PeoplePal
|
||||
PHPCrawl
|
||||
Picsearch
|
||||
Pixray
|
||||
Picscout
|
||||
PictureFinder
|
||||
Pimonster
|
||||
Pi-Monster
|
||||
PleaseCrawl
|
||||
POE-Component-Client-HTTP
|
||||
ProPowerBot
|
||||
Psbot
|
||||
plumanalytics
|
||||
ProWebWalker
|
||||
Pump
|
||||
PxBroker
|
||||
PyCurl
|
||||
QueryN Metasearch
|
||||
RankActive
|
||||
RankFlex
|
||||
RankingBot
|
||||
Quick-Crawler
|
||||
RankActiveLinkBot
|
||||
RankurBot
|
||||
Reaper
|
||||
RealDownload
|
||||
RebelMouse
|
||||
ReGet
|
||||
Ripper
|
||||
RocketCrawler
|
||||
ScanAlert
|
||||
RepoMonkey
|
||||
Rogerbot
|
||||
SBIder
|
||||
Scanbot
|
||||
Scrapy
|
||||
scan.lol
|
||||
Semrush
|
||||
SEOkicks
|
||||
SEOlyticsCrawler
|
||||
SemrushBot
|
||||
Seomoz
|
||||
SeoSiteCheckup
|
||||
serpstatbot
|
||||
sexsearcher
|
||||
SISTRIX
|
||||
seoscanners
|
||||
Shodan
|
||||
SiteExplorer
|
||||
SiteLockSpider
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
SiteSnagger
|
||||
Snake
|
||||
Snapbot
|
||||
Snoopy
|
||||
Sociscraper
|
||||
Sogou web spider
|
||||
Sosospider
|
||||
SpaceBison
|
||||
SpankBot
|
||||
sp_auditbot
|
||||
Spbot
|
||||
SputnikBot
|
||||
Sucker
|
||||
spyfu
|
||||
Sqlmap
|
||||
Sqworm
|
||||
Sucuri
|
||||
SuperHTTP
|
||||
SurveyBot
|
||||
Suzuran
|
||||
Swiftbot
|
||||
SuperBot
|
||||
Surfbot
|
||||
Szukacz
|
||||
T0PHackTeam
|
||||
T8Abot
|
||||
tAkeOut
|
||||
TeleportPro
|
||||
Teleport
|
||||
Telesoft
|
||||
Telesphoreo
|
||||
Telesphorep
|
||||
The Intraformant
|
||||
TheNomad
|
||||
TightTwatBot
|
||||
Titan
|
||||
Toweyabot
|
||||
Trendiction
|
||||
trendiction.de
|
||||
True_Robot
|
||||
Turingos
|
||||
TurnitinBot
|
||||
UnisterBot
|
||||
URLy Warning
|
||||
URLy.Warning
|
||||
TwengaBot
|
||||
Twice
|
||||
Upflow
|
||||
Vagabondo
|
||||
VB Project
|
||||
VeriCiteCrawler
|
||||
Virusdie
|
||||
VoidEYE
|
||||
Voil
|
||||
Voltron
|
||||
Wallpapers/3.0
|
||||
WASALive-Bot
|
||||
Webalta
|
||||
Web Auto
|
||||
WebBandit
|
||||
WebCollage
|
||||
Web Collage
|
||||
WebCopier
|
||||
WEBDAV
|
||||
Web Enhancer
|
||||
Web Fuck
|
||||
WebGo IS
|
||||
Web Pix
|
||||
WebSauger
|
||||
Web Sauger
|
||||
WebsiteExtractor
|
||||
Webster
|
||||
WebEnhancer
|
||||
WebFetch
|
||||
Web Fetch
|
||||
WebFuck
|
||||
WebLeacher
|
||||
WebmasterWorldForumBot
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
WebsiteQuester
|
||||
Website Quester
|
||||
WebStripper
|
||||
WebSucker
|
||||
Web Sucker
|
||||
WebWhacker
|
||||
WeSEE
|
||||
Whack
|
||||
Whacker
|
||||
Whatweb
|
||||
WinHTTrack
|
||||
WiseGuys Robot
|
||||
WISENutbot
|
||||
Wonderbot
|
||||
Wprecon
|
||||
Wotbox
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
WWWOFFLE
|
||||
x09Mozilla
|
||||
Xaldon_WebSpider
|
||||
Xenu
|
||||
xpymep1.exe
|
||||
YoudaoBot
|
||||
zauba.io
|
||||
Zermelo
|
||||
ZmEu
|
||||
ZumBot
|
||||
ZyBorg
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
1qingdao.com
|
||||
aasoldes.fr
|
||||
alfabot.xyz
|
||||
allnews24.in
|
||||
apiholdingmypage-a.akamaihd.net
|
||||
12bet.com
|
||||
13tabs.com
|
||||
2daytrendingnews.com
|
||||
adserver-e7.com
|
||||
adsref.men
|
||||
advertex.info
|
||||
advertisingtag.net
|
||||
allblogroll.com
|
||||
alot.com
|
||||
alpinism.ru
|
||||
am15.net
|
||||
arendakvartir.kz
|
||||
atmovs.com
|
||||
azte.ch
|
||||
basedecor.ru
|
||||
batanga.net
|
||||
besthoro.ru
|
||||
bloggedporn.com
|
||||
blogrankers.com
|
||||
bocoarchives.org
|
||||
cartierring.xyz
|
||||
ccbill.com
|
||||
centrumcoachingu.com
|
||||
cheapmarmot.online
|
||||
ciekawinki.pl
|
||||
citetick.com
|
||||
coderstate.com
|
||||
com-cleaner.systems
|
||||
comeondog.info
|
||||
day-news.info
|
||||
dotmass.top
|
||||
downvids.net
|
||||
dvervmoskvu.ru
|
||||
ecookna.com.ua
|
||||
eupornstar.info
|
||||
eyemagination.com
|
||||
forms-mtm.ru
|
||||
fortwosmartcar.pw
|
||||
gameplexcity.com
|
||||
ge0ip.net
|
||||
geoads.com
|
||||
get-seo-domain.com
|
||||
goo.ne.jp
|
||||
goroda-vsego-mira.ru
|
||||
guge.io
|
||||
houston-vikings.com
|
||||
huhn.altervista.org
|
||||
ilovevitaly.com
|
||||
kaidalibor.de
|
||||
lampokrat.ws
|
||||
lasvegaslockandsafe.com
|
||||
ledis.top
|
||||
mcnamaratech.com
|
||||
mega-bony2017.pl
|
||||
michaelkorssaleoutletonline.net
|
||||
money-for-placing-articles.com
|
||||
mrpornogratis.xxx
|
||||
naturalpharm.com.ua
|
||||
niroo.info
|
||||
oakleyglassesonline.us
|
||||
onlinemegax.com
|
||||
aviav.eu
|
||||
belinka.com.ua
|
||||
bestcurs.org
|
||||
biznesluxe.ru
|
||||
brainsandeggs.blogspot.com
|
||||
brandbucket.com
|
||||
brus-vsem.ru
|
||||
bum.com.ru
|
||||
club-musics.ru
|
||||
cymbaltaandtizanidine.blogspot.com
|
||||
domashneeruporno.com
|
||||
etotupo.ru
|
||||
europages.com.ru
|
||||
evogarage.com
|
||||
excitacion.info
|
||||
ezigarettenshop2.myblog.de
|
||||
fr.netlog.com
|
||||
gagrasector.ru
|
||||
gilbertbanda.net
|
||||
glastecfilms.com.my
|
||||
guruofcasino.com
|
||||
hahashka.ru
|
||||
hjaoopoa.top
|
||||
homemature.net
|
||||
hunthillfarmtrust.org
|
||||
ibb.com.ua
|
||||
ibmdatamanagement.co
|
||||
infazavr.ru
|
||||
iqupdatetmz.win
|
||||
itag.pw
|
||||
itsdp3.com
|
||||
iwanttodeliver.com
|
||||
kerch.site
|
||||
ketrzyn.pl
|
||||
kopihijau.info
|
||||
labafydjxa.su
|
||||
laparfumotec.com
|
||||
macrotek.ru
|
||||
mahnwachen-helfen.info
|
||||
matb3aa.com
|
||||
medosmotr-ufa.ru
|
||||
megahdporno.net
|
||||
mobsfun.net
|
||||
moyakuhnia.ru
|
||||
muschisexbilder.com
|
||||
namenectar.com
|
||||
narco24.me
|
||||
nfljerseysforsalewholesaler.com
|
||||
oballergiya.ru
|
||||
online-x.ru
|
||||
p-business.ru
|
||||
piluli.info
|
||||
podshipniki-nsk.ru
|
||||
pokemon-go-play.online
|
||||
pornoelita.info
|
||||
redirectingat.com
|
||||
registrationdomainsite.com
|
||||
reklamuss.ru
|
||||
scanner-don.top
|
||||
scanner-mark.top
|
||||
sel-hoz.com
|
||||
serialsway.ucoz.ru
|
||||
sevenstars7.com
|
||||
shivafurnishings.com
|
||||
shop.xz618.com
|
||||
spin2016.cf
|
||||
sugarlyflex.pw
|
||||
superlist.biz
|
||||
tackletarts.co
|
||||
timhost.ru
|
||||
titan-cloud.life
|
||||
torontoplumbinggroup.com
|
||||
trahvid.com
|
||||
truck-land.life
|
||||
ttsq.fr
|
||||
ua.tc
|
||||
uchetunet.su
|
||||
uhod-za-sobakoj.ru
|
||||
unrealcommander.org
|
||||
video-chat.in
|
||||
vipps.com.my
|
||||
vipromoffers.com
|
||||
orel-reshka.net
|
||||
outpersonals.com
|
||||
pc4download.co
|
||||
producm.ru
|
||||
ragecash.com
|
||||
ranksignals.com
|
||||
rutor.group
|
||||
scanner-walt.top
|
||||
scenicmissouri.us
|
||||
sexfreepornoxxx.com
|
||||
shisha-swag.de
|
||||
sisi-go.ru
|
||||
siteonomy.com
|
||||
slavic-magic.ru
|
||||
speechfoodie.com
|
||||
srdrvp.com
|
||||
stroy-portal22.ru
|
||||
surffoundation.nl
|
||||
tdsing.ru
|
||||
the-trader.net
|
||||
tizanidineusedfor.blogspot.com
|
||||
trainoffend.ml
|
||||
univerfiles.com
|
||||
visa-pasport.ru
|
||||
vitalads.net
|
||||
w3data.co
|
||||
webmonetizer.net
|
||||
wingsofrefuge.net
|
||||
wordpress-crew.net
|
||||
wwwadultcheck.com
|
||||
xingzi-vision.com
|
||||
xxxdatinglocal.us
|
||||
xxxrus.org
|
||||
zaimite.ru
|
||||
zscalerone.net
|
||||
vozbujdenie.com
|
||||
westum.se
|
||||
wholesalecheapjerseysfree.com
|
||||
wordpresscore.com
|
||||
worldhistory.biz
|
||||
wsgames.ru
|
||||
xgames-04.com
|
||||
x-lime.com
|
||||
xn--80abgj3a5acid6ghs.top
|
||||
xn--80ahvj9e.xn--p1ai
|
||||
xn--l1aengat.xn--p1ai
|
||||
yourserverisdown.com
|
||||
yurgorod.ru
|
||||
zeroredirect7.com
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,250 +1,250 @@
|
|||
007angels.com
|
||||
21h2o.com
|
||||
34.gs
|
||||
57883.net
|
||||
999webdesign.com
|
||||
aasoldes.fr
|
||||
abiente.ru
|
||||
abwa.tk
|
||||
acmebtn.ml
|
||||
adanih.com
|
||||
adclickthru.net
|
||||
adultnet.in
|
||||
akusherok.ru
|
||||
alert-jdh.xyz
|
||||
alienwheel.es
|
||||
allblogroll.com
|
||||
allforminecraft.ru
|
||||
allwomen.info
|
||||
aloofly.com
|
||||
alpinism.ru
|
||||
00go.com
|
||||
0n-line.tv
|
||||
1001watch.com.ua
|
||||
2kata.ru
|
||||
4istoshop.com
|
||||
aa8780bb28a1de4eb5bff33c28a218a930.com
|
||||
absolute-s.ru
|
||||
abusora.com
|
||||
acgs.tk
|
||||
activepr.ru
|
||||
adamoads.com
|
||||
adtech.us
|
||||
adultactioncam.com
|
||||
advertisingtag.net
|
||||
adzpower.com
|
||||
afmuseum.com
|
||||
ahmedabadwebs.com
|
||||
android4fun.org
|
||||
animal36.com
|
||||
anonymous-redirect.com
|
||||
arpelsreplica.xyz
|
||||
arquapetrarca.info
|
||||
artel116.ru
|
||||
asophoto.com
|
||||
auto-zapchasti.org
|
||||
azartniy-bonus.com
|
||||
bannerpower.com
|
||||
bannerspace.com
|
||||
beauby.ru
|
||||
bestprofits-there.com
|
||||
bestsexyblog.com
|
||||
billiard-classic.com.ua
|
||||
bizcheapjerseyswholesalechina.com
|
||||
blobar.org
|
||||
bluesalt.co
|
||||
boc.kz
|
||||
bolegapakistan.com
|
||||
boleznikogi.com
|
||||
bosefux.esy.es
|
||||
buyantiviralwp.com
|
||||
cementaresearch.se
|
||||
cercacamion.it
|
||||
cheapwebsitehoster.com
|
||||
cherrypointplace.ca
|
||||
cherubinimobili.it
|
||||
chinajerseyswholesalecoupons.com
|
||||
cialgenisrx.com
|
||||
collegeessay19.blogspot.ru
|
||||
compliance-george.xyz
|
||||
androids-store.com
|
||||
apiluckyleapnet-a.akamaihd.net
|
||||
appearance-cool.com
|
||||
artpicso.com
|
||||
asseenontvonline.ru
|
||||
australia-opening-times.com
|
||||
avtovolop.ru
|
||||
baixar-musicas-gratis.com
|
||||
bala.getenjoyment.net
|
||||
balois.worldbreak.com
|
||||
bank.uz
|
||||
bestofferswalkmydogouteveryday.gq
|
||||
bezcmexa.ru
|
||||
birzha-truda.eu
|
||||
blacktwhite.com
|
||||
bombla.org
|
||||
bonkers.name
|
||||
boole.onlinewebshop.net
|
||||
buttons-for-your-website.com
|
||||
candelluxsklep.pl
|
||||
cartierlovestore.com
|
||||
cfsrating.sonicwall.com
|
||||
chocolateslim-en-france.com
|
||||
cibpenonptib.flu.cc
|
||||
classiquebijoux.ru
|
||||
clodo.ru
|
||||
club-samodelkin.ru
|
||||
com-cleaner.systems
|
||||
compliance-jess.top
|
||||
compliance-margo.top
|
||||
conocer-sanabria.com
|
||||
coolyarddecorations.com
|
||||
copenergo.ru
|
||||
copyrightclaims.org
|
||||
customcatchcan.com
|
||||
customerpromos-a.akamaihd.net
|
||||
cypernhuset.se
|
||||
data-mining.tk
|
||||
data.vtc.pw
|
||||
db.speedup.gdn
|
||||
den-noch24.ru
|
||||
dgfitness.co
|
||||
divku.ru
|
||||
dogbreedspicture.net
|
||||
dokfilms.net
|
||||
dostavka-v-krym.com
|
||||
dtm-spain.com
|
||||
dvrlists.com
|
||||
edudocs.net
|
||||
election.interferencer.ru
|
||||
elkacentr.ru
|
||||
erotische-geschichten-xxl.com
|
||||
etur.ru
|
||||
euronis-free.com
|
||||
coolwallpapers-hd.com
|
||||
crazyprotocol.com
|
||||
creams.makeforum.eu
|
||||
damasarenai.info
|
||||
dayibiao.com
|
||||
decenttools.com
|
||||
dfiles.me
|
||||
digital-video-processing.com
|
||||
discountbarbour.online
|
||||
dktr.ru
|
||||
domination.ml
|
||||
duplicashapp.com
|
||||
elitedollars.com
|
||||
eloxal.ru
|
||||
escort-russian.com
|
||||
evidencecleanergold.com
|
||||
exct.net
|
||||
expdom.com
|
||||
extrabot.com
|
||||
ezb.elvenmachine.com
|
||||
fbdownloader.com
|
||||
figuringmoneyout.com
|
||||
film-one.ru
|
||||
financepoints.eu
|
||||
flauntyoursite.com
|
||||
fellowshipoftheminds.com
|
||||
femmesdenudees.com
|
||||
findpik.com
|
||||
firesub.pl
|
||||
fok.nl
|
||||
forms-mtm.ru
|
||||
free411games.com
|
||||
germetiki.com.ua
|
||||
given2.com
|
||||
globatur.ru
|
||||
google-liar.ru
|
||||
gsasearchengineranker.top
|
||||
g.starmoe.xyz
|
||||
guigyverpo.cf
|
||||
hauleddes.com
|
||||
hdimagegallery.net
|
||||
heroz.fr
|
||||
hobbyhuren24.net
|
||||
ilovevitaly.com
|
||||
ilovevitaly.xyz
|
||||
i-midias.net.br
|
||||
instakink.com
|
||||
ip-guide.com
|
||||
irunfar.com
|
||||
juliadiets.com
|
||||
kanimage.com
|
||||
katjimej.blog.fc2.com
|
||||
keywords-monitoring-your-success.com
|
||||
kino-filmi.com
|
||||
koversite.info
|
||||
kuzinsp.ru
|
||||
lafourmiliaire.com
|
||||
laparfumotec.com
|
||||
larose.jb2c.me
|
||||
life.biz.ua
|
||||
lockerz.com
|
||||
lolnex.us
|
||||
louboutinbooties.xyz
|
||||
m292.info
|
||||
makemoneyonline.com
|
||||
manualterap.roleforum.ru
|
||||
marmotstore.online
|
||||
mensandals.xyz
|
||||
mhi-systems.ru
|
||||
michaelkorsoutlet.store
|
||||
mini.7zap.com
|
||||
minyetki.ru
|
||||
misterjtbarbers.com
|
||||
mixtapetorrent.com
|
||||
monarchfind-a.akamaihd.net
|
||||
moncleroutletonline.win
|
||||
moneymaster.ru
|
||||
most-kerch.org
|
||||
mrwhite.biz
|
||||
musicktab.com
|
||||
mustat.com
|
||||
mybinaryoptionsrobot.com
|
||||
mygameplus.ru
|
||||
naj-filmy24.pl
|
||||
narosty.com
|
||||
narutonaruto.ru
|
||||
nhl17coinsforps3.gratisblog.biz
|
||||
nikhilbahl.com
|
||||
notasprensa.info
|
||||
nyfinance.ml
|
||||
offf.info
|
||||
openlibrary.org
|
||||
origin-my.ru
|
||||
ourville.info
|
||||
outrageousdeal-a.akamaihd.net
|
||||
pc-test.net
|
||||
peekyou.com
|
||||
petitions.whitehouse.gov
|
||||
peugeot-club.org
|
||||
photo.houseofgaga.ru
|
||||
pinwallpaper.xyz
|
||||
playboyfiles.xblog.in
|
||||
pogruztehnik.ru
|
||||
porndairy.in
|
||||
pornogad.com
|
||||
footballfarrago.com
|
||||
foto-basa.com
|
||||
fotosfotos.eu
|
||||
fuckbuddybestgilf.info
|
||||
funponsel.com
|
||||
galleryawesome.com
|
||||
gamebackyard.com
|
||||
gateway.zscalertwo.net
|
||||
gelezki.com
|
||||
genericviagrasildenafiled.net
|
||||
genetworx.com
|
||||
getdot.ru
|
||||
gfaq.ru
|
||||
goodprotein.ru
|
||||
gotomontenegro.net
|
||||
gsasearchenginerankerdiscount.com
|
||||
headpress.ru
|
||||
hermesreplica.win
|
||||
high-speed1.net
|
||||
holidaypics.org
|
||||
igtools.club
|
||||
imagefinder.site
|
||||
img.wallpaperstock.net
|
||||
imicrovision.com
|
||||
interfucks.net
|
||||
iqbazar.ru
|
||||
ix20.ru
|
||||
jikoman.info
|
||||
jwss.cc
|
||||
kazan.xrus.org
|
||||
ketoanhanoi.info
|
||||
keyhantercume.com
|
||||
khafre.us
|
||||
kinohall.ru
|
||||
kirov.zrus.org
|
||||
kiskinhouse.com
|
||||
kiwe-analytics.com
|
||||
leadwayau.com
|
||||
lechtaczka.net
|
||||
lion.misba.us
|
||||
live-cam6.info
|
||||
lollypopgaming.com
|
||||
lomza.info
|
||||
low-format.ru
|
||||
m5home.ru
|
||||
makis.nu
|
||||
maladot.com
|
||||
mapquestz.us
|
||||
masturbate.co.uk
|
||||
matchpal-a.akamaihd.net
|
||||
max-eclat.men
|
||||
meccadumps.net
|
||||
metalonly.info
|
||||
mir-business-24.ru
|
||||
mojaocena.com
|
||||
monclerboots.xyz
|
||||
monclercheap.xyz
|
||||
most.gov.iq
|
||||
moyaterapiya.ru
|
||||
musezone.ru
|
||||
mydeathspace.com
|
||||
myfreemp3.eu
|
||||
myhealthcare.com
|
||||
netanalytics.xyz
|
||||
nextconseil.com
|
||||
nicefloor.co.uk
|
||||
nodup.ru
|
||||
onefilms.net
|
||||
onload.pw
|
||||
openstat.com
|
||||
opinionreelle.com
|
||||
phormchina.com
|
||||
photorepair.ru
|
||||
pinkduck.ga
|
||||
pixelrz.com
|
||||
plaff-go.ru
|
||||
popup-fdm.xyz
|
||||
porngalleries.top
|
||||
pornhub-forum.ga
|
||||
portal-eu.ru
|
||||
portnoff.od.ua
|
||||
postclass.com
|
||||
prefersurvey.net
|
||||
progonrumarket.ru
|
||||
prombudpostach.com.ua
|
||||
prostitutki-tyumeni.org
|
||||
rankingchart.de
|
||||
rapevideosmovies.com
|
||||
regionshop.biz
|
||||
registratciya-v-moskve.ru
|
||||
rp9.ru
|
||||
rvi.biz
|
||||
sankt-peterburg.nodup.ru
|
||||
sayyoethe.blogspot.co.za
|
||||
sbt-aqua.ru
|
||||
scenicmissouri.us
|
||||
securityallianceservices.com
|
||||
seksvideoonlain.com
|
||||
seo-platform.com
|
||||
seo-prof1.xyz
|
||||
servethis.com
|
||||
sexkontakteao.info
|
||||
sexpartygirls.net
|
||||
sex-pr.net
|
||||
shlyahten.ru
|
||||
shoppingmiracles.co.uk
|
||||
sibtest.ru
|
||||
site5.com
|
||||
slavia.info
|
||||
snegozaderzhatel.ru
|
||||
spidtest.org
|
||||
spravka130.ru
|
||||
staticfs.host
|
||||
steamoff.net
|
||||
sterva.cc
|
||||
streetfire.net
|
||||
supermesta.ru
|
||||
svtrd.com
|
||||
syndicate.fun
|
||||
taihouse.ru
|
||||
tam-gde-more.ru
|
||||
td-l-market.ru
|
||||
teesdaleflyballclub.co.uk
|
||||
template-kid.com
|
||||
thebluenoodle.com
|
||||
top10registrycleaners.com
|
||||
track112.site
|
||||
trafficjunky.com
|
||||
trk-4.net
|
||||
tuckpointingmasonrysystems.com
|
||||
typimga.pw
|
||||
ufa.xrus.org
|
||||
univerfiles.com
|
||||
ural-buldozer.ru
|
||||
urdoot.win
|
||||
usbggettwku.ga
|
||||
v720hd.ru
|
||||
vapomnoncri.tk
|
||||
vepad.com
|
||||
videtubs.pl
|
||||
vikistars.com
|
||||
viktoria-center.ru
|
||||
vipps.com.my
|
||||
virtuagirl.com
|
||||
vita.com.hr
|
||||
vitoriacabos.com
|
||||
vkontarkte.com
|
||||
vsdshnik.com
|
||||
warezaccess.com
|
||||
porto.abuilder.net
|
||||
printingpeach.com
|
||||
prostitutki-tolyatti.org
|
||||
prpops.com
|
||||
pst2017.onlinewebshop.net
|
||||
purplestats.com
|
||||
quick-offer.com
|
||||
rada.ru
|
||||
registrydomainservices.com
|
||||
rennlist.com
|
||||
rent2spb.ru
|
||||
rentehno.ru
|
||||
reversing.cc
|
||||
rewardit.com
|
||||
riders.ro
|
||||
rock-cafe.info
|
||||
royalads.net
|
||||
rubbed.us
|
||||
scanner-alexa.top
|
||||
scenarii-1-sentyabrya.uroki.org.ua
|
||||
scopich.com
|
||||
senger.atspace.co.uk
|
||||
seojokes.net
|
||||
seokicks.de
|
||||
servisural.ru
|
||||
sex-foto.pw
|
||||
sexvporno.ru
|
||||
sexystrippe.info
|
||||
shikiso.info
|
||||
silverage.ru
|
||||
siteaero.com
|
||||
sklad-24.ru
|
||||
skytraf.xyz
|
||||
slavic-magic.ru
|
||||
smartadserver.com
|
||||
snts.shell-pmr.ru
|
||||
soviet-portal.do.am
|
||||
spamnuker.com
|
||||
stairliftsarea.com
|
||||
stjamesschool.info
|
||||
streha-metalko.si
|
||||
strfls.com
|
||||
strigkaomsk.ru
|
||||
students-cheapskate.ml
|
||||
sukirgenk.dvrlists.com
|
||||
superfish.com
|
||||
surflinksmedical.com
|
||||
tattooha.com
|
||||
tds-advert005.info
|
||||
teguh.info
|
||||
thebestweightlosspills.ovh
|
||||
theporndude.com
|
||||
tizanidinedosageforsleep.blogspot.com
|
||||
tongkatmadura.info
|
||||
toproadrunner5.info
|
||||
topsy.com
|
||||
torrentgamer.net
|
||||
torture.ml
|
||||
tourismvictoria.com
|
||||
trkdf.com
|
||||
truck-rece.life
|
||||
trustaffs.com
|
||||
tupper-shop.ru
|
||||
turbabitload.weebly.com
|
||||
uginekologa.com
|
||||
uptimebot.net
|
||||
urlcut.ru
|
||||
usadacha.net
|
||||
ventelnos.com
|
||||
vertaform.com
|
||||
vesnatehno.ru
|
||||
videochat.mx
|
||||
vitalads.net
|
||||
vksaver-all.ru
|
||||
vladhistory.com
|
||||
vmnmvzsmn.over-blog.com
|
||||
wallpaperstock.net
|
||||
watchmygf.net
|
||||
webads.co.nz
|
||||
webcamdevochka.com
|
||||
webextract.profound.net
|
||||
webkeyit.com
|
||||
webshoppermac.com
|
||||
wedding-salon.net
|
||||
westvilletowingservices.co.za
|
||||
whereiskentoday.com
|
||||
wholesalejerseyscheapjerseys.us.com
|
||||
wygraj-skiny.win
|
||||
xnxxandxvideos.com
|
||||
yellowstonesafaritours.com
|
||||
youbrainboost.asia
|
||||
weblo.com
|
||||
websiteexplorer.info
|
||||
whatzmyip.net
|
||||
wma-x.com
|
||||
xchangetrak.com
|
||||
xerox-douglas.cf
|
||||
xolodremont.ru
|
||||
youghbould.wordpress.com
|
||||
youjizz.vc
|
||||
youraticles.pl
|
||||
youtuhe.com
|
||||
yoursearch.me
|
||||
yourserverisdown.com
|
||||
zaloadi.ru
|
||||
zarepta.com
|
||||
zero1.it
|
||||
zscalerone.net
|
||||
zerocash.msk.ru
|
||||
zigarettenonlinekaufen2.drupalgardens.com
|
||||
zlatnajesen.com
|
||||
zog.link
|
||||
zoogdiesney.com
|
||||
zoolubimets.ru
|
||||
|
|
|
@ -8,35 +8,57 @@
|
|||
<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">
|
||||
<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><!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><!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>
|
||||
|
|
|
@ -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>
|
||||
<html>
|
||||
<head>
|
||||
|
@ -8,35 +29,7 @@
|
|||
<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">
|
||||
<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><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to the Nginx</title>
|
||||
|
|
|
@ -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.1672
|
||||
#### Version: V4.2019.06.1673
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1672
|
||||
#### Version: V4.2019.06.1673
|
||||
#### 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.1672
|
||||
#### Version: V4.2019.06.1673
|
||||
#### 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.1672
|
||||
#### Version: V4.2019.06.1673
|
||||
#### Bad Referrer Count: 6713
|
||||
#### Bad Bot Count: 556
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:11 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:12 SAST 2019
|
||||
### Version: V3.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:11 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:19 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:14 SAST 2019
|
||||
### Version: V4.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:22 SAST 2019
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue