mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
V4.2019.06.1573 [ci skip]
This commit is contained in:
parent
c0c40d3ecb
commit
e7ce3d19d7
35 changed files with 1184 additions and 1186 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.06
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.04
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.05
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.07
|
||||
### Updated: 2018-08-06
|
||||
### Version: V4.2019.08
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.05
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.06
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -47,16 +47,14 @@
|
|||
# ---------------------
|
||||
# WHITELISTING EXAMPLES
|
||||
# ---------------------
|
||||
# "~*\bsomeverygooduseragentname1\b" 0;
|
||||
# "~*\bsomeverygooduseragentname2\b" 0;
|
||||
# "~*\bsome\-very\-good\-useragentname2\b" 0;
|
||||
# "~*(?:\b)someverygooduseragentname1(?:\b|)" 0;
|
||||
# "~*(?:\b)someverygooduseragentname2(?:\b|)" 0;
|
||||
# "~*(?:\b)some\-very\-good\-useragentname2(?:\b|)" 0;
|
||||
|
||||
# ---------------------
|
||||
# BLACKLISTING EXAMPLES
|
||||
# ---------------------
|
||||
# "~*\bsomeverybaduseragentname1\b" 3;
|
||||
# "~*\bsomeverybaduseragentname2\b" 3;
|
||||
# "~*\bsome\-very\-bad\-useragentname2\b" 3;
|
||||
|
||||
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b|)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b|)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3;
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.02
|
||||
### Updated: Mon Aug 21 11:29:32 SAST 2017
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.05
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.06
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.01
|
||||
### Updated: Sun Jan 29 11:35:32 SAST 2017
|
||||
### Version: V4.2019.02
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.04
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.05
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.03
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.04
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.192.136.167 0;
|
||||
35.188.1.99 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:47 SAST 2019
|
||||
### Version: V4.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:26 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.06
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.07
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.04
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.05
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.07
|
||||
### Updated: 2018-08-06
|
||||
### Version: V4.2019.08
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.02
|
||||
### Updated: Mon Aug 21 11:29:32 SAST 2017
|
||||
### Version: V4.2019.03
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.05
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.06
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2017.01
|
||||
### Updated: Sun Jan 29 11:35:32 SAST 2017
|
||||
### Version: V4.2019.02
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.04
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.05
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2018.03
|
||||
### Updated: 2018-08-21
|
||||
### Version: V4.2019.04
|
||||
### Updated: 2019-06-24
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
35.192.136.167 0;
|
||||
35.188.1.99 0;
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:48 SAST 2019
|
||||
### Version: V3.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:27 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:48 SAST 2019
|
||||
### Version: V3.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:27 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:47 SAST 2019
|
||||
### Version: V4.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:26 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
|
|
@ -1,50 +1,50 @@
|
|||
360Spider
|
||||
Aboundexbot
|
||||
ASPSeek
|
||||
Backlink-Ceck
|
||||
Bandit
|
||||
BatchFTP
|
||||
Bolt
|
||||
Brandwatch
|
||||
Bullseye
|
||||
Copier
|
||||
Cosmos
|
||||
crawl.sogou.com
|
||||
Dirbuster
|
||||
CCBot
|
||||
Copyscape
|
||||
DatabaseDriverMysqli
|
||||
DigitalPebble
|
||||
DnyzBot
|
||||
DomainStatsBot
|
||||
EirGrabber
|
||||
Exabot
|
||||
Flunky
|
||||
GermCrawler
|
||||
Go!Zilla
|
||||
HaosouSpider
|
||||
HTTP::Lite
|
||||
HybridBot
|
||||
IDBot
|
||||
instabid
|
||||
JetCar
|
||||
Keyword Density
|
||||
LeechFTP
|
||||
Lipperhey
|
||||
Mail.RU_Bot
|
||||
MeanPath Bot
|
||||
muhstik-scan
|
||||
Netcraft
|
||||
Nmap
|
||||
PictureFinder
|
||||
Quick-Crawler
|
||||
RepoMonkey
|
||||
ScoutJet
|
||||
Semrush
|
||||
Dotbot
|
||||
Fimap
|
||||
Genieo
|
||||
GT::WWW
|
||||
HEADMasterSEO
|
||||
IRLbot
|
||||
Lanshanbot
|
||||
LibWeb
|
||||
LinkextractorPro
|
||||
Mata Hari
|
||||
Microsoft Data Access
|
||||
Navroad
|
||||
Nessus
|
||||
NetSpider
|
||||
NetZIP
|
||||
Nibbler
|
||||
Nutch
|
||||
OpenVAS
|
||||
OrangeBot
|
||||
Page Analyzer
|
||||
Pandalytics
|
||||
POE-Component-Client-HTTP
|
||||
QueryN Metasearch
|
||||
RankFlex
|
||||
Recorder
|
||||
seoscanners
|
||||
sexsearcher
|
||||
Siphon
|
||||
Sosospider
|
||||
SpankBot
|
||||
Sqlmap
|
||||
Tracemyfile
|
||||
Virusdie
|
||||
WASALive-Bot
|
||||
Web Fuck
|
||||
Web Sucker
|
||||
Sitebeam
|
||||
Snake
|
||||
Snapbot
|
||||
SpaceBison
|
||||
Steeler
|
||||
Trendictionbot
|
||||
True_Robot
|
||||
Voil
|
||||
WebEnhancer
|
||||
webmeup-crawler
|
||||
Webshag
|
||||
WWW-Mechanize
|
||||
Xaldon WebSpider
|
||||
zauba.io
|
||||
ZmEu
|
||||
zgrab
|
||||
ZumBot
|
||||
|
|
|
@ -1,250 +1,250 @@
|
|||
360Spider
|
||||
404checker
|
||||
404enemy
|
||||
80legs
|
||||
Abonti
|
||||
Aboundex
|
||||
ADmantX
|
||||
AfD-Verbotsverfahren
|
||||
AiHitBot
|
||||
Acunetix
|
||||
AhrefsBot
|
||||
AIBOT
|
||||
Alexibot
|
||||
Alligator
|
||||
AllSubmitter
|
||||
AlphaBot
|
||||
Anarchie
|
||||
archive.org_bot
|
||||
Asterias
|
||||
backlink-check
|
||||
BackStreet
|
||||
BackWeb
|
||||
Badass
|
||||
autoemailspider
|
||||
BackDoorBot
|
||||
Battleztar Bazinga
|
||||
BBBike
|
||||
BDCbot
|
||||
BDFetch
|
||||
Bitacle
|
||||
Blackboard
|
||||
Black Hole
|
||||
BlackWidow
|
||||
BLEXBot
|
||||
BlowFish
|
||||
Boardreader
|
||||
Bolt
|
||||
Brandprotect
|
||||
Buddy
|
||||
BuiltBotTough
|
||||
Brandwatch
|
||||
BuiltWith
|
||||
Bullseye
|
||||
BunnySlippers
|
||||
BuzzSumo
|
||||
CATExplorador
|
||||
Calculon
|
||||
Cegbfeieh
|
||||
CheeseBot
|
||||
CherryPicker
|
||||
CheTeam
|
||||
ChinaClaw
|
||||
Chlooe
|
||||
Claritybot
|
||||
Cliqzbot
|
||||
Collector
|
||||
Cogentbot
|
||||
com.plumanalytics
|
||||
Copier
|
||||
crawler4j
|
||||
crawler.feedback
|
||||
crawl.sogou.com
|
||||
Crescent
|
||||
CrunchBot
|
||||
CSHttp
|
||||
Curious
|
||||
Custo
|
||||
DatabaseDriverMysqli
|
||||
DataCha0s
|
||||
demandbase-bot
|
||||
Deusu
|
||||
DigitalPebble
|
||||
Dirbuster
|
||||
Discoverybot
|
||||
DnyzBot
|
||||
DomainCrawler
|
||||
DIIbot
|
||||
Disco
|
||||
Discobot
|
||||
Dispatch
|
||||
DomainSigmaCrawler
|
||||
Download Wonder
|
||||
Drip
|
||||
DSearch
|
||||
Dragonfly
|
||||
DTS Agent
|
||||
Ebingbong
|
||||
eCatch
|
||||
ECCP/1.0
|
||||
Ecxi
|
||||
EMail Siphon
|
||||
evc-batch
|
||||
Exabot
|
||||
Express WebPictures
|
||||
ExtLinksBot
|
||||
ExtractorPro
|
||||
Extreme Picture Finder
|
||||
Ezooms
|
||||
facebookscraper
|
||||
FemtosearchBot
|
||||
FHscan
|
||||
Fimap
|
||||
Firefox/7.0
|
||||
FlashGet
|
||||
FrontPage
|
||||
FyberSpider
|
||||
Fyrebot
|
||||
Flunky
|
||||
Foobot
|
||||
Freeuploader
|
||||
GalaxyBot
|
||||
Genieo
|
||||
GermCrawler
|
||||
Getintent
|
||||
GetRight
|
||||
Gotit
|
||||
GoZilla
|
||||
Grabber
|
||||
GrabNet
|
||||
Go!Zilla
|
||||
GrapeFX
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
GT::WWW
|
||||
Haansoft
|
||||
HaosouSpider
|
||||
HMView
|
||||
Harvest
|
||||
Heritrix
|
||||
Hloader
|
||||
HTMLparser
|
||||
HTTrack
|
||||
Humanlinks
|
||||
Iblog
|
||||
IDBot
|
||||
Id-search
|
||||
Image Sucker
|
||||
IndeedBot
|
||||
Indy Library
|
||||
IlseBot
|
||||
InfoNaviRobot
|
||||
InfoTekies
|
||||
instabid
|
||||
Intelliseek
|
||||
InterGET
|
||||
Internet Ninja
|
||||
InternetSeer
|
||||
internetVista monitor
|
||||
IRLbot
|
||||
Iskanie
|
||||
Iria
|
||||
JamesBOT
|
||||
JetCar
|
||||
JOC Web Spider
|
||||
Joomla
|
||||
Jetty
|
||||
JikeSpider
|
||||
Jyxobot
|
||||
Kenjin Spider
|
||||
Keyword Density
|
||||
Kozmosbot
|
||||
Lanshanbot
|
||||
Larbin
|
||||
LeechFTP
|
||||
LeechGet
|
||||
Lftp
|
||||
Libwhisker
|
||||
Lightspeedsystems
|
||||
Linkdexbot
|
||||
LinkextractorPro
|
||||
LinkpadBot
|
||||
Litemage_walker
|
||||
Lmspider
|
||||
LNSpiderguy
|
||||
LinkScan
|
||||
LinksManager
|
||||
Lipperhey
|
||||
Lipperhey Spider
|
||||
LWP::Simple
|
||||
Magnet
|
||||
magpie-crawler
|
||||
Majestic12
|
||||
Majestic SEO
|
||||
MarkWatch
|
||||
Masscan
|
||||
Mata Hari
|
||||
Mass Downloader
|
||||
meanpathbot
|
||||
mediawords
|
||||
MegaIndex.ru
|
||||
MFC_Tear_Sample
|
||||
MIIxpc
|
||||
Metauri
|
||||
Microsoft Data Access
|
||||
Microsoft URL Control
|
||||
Mister PiX
|
||||
MJ12bot
|
||||
Mojeek
|
||||
Morfeus Fucking Scanner
|
||||
Msrabot
|
||||
muhstik-scan
|
||||
Mr.4x3
|
||||
Musobot
|
||||
Nameprotect
|
||||
Navroad
|
||||
NearSite
|
||||
Needle
|
||||
NetAnts
|
||||
Netcraft
|
||||
NetSpider
|
||||
Nettrack
|
||||
Netvibes
|
||||
Nibbler
|
||||
Nikto
|
||||
NimbleCrawler
|
||||
Ninja
|
||||
NICErsPRO
|
||||
Niki-bot
|
||||
Nmap
|
||||
NPbot
|
||||
Nutch
|
||||
oBot
|
||||
Octopus
|
||||
Openfind
|
||||
Offline Navigator
|
||||
OnCrawl
|
||||
OpenLinkProfiler
|
||||
Openvas
|
||||
OpenVAS
|
||||
OrangeBot
|
||||
OrangeSpider
|
||||
OutfoxBot
|
||||
Page Analyzer
|
||||
PageGrabber
|
||||
page scorer
|
||||
PageScorer
|
||||
PeoplePal
|
||||
PictureFinder
|
||||
Pimonster
|
||||
Pi-Monster
|
||||
Pixray
|
||||
PleaseCrawl
|
||||
Pockey
|
||||
Probethenet
|
||||
Pump
|
||||
PyCurl
|
||||
ProPowerBot
|
||||
PxBroker
|
||||
Quick-Crawler
|
||||
RankActive
|
||||
RankFlex
|
||||
RankActiveLinkBot
|
||||
RankingBot2
|
||||
Rankivabot
|
||||
RankurBot
|
||||
RealDownload
|
||||
RebelMouse
|
||||
RedesScrapy
|
||||
ReGet
|
||||
RepoMonkey
|
||||
RocketCrawler
|
||||
s1z.ru
|
||||
SalesIntelligent
|
||||
ScanAlert
|
||||
scan.lol
|
||||
ScoutJet
|
||||
ScreenerBot
|
||||
SearchmetricsBot
|
||||
SEOkicks-Robot
|
||||
SeoSiteCheckup
|
||||
Semrush
|
||||
SEOkicks
|
||||
SEOlyticsCrawler
|
||||
SEOprofiler
|
||||
seoscanners
|
||||
SEOstats
|
||||
serpstatbot
|
||||
sexsearcher
|
||||
Shodan
|
||||
Siphon
|
||||
Sitebeam
|
||||
SiteSucker
|
||||
Site Sucker
|
||||
SiteExplorer
|
||||
SiteLockSpider
|
||||
Sitevigil
|
||||
SmartDownload
|
||||
SlySearch
|
||||
SMTBot
|
||||
Snake
|
||||
Snapbot
|
||||
Snoopy
|
||||
SocialRankIOBot
|
||||
Sociscraper
|
||||
Sogou web spider
|
||||
Sosospider
|
||||
Sottopop
|
||||
SpaceBison
|
||||
Spammen
|
||||
SpankBot
|
||||
Spanner
|
||||
sp_auditbot
|
||||
Spbot
|
||||
Spinn3r
|
||||
SputnikBot
|
||||
spyfu
|
||||
Sqlmap
|
||||
Stripper
|
||||
Sucuri
|
||||
SuperHTTP
|
||||
Surfbot
|
||||
SurveyBot
|
||||
Swiftbot
|
||||
sysscan
|
||||
tAkeOut
|
||||
Telesphorep
|
||||
The Intraformant
|
||||
Titan
|
||||
Szukacz
|
||||
TeleportPro
|
||||
Toata
|
||||
Toweyabot
|
||||
Trendictionbot
|
||||
trendiction.com
|
||||
Tracemyfile
|
||||
Trendiction
|
||||
Turingos
|
||||
Turnitin
|
||||
TurnitinBot
|
||||
TwengaBot
|
||||
Upflow
|
||||
URLy.Warning
|
||||
Vacuum
|
||||
VB Project
|
||||
Voil
|
||||
VCI
|
||||
VeriCiteCrawler
|
||||
VidibleScraper
|
||||
VoidEYE
|
||||
Voltron
|
||||
Wallpapers/3.0
|
||||
WBSearchBot
|
||||
Webalta
|
||||
WebAuto
|
||||
WebBandit
|
||||
WEBDAV
|
||||
WebCopier
|
||||
WebEnhancer
|
||||
Web Enhancer
|
||||
WebFetch
|
||||
WebImageCollector
|
||||
WebLeacher
|
||||
webmeup-crawler
|
||||
WebPix
|
||||
Web Pix
|
||||
WebFuck
|
||||
Web Fuck
|
||||
WebmasterWorldForumBot
|
||||
WebSauger
|
||||
Web Sauger
|
||||
Webshag
|
||||
WebsiteExtractor
|
||||
WeSEE
|
||||
WebsiteQuester
|
||||
Webster
|
||||
Whack
|
||||
Whacker
|
||||
WinHTTrack
|
||||
Whatweb
|
||||
WISENutbot
|
||||
Woobot
|
||||
WPScan
|
||||
WWW-Collector-E
|
||||
WWW-Mechanize
|
||||
WWW::Mechanize
|
||||
x09Mozilla
|
||||
x22Mozilla
|
||||
Xaldon WebSpider
|
||||
Xaldon_WebSpider
|
||||
Xenu
|
||||
xpymep1.exe
|
||||
YoudaoBot
|
||||
Zade
|
||||
zauba.io
|
||||
Zeus
|
||||
Zermelo
|
||||
zgrab
|
||||
ZyBorg
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
5-steps-to-start-business.com
|
||||
5ws.dating-app.ru
|
||||
abbanreddy.com
|
||||
adclickservice.com
|
||||
admatic.com.tr
|
||||
adult-shop.com.ua
|
||||
affrh2015.com
|
||||
amt-k.ru
|
||||
api.stathat.com
|
||||
arvut.org
|
||||
as5000.com
|
||||
autodo.info
|
||||
balook.com
|
||||
bidr.trellian.com
|
||||
blogrankers.com
|
||||
brg8.com
|
||||
cartierreplica.win
|
||||
cdncash.com
|
||||
chee-by.biz
|
||||
cialgenisrx.com
|
||||
compliance-don.top
|
||||
damasarenai.info
|
||||
deplim.com
|
||||
digest-project.ru
|
||||
dolohen.com
|
||||
drev.biz
|
||||
ec-file.info
|
||||
elektrischezigaretten1.blogse.nl
|
||||
esopini.com
|
||||
everflora.ru
|
||||
excitacao.com
|
||||
exlarseva.webblog.es
|
||||
f5mtrack.com
|
||||
fikasound.tk
|
||||
freemags.cc
|
||||
given2.com
|
||||
gox.com.ua
|
||||
hd-film.pl
|
||||
hoverboardforsaledirect.com
|
||||
humbmosquina.tk
|
||||
irunfar.com
|
||||
istizanidineacontrolledsubstance.blogspot.com
|
||||
jennyfire.ru
|
||||
jerseyschinabizwholesale.us
|
||||
jrcigars.com
|
||||
kalb.ru
|
||||
kamagragelusa.net
|
||||
kareliatobacco.ru
|
||||
keywords-monitoring-your-success.com
|
||||
kiprinform.com
|
||||
kmgamex.cf
|
||||
laserpen.club
|
||||
lion.conboy.us
|
||||
loginduepunti.it
|
||||
300richmond.co.nz
|
||||
aa8b68101d388c446389283820863176e7.com
|
||||
adprotect.net
|
||||
ads.gold
|
||||
adtiger.tk
|
||||
alert-fdm.xyz
|
||||
allforminecraft.ru
|
||||
apiallgeniusinfo-a.akamaihd.net
|
||||
appearance-cool.com
|
||||
bala.getenjoyment.net
|
||||
beclean-nn.ru
|
||||
bedcapdealers.com
|
||||
brokergid.ru
|
||||
buyk.host.sk
|
||||
cartierbracelet.xyz
|
||||
clickpapa.com
|
||||
compliance-jane.top
|
||||
comsysnet.com
|
||||
construmac.com.mx
|
||||
cornerstone-countertops.com
|
||||
db.speedup.gdn
|
||||
detskie-konstruktory.ru
|
||||
dlya-android.org
|
||||
doeco.ru
|
||||
ecommerce-seo.com
|
||||
erotik-kostenlos.net
|
||||
esfchat.tk
|
||||
exmasters.com
|
||||
fast-wordpress-start.com
|
||||
fidelityfunding.com
|
||||
fym.com.ru
|
||||
gettpromos.com
|
||||
ghazel.ru
|
||||
globatur.ru
|
||||
googlemare.com
|
||||
gsbs.com.ua
|
||||
gsmlab.pl
|
||||
hao123.com
|
||||
high-speed1.net
|
||||
howopen.ru
|
||||
iskalko.ru
|
||||
justucalling32211123456789.tk
|
||||
kalandranis.gr
|
||||
karachev-city.ru
|
||||
kinobest.pl
|
||||
koptims.tiu.ru
|
||||
larchik.net
|
||||
lawyers.cafe
|
||||
lovasszovetseg.hu
|
||||
m1media.net
|
||||
mebel-vstroika.ru
|
||||
mere.host.sk
|
||||
micasainvest.com
|
||||
mountainstream.ms
|
||||
midst.eu
|
||||
moxo.com
|
||||
muabancantho.info
|
||||
njpalletremoval.com
|
||||
o333o.com
|
||||
offergroup.info
|
||||
omoikiri-japan.ru
|
||||
outshop.ru
|
||||
partybunny.ru
|
||||
picturesify.com
|
||||
pkr1hand.com
|
||||
poffet.net
|
||||
portside.cc
|
||||
powitania.pl
|
||||
pravoholding.ru
|
||||
prostitutki-novgoroda.org
|
||||
remedyotc.com
|
||||
remontbiz.ru
|
||||
russkoe-zdorovie.ru
|
||||
sashagreyblog.ga
|
||||
saveindex.xyz
|
||||
seasonvar.ru
|
||||
sexytrend.ru
|
||||
shodanhq.com
|
||||
shohanb.com
|
||||
s-iwantyou.com
|
||||
stoki.ru
|
||||
superiends.org
|
||||
svensk-poesi.com
|
||||
templates.franklinfire.co
|
||||
thewomenlife.com
|
||||
torture.ml
|
||||
umg-stroy.ru
|
||||
webalan.ru
|
||||
weboptimizes.com
|
||||
whiteelephantwellington.com
|
||||
wladimirpayen.com
|
||||
wma-x.com
|
||||
xn--80ajbshivpvn2i.xn--p1ai
|
||||
xn--lifehacer-1rb.com
|
||||
xn--oogle-wmc.com
|
||||
xxx-treker.ru
|
||||
ynymnwbm.bloger.index.hr
|
||||
yourads.website
|
||||
nationalbreakdown.com
|
||||
normalegal.ru
|
||||
odesproperty.com
|
||||
onclkads.com
|
||||
ontargetseo.us
|
||||
onthemarch.co
|
||||
pay2me.pl
|
||||
paydayloanslocal.com
|
||||
pendelprognos.se
|
||||
plastweb.ru
|
||||
privatbank46.ru
|
||||
privatov-zapisi.ru
|
||||
rankings-analytics.com
|
||||
ranksonic.info
|
||||
rennlist.com
|
||||
rimedia.org
|
||||
runofilms.ru
|
||||
rus-teh.narod.ru
|
||||
scanner-fred.top
|
||||
search.1and1.com
|
||||
sex-foto.pw
|
||||
sibdevice.ru
|
||||
simplepooltips.com
|
||||
social-buttons.xyz
|
||||
soheavyblog.com
|
||||
stairliftsarea.com
|
||||
star61.de
|
||||
stickers-market.ru
|
||||
strongholdsb.ru
|
||||
supernew.org
|
||||
swinginwithme.ru
|
||||
the-torrent-tracker.blogspot.com
|
||||
tracxn.com
|
||||
tvoystartup.ru
|
||||
usswrite.com
|
||||
validccseller.com
|
||||
vellings.info
|
||||
vsexkontakte.net
|
||||
webadvance.club
|
||||
word-vorlagen.xyz
|
||||
xclicks.net
|
||||
xxxguitars.com
|
||||
za-music.mymobiplanet.com
|
||||
zarabiaj-dzis.pl
|
||||
zeroredirect1.com
|
||||
znaniyapolza.ru
|
||||
|
|
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1572
|
||||
#### Version: V4.2019.06.1573
|
||||
#### Bad Referrer Count: 6712
|
||||
#### Bad Bot Count: 555
|
||||
____________________
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1572
|
||||
#### Version: V4.2019.06.1573
|
||||
#### Bad Referrer Count: 6712
|
||||
#### Bad Bot Count: 555
|
||||
____________________
|
||||
|
|
|
@ -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.1572
|
||||
#### Version: V4.2019.06.1573
|
||||
#### Bad Referrer Count: 6712
|
||||
#### Bad Bot Count: 555
|
||||
____________________
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||
|
||||
_______________
|
||||
#### Version: V4.2019.06.1572
|
||||
#### Version: V4.2019.06.1573
|
||||
#### Bad Referrer Count: 6712
|
||||
#### Bad Bot Count: 555
|
||||
____________________
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:47 SAST 2019
|
||||
### Version: V4.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:26 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:48 SAST 2019
|
||||
### Version: V3.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:27 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:47 SAST 2019
|
||||
### Version: V4.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:26 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1572
|
||||
### Updated: Mon Jun 24 14:52:49 SAST 2019
|
||||
### Version: V4.2019.06.1573
|
||||
### Updated: Mon Jun 24 15:07:28 SAST 2019
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Reference in a new issue