V4.2025.06.5290 [ci skip]

This commit is contained in:
mitchellkrogza 2025-06-21 05:59:11 +00:00
parent 4ee66b4854
commit e24aa55b38
38 changed files with 297 additions and 272 deletions

View file

@ -4,9 +4,9 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________
#### Version: V4.2025.06.5289
#### Version: V4.2025.06.5290
#### Bad Referrers Blocked: [7104](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [675](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Bad User-Agents (Bots) Blocked: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
____________________

View file

@ -4,9 +4,9 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________
#### Version: V4.2025.06.5289
#### Version: V4.2025.06.5290
#### Bad Referrers Blocked: [7104](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [675](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Bad User-Agents (Bots) Blocked: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
____________________

View file

@ -14,9 +14,9 @@
##### 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 even Fake Googlebots from ever reaching your web sites. [PLEASE SEE: Definition of Bad Bots](#define-bad-bots)
_______________
#### Version: V4.2025.06.5289
#### Version: V4.2025.06.5290
#### Bad Referrers Blocked: [7104](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [675](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Bad User-Agents (Bots) Blocked: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
____________________

View file

@ -1,4 +1,3 @@
GeedoProductSearch
01h4x.com
360Spider
404checker
@ -168,6 +167,7 @@ G-i-g-a-b-o-t
GPTBot
GT::WWW
GalaxyBot
GeedoProductSearch
Genieo
GermCrawler
GetRight

View file

@ -3,9 +3,9 @@
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
_______________
#### Version: V4.2025.06.5289
#### Version: V4.2025.06.5290
#### Bad Referrers Blocked: [7104](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)
#### Bad User-Agents (Bots) Blocked: [675](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Bad User-Agents (Bots) Blocked: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
#### Fake Googlebots Blocked: [217](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/fake-googlebots.list)
____________________

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V3.2025.06.5290
### Updated: Sat Jun 21 05:55:31 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -317,6 +317,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -167,6 +167,7 @@ G-i-g-a-b-o-t
GPTBot
GT::WWW
GalaxyBot
GeedoProductSearch
Genieo
GermCrawler
GetRight

View file

@ -1 +1 @@
5289
5290

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V3.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V3.2025.06.5290
### Updated: Sat Jun 21 05:55:31 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -317,6 +317,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -45,4 +45,4 @@
# - 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
20.236.81.107 0;
20.241.105.67 0;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -1,2 +1,2 @@
10.1.0.202 1;
10.1.0.124 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
10.1.0.202 0;
10.1.0.124 0;
127.0.0.1 0;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -1,2 +1,2 @@
10.1.0.202 1;
10.1.0.124 1;
127.0.0.1 1;

View file

@ -1,2 +1,2 @@
10.1.0.202 0;
10.1.0.124 0;
127.0.0.1 0;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -1,2 +1,2 @@
10.1.0.202 1;
10.1.0.124 1;
127.0.0.1 1;

View file

@ -228,6 +228,7 @@
"~*(?:\b)GPTBot(?:\b|)" 0;
"~*(?:\b)GT::WWW(?:\b|)" 0;
"~*(?:\b)GalaxyBot(?:\b|)" 0;
"~*(?:\b)GeedoProductSearch(?:\b|)" 0;
"~*(?:\b)Genieo(?:\b|)" 0;
"~*(?:\b)GermCrawler(?:\b|)" 0;
"~*(?:\b)GetRight(?:\b|)" 0;

View file

@ -1,2 +1,2 @@
10.1.0.202 0;
10.1.0.124 0;
127.0.0.1 0;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -45,4 +45,4 @@
# - 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
20.236.81.107 0;
20.241.105.67 0;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -45,4 +45,4 @@
# - 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
20.236.81.107 0;
20.241.105.67 0;

View file

@ -4,10 +4,10 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:39 UTC 2025
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:30 UTC 2025
### Bad Referrer Count: 7104
### Bad Bot Count: 675
### Bad Bot Count: 676
###################################################
### VERSION INFORMATION ##
@ -320,6 +320,7 @@ map $http_user_agent $bad_bot {
"~*(?:\b)GPTBot(?:\b)" 3;
"~*(?:\b)GT::WWW(?:\b)" 3;
"~*(?:\b)GalaxyBot(?:\b)" 3;
"~*(?:\b)GeedoProductSearch(?:\b)" 3;
"~*(?:\b)Genieo(?:\b)" 3;
"~*(?:\b)GermCrawler(?:\b)" 3;
"~*(?:\b)GetRight(?:\b)" 3;

View file

@ -1,2 +1,2 @@
10.1.0.202 1;
10.1.0.124 1;
127.0.0.1 1;

View file

@ -228,6 +228,7 @@
"~*(?:\b)GPTBot(?:\b|)" 0;
"~*(?:\b)GT::WWW(?:\b|)" 0;
"~*(?:\b)GalaxyBot(?:\b|)" 0;
"~*(?:\b)GeedoProductSearch(?:\b|)" 0;
"~*(?:\b)Genieo(?:\b|)" 0;
"~*(?:\b)GermCrawler(?:\b|)" 0;
"~*(?:\b)GetRight(?:\b|)" 0;

View file

@ -1,10 +1,10 @@
Acunetix
Go-Ahead-Got-It
Keybot Translation-Search-Machine
Lipperhey
Turingos
WEBDAV
WebFuck
check1.exe
magpie-crawler
siteripz
Abonti
Alexibot
BlackWidow
Humanlinks
LinkpadBot
MegaIndex.ru
T0PHackTeam
Teleport
V-BOT
WebBandit

View file

@ -1,100 +1,100 @@
AIBOT
AfD-Verbotsverfahren
Ankit
Apexoo
Aspiegel
404enemy
AiHitBot
Alligator
AwarioBot
BDCbot
BackDoorBot
Backlink-Ceck
BacklinkCrawler
Badass
BlackWidow
Blackboard
Blow
CCBot
CensysInspect
Crawling at Home Project
Crescent
DBLBot
Dirbuster
Discobot
DomainCrawler
DomainSigmaCrawler
Domains Project
Battleztar Bazinga
Black Hole
BuzzSumo
CherryPicker
Claritybot
Copyscape
Cosmos
DataCha0s
Demon
Discoverybot
DnyzBot
EroCrawler
Exabot
Express WebPictures
EyeNetIE
Ezooms
Fimap
GPTBot
GetRight
GoZilla
GridBot
HEADMasterSEO
HTTP::Lite
Extractor
ExtractorPro
Foobot
Fuzz
GetWeb
Getintent
GrabNet
Grabber
HMView
HTMLparser
HTTrack
Harvest
Iblog
Id-search
IRLbot
InternetSeer
JennyBot
Jyxobot
Keybot Translation-Search-Machine
LinksManager
MicroMessenger
Microsoft URL Control
Morfeus Fucking Scanner
Name Intelligence
NetZIP
NimbleCrawler
Nmap
Nutch
OrangeSpider
Page Analyzer
PageScorer
Pandalytics
Petalbot
Piepmatz
Pixray
Pockey
ProPowerBot
Pump
PxBroker
JetCar
LinkScan
Linkbot
LinkextractorPro
LinkpadBot
MQQBrowser
MarkMonitor
NPbot
NetSpider
OutfoxBot
Pi-Monster
Picsearch
PleaseCrawl
ProWebWalker
Probethenet
RankActiveLinkBot
Rankivabot
ReGet
RealDownload
SEOlyt
RepoMonkey
Rogerbot
Scrapy
Screaming
SemrushBot
SemrushBot-BA
SenutoBot
SeobilityBot
SiteExplorer
SmartDownload
Spbot
ScrepyBot
Searchestate
SeekportBot
SemrushBot-SWA
Seomoz
SiteAuditBot
SiteSnagger
Snapbot
Sociscraper
Spider_Bot/3.0
Spinn3r
Sqlworm
Sucker
Sucuri
Telesphorep
Trendiction
Twice
SuperBot
SurveyBot
Turnitin
TwengaBot
UnisterBot
Voltron
Wallpapers
WeSEE
Web Collage
Web Fuck
WebImageCollector
WWW-Mechanize
Wallpapers/3.0
Web Enhancer
Web Sucker
WebCopier
WebReaper
WebSauger
WebSucker
WinHTTrack
Xenu
WebsiteQuester
Whatweb
YaK
Zitebot
cognitiveseo
com.plumanalytics
demandbase-bot
ZmEu
ZumBot
arquivo-web-crawler
awario.com
eCatch
evc-batch
internetVista monitor
linkfluence
lwp-request
magpie-crawler
meanpathbot
openai
polaris version
seobility
seocompany.store
sitechecker.pro
sysscan
trendiction.com
ubermetrics-technologies.com

View file

@ -1,10 +1,10 @@
dekorkeramik.ru
fantasticpixcool.com
fym.com.ru
iplogger.org
medicines-choice.com
mototsikl.org
myfreetutorials.com
odywpjtw.bloger.index.hr
privatamateure.com
solution4u.com
belinka.com.ua
e-poker-2005.com
efkt.jp
elektronischezigarettekaufen2.tumblr.com
gentamicineyedrops.blogspot.com
goldadpremium.com
lifehacĸer.com
moviemail-online.co.uk
onetravelguides.com
pornodojd.ru

View file

@ -1,100 +1,100 @@
24videos.tv
5kstore.com
5u.com
a.pr-cy.ru
arquivo.pt
automatic-seo.com
12masterov.com
178evakuator178.ru
7fon.ru
academiacsmendoza.org
adnotbad.com
apiluckyleapnet-a.akamaihd.net
aversis.net
aviav.ru
azbaseimages.net
besthoro.ru
big-cash.net
binaryoptionscops.info
blackplanet.com
bobinoz.com
bolezniorganov.ru
buqayy0.livejournal.com
buyfriend.ru
casablancamanor.co.za
clipartnew.com
clodo.ru
community.allhiphop.com
compliance-mark.top
cookie-law-enforcement-hh.xyz
diminishedvalueoforegon.com
dogclothing.store
easyukraine.com
evaashop.ru
fetlifeblog.com
fotopop.club
gamerextra.com
genetworx.com
balkanfarma.org
berdasovivan.ru
blogig.org
blogsfunky672.weebly.com
bonky.biz
brainxs.us
brandov.ru
buy-cheap-pills-order-online.com
buynorxx.com
buzzzg.men
bytimedance.ru
candlewooddentalcentre.com.au
cartierreplica.top
celebsopics.com
cenoval.ru
cheapwebsitehoster.com
cialischmrx.com
cigarpass.com
coccoc.com
covetnica.com
danceuniverse.ru
deshevo-nedorogo.ru
detalizaciya-tut.biz
ezigarettenkaufen1.pagina.gr
flex4launch.ru
formseo.com
freetangodownload.com
g33.org
gdebestkupit.ru
getmyads24.com
glavtral.ru
graphid.com
havepussy.com
hoverboard360.de
hplaserjetpdriver8y.pen.io
imagine-ex.co
infokonkurs.ru
justucalling32211123456789.tk
kakadu-interior.com.ua
kamen-e.ru
labelwater.se
lafourmiliaire.com
laptoper.net
locimge.pw
marblestyle.ru
merryhouse.co.uk
mobilemedia.md
morefastermac.trade
moskva.nodup.ru
newstudio.tv
nhl17coins.exblog.jp
niroo.info
novodigs.com
office2web.com
perl.dp.ua
pl-top.pl
pl.aasoldes.fr
pliks.pl
podshipniki-ntn.ru
predominant-invent.tk
professionaldieselcare.com
pron.pro
qwertty.net
rangoman.date
rentaremotecomputer.com
rep-am.com
school-diplomat.ru
search.1and1.com
seasonvar.ru
service-core.ru
sex-sex-sex5.com
smadihome.com
sofit-dmd.ru
sotechco.co
spl63.fr
srdrvp.com
starwars.wikia.com
storehouse.ua
svetodiodoff.ru
tabletkinaodchudzanie.com.pl
thebestphotos.eu
thecoral.com.br
theguardlan.com
toonfamilies.net
tracfone.com
trafficjunky.com
txxx.com
uptimechecker.com
venerologiya.com
viagraneggrx.com
vostoktrade.info
vroze.com
walpaperlist.com
whosonmyserver.com
x-stars.ru
xn--b1agm2d.net
yoluxuryevents.com
zigarettenonlinekaufen.tumblr.com
zona-aqua.ru
gq-catalog.gq
gsasearchengineranker.site
hayate.biz
hotgirlhdwallpaper.com
iboss.com
inspiring-desperate.tk
interesnie-faktu.ru
iwanttodeliver.com
james13prix.info
joingames.org
kinotorka.ru
krasnodar.zrus.org
kurwa.win
lampokrat.ws
likrot.com
lookingglassemb.com
magazin-pics.ru
masturbate.co.uk
monsterdivx.com
na-telefon.biz
njkmznnb.ru
npoet.ru
o-o-11-o-o.com
o-o-6-o-o.ru
ok-ua.info
oralsexfilme.net
osnova3.ru
ozas.net
palvira.com.ua
paramountmarble.co.uk
partner-trustworthy.men
pekori.to
refads.pro
restaurantlescampi.com
rniaeba.ga
roll123.com
royalcar-ufa.ru
searchkut.com
shtaketniki.ru
singularwebs.net
start.myplaycity.com
stats-collector.org
thebestweightlosspills.ovh
tizanidinedruginteractions.blogspot.com
tizanidineforopiatewithdrawal.blogspot.com
top-study.work
tovaroboom.vast.ru
trustedhealthtips.com
urzedowski.eu
uvozdeckych.info
vriel.batcave.net
wapsite.me
weclipart.com
worldlovers.ru
xn--80ahvj9e.xn--p1ai
xtrafficplus.com
zacreditom.ru
zaidia.xhost.ro
zarabotat-na-sajte.ru
zeikopay.com
zeroredirect5.com
zigarettenonl.canalblog.com

View file

@ -8,6 +8,23 @@
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html>ml>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.24.0 (Ubuntu)</center>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Welcome to NginX</title>
</head>
<body>
<div align=center>
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
<p>This is merely used for testing !!!</p>
</body>
</html><!DOCTYPE html>
<html>
<head>
@ -878,14 +895,4 @@
<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 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>

View file

@ -1,2 +1,2 @@
10.1.0.202 0;
10.1.0.124 0;
127.0.0.1 0;

View file

@ -6,9 +6,9 @@
### Version Information #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:40 UTC 2025
### Bad Bot Count: 675
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:32 UTC 2025
### Bad Bot Count: 676
###################################################
### Version Information ##
@ -353,6 +353,8 @@ User-agent: GT::WWW
Disallow:/
User-agent: GalaxyBot
Disallow:/
User-agent: GeedoProductSearch
Disallow:/
User-agent: Genieo
Disallow:/
User-agent: GermCrawler

View file

@ -6,9 +6,9 @@
### Version Information #
###################################################
### Version: V4.2025.06.5289
### Updated: Fri Jun 20 22:05:40 UTC 2025
### Bad Bot Count: 675
### Version: V4.2025.06.5290
### Updated: Sat Jun 21 05:55:32 UTC 2025
### Bad Bot Count: 676
###################################################
### Version Information ##
@ -353,6 +353,8 @@ User-agent: GT::WWW
Disallow:/
User-agent: GalaxyBot
Disallow:/
User-agent: GeedoProductSearch
Disallow:/
User-agent: Genieo
Disallow:/
User-agent: GermCrawler