mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2024.04.4457 [ci skip]
This commit is contained in:
parent
33ad1deb50
commit
07b065d622
37 changed files with 319 additions and 265 deletions
|
@ -1 +1 @@
|
|||
4456
|
||||
4457
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:08 UTC 2024
|
||||
### Version: V3.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:07 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2022.03
|
||||
# Updated: 2022-03-25
|
||||
# Version: V4.2024.01
|
||||
# Updated: 2024-04-23
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
|
@ -53,12 +53,27 @@
|
|||
# "~*(?:\b)someverygooduseragentname2(?:\b)" 0;
|
||||
# "~*(?:\b)some\-very\-good\-useragentname2(?:\b)" 0;
|
||||
|
||||
# ----------------------
|
||||
# RATE LIMITING EXAMPLES
|
||||
# ----------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 2;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 2;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname3(?:\b)" 2;
|
||||
|
||||
# ---------------------
|
||||
# BLACKLISTING EXAMPLES
|
||||
# ---------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname4(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname5(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname6(?:\b)" 3;
|
||||
|
||||
# ----------------------------
|
||||
# SUPER RATE LIMITING EXAMPLES
|
||||
# ----------------------------
|
||||
# "~*(?:\b)someverybaduseragentname7(?:\b)" 4;
|
||||
# "~*(?:\b)someverybaduseragentname8(?:\b)" 4;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname9(?:\b)" 4;
|
||||
|
||||
|
||||
# Here are some default things I block on my own server, these appear in various types of injection attacks
|
||||
# You can disable them if you have problems or don't agree by switching thir value to 0 or moving them into the whitelist section first and then making their value 0
|
||||
|
|
|
@ -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
|
||||
172.183.108.38 0;
|
||||
172.183.162.198 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:07 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
@ -82,6 +82,7 @@
|
|||
### 1 = allowed or rate limited less restrictive
|
||||
### 2 = rate limited more
|
||||
### 3 = block completely
|
||||
### 4 = super rate limited
|
||||
### ---------------------------------------------
|
||||
|
||||
### ------------------------------------------------------------
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 1;
|
||||
10.1.0.33 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 0;
|
||||
10.1.0.33 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:07 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
@ -82,6 +82,7 @@
|
|||
### 1 = allowed or rate limited less restrictive
|
||||
### 2 = rate limited more
|
||||
### 3 = block completely
|
||||
### 4 = super rate limited
|
||||
### ---------------------------------------------
|
||||
|
||||
### ------------------------------------------------------------
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 1;
|
||||
10.1.0.33 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 0;
|
||||
10.1.0.33 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:07 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
@ -82,6 +82,7 @@
|
|||
### 1 = allowed or rate limited less restrictive
|
||||
### 2 = rate limited more
|
||||
### 3 = block completely
|
||||
### 4 = super rate limited
|
||||
### ---------------------------------------------
|
||||
|
||||
### ------------------------------------------------------------
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 1;
|
||||
10.1.0.33 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 0;
|
||||
10.1.0.33 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:07 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
@ -82,6 +82,7 @@
|
|||
### 1 = allowed or rate limited less restrictive
|
||||
### 2 = rate limited more
|
||||
### 3 = block completely
|
||||
### 4 = super rate limited
|
||||
### ---------------------------------------------
|
||||
|
||||
### ------------------------------------------------------------
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2022.03
|
||||
# Updated: 2022-03-25
|
||||
# Version: V4.2024.01
|
||||
# Updated: 2024-04-23
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
|
@ -53,12 +53,27 @@
|
|||
# "~*(?:\b)someverygooduseragentname2(?:\b)" 0;
|
||||
# "~*(?:\b)some\-very\-good\-useragentname2(?:\b)" 0;
|
||||
|
||||
# ----------------------
|
||||
# RATE LIMITING EXAMPLES
|
||||
# ----------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 2;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 2;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname3(?:\b)" 2;
|
||||
|
||||
# ---------------------
|
||||
# BLACKLISTING EXAMPLES
|
||||
# ---------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname4(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname5(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname6(?:\b)" 3;
|
||||
|
||||
# ----------------------------
|
||||
# SUPER RATE LIMITING EXAMPLES
|
||||
# ----------------------------
|
||||
# "~*(?:\b)someverybaduseragentname7(?:\b)" 4;
|
||||
# "~*(?:\b)someverybaduseragentname8(?:\b)" 4;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname9(?:\b)" 4;
|
||||
|
||||
|
||||
# Here are some default things I block on my own server, these appear in various types of injection attacks
|
||||
# You can disable them if you have problems or don't agree by switching thir value to 0 or moving them into the whitelist section first and then making their value 0
|
||||
|
|
|
@ -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
|
||||
172.183.108.38 0;
|
||||
172.183.162.198 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:07 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
@ -82,6 +82,7 @@
|
|||
### 1 = allowed or rate limited less restrictive
|
||||
### 2 = rate limited more
|
||||
### 3 = block completely
|
||||
### 4 = super rate limited
|
||||
### ---------------------------------------------
|
||||
|
||||
### ------------------------------------------------------------
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
# VERSION INFORMATION #
|
||||
#----------------------
|
||||
# Version: V4.2022.03
|
||||
# Updated: 2022-03-25
|
||||
# Version: V4.2024.01
|
||||
# Updated: 2024-04-23
|
||||
#----------------------
|
||||
# VERSION INFORMATION #
|
||||
|
||||
|
@ -53,12 +53,27 @@
|
|||
# "~*(?:\b)someverygooduseragentname2(?:\b)" 0;
|
||||
# "~*(?:\b)some\-very\-good\-useragentname2(?:\b)" 0;
|
||||
|
||||
# ----------------------
|
||||
# RATE LIMITING EXAMPLES
|
||||
# ----------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 2;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 2;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname3(?:\b)" 2;
|
||||
|
||||
# ---------------------
|
||||
# BLACKLISTING EXAMPLES
|
||||
# ---------------------
|
||||
# "~*(?:\b)someverybaduseragentname1(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname2(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname4(?:\b)" 3;
|
||||
# "~*(?:\b)someverybaduseragentname5(?:\b)" 3;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname6(?:\b)" 3;
|
||||
|
||||
# ----------------------------
|
||||
# SUPER RATE LIMITING EXAMPLES
|
||||
# ----------------------------
|
||||
# "~*(?:\b)someverybaduseragentname7(?:\b)" 4;
|
||||
# "~*(?:\b)someverybaduseragentname8(?:\b)" 4;
|
||||
# "~*(?:\b)some\-very\-bad\-useragentname9(?:\b)" 4;
|
||||
|
||||
|
||||
# Here are some default things I block on my own server, these appear in various types of injection attacks
|
||||
# You can disable them if you have problems or don't agree by switching thir value to 0 or moving them into the whitelist section first and then making their value 0
|
||||
|
|
|
@ -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
|
||||
172.183.108.38 0;
|
||||
172.183.162.198 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:07 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:21 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
|
@ -82,6 +82,7 @@
|
|||
### 1 = allowed or rate limited less restrictive
|
||||
### 2 = rate limited more
|
||||
### 3 = block completely
|
||||
### 4 = super rate limited
|
||||
### ---------------------------------------------
|
||||
|
||||
### ------------------------------------------------------------
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 1;
|
||||
10.1.0.33 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Aboundex
|
||||
DigitalPebble
|
||||
BBBike
|
||||
Blackboard
|
||||
Citoid
|
||||
IDBot
|
||||
Majestic12
|
||||
MauiBot
|
||||
MolokaiBot
|
||||
NetLyzer
|
||||
RedesScrapy
|
||||
SemanticJuice
|
||||
SiteLockSpider
|
||||
Snapbot
|
||||
crawler4j
|
||||
SalesIntelligent
|
||||
SemrushBot
|
||||
Sogou web spider
|
||||
Zade
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
404checker
|
||||
ALittle Client
|
||||
Acunetix
|
||||
Alligator
|
||||
AlphaBot
|
||||
Apexoo
|
||||
AdsTxtCrawlerTP
|
||||
Aipbot
|
||||
Alexibot
|
||||
Anarchy99
|
||||
Aspiegel
|
||||
Attach
|
||||
BacklinkCrawler
|
||||
Badass
|
||||
AwarioBot
|
||||
AwarioSmartBot
|
||||
Bandit
|
||||
Battleztar Bazinga
|
||||
Black Hole
|
||||
Blow
|
||||
BunnySlippers
|
||||
BuzzSumo
|
||||
Bytespider
|
||||
CensysInspect
|
||||
Crawling at Home Project
|
||||
DBLBot
|
||||
DomainSigmaCrawler
|
||||
ECCP/1.0
|
||||
Ecxi
|
||||
ExtractorPro
|
||||
Boardreader
|
||||
CODE87
|
||||
ChatGPT-User
|
||||
CheeseBot
|
||||
ChinaClaw
|
||||
Cogentbot
|
||||
CyotekWebCopy
|
||||
Discobot
|
||||
Dragonfly
|
||||
EroCrawler
|
||||
ExtLinksBot
|
||||
Extractor
|
||||
Extreme Picture Finder
|
||||
Ezooms
|
||||
Fimap
|
||||
FrontPage
|
||||
GrapeFX
|
||||
GrapeshotCrawler
|
||||
GridBot
|
||||
Haansoft
|
||||
HaosouSpider
|
||||
FHscan
|
||||
Firefox/7.0
|
||||
Go-Ahead-Got-It
|
||||
Harvest
|
||||
Havij
|
||||
HonoluluBot
|
||||
IRLbot
|
||||
Image Fetch
|
||||
InfoNaviRobot
|
||||
IstellaBot
|
||||
JennyBot
|
||||
Joomla
|
||||
Keyword Density
|
||||
LinkWalker
|
||||
MJ12bot
|
||||
Mag-Net
|
||||
MarkWatch
|
||||
Mojeek
|
||||
IndeedBot
|
||||
Internet Ninja
|
||||
LeechFTP
|
||||
LeechGet
|
||||
LexiBot
|
||||
Libwhisker
|
||||
LinkScan
|
||||
LinqiaScrapeBot
|
||||
Majestic-SEO
|
||||
Masscan
|
||||
MauiBot
|
||||
MeanPath Bot
|
||||
MegaIndex.ru
|
||||
MicroMessenger
|
||||
Microsoft URL Control
|
||||
Minefield
|
||||
Moblie Safari
|
||||
Morfeus Fucking Scanner
|
||||
Navroad
|
||||
NetAnts
|
||||
NetMechanic
|
||||
NetSpider
|
||||
OpenVAS
|
||||
Nibbler
|
||||
OrangeBot
|
||||
PageAnalyzer
|
||||
Pockey
|
||||
PyCurl
|
||||
RedesScrapy
|
||||
RepoMonkey
|
||||
Ripper
|
||||
SEOkicks-Robot
|
||||
Scanbot
|
||||
Scrapy
|
||||
ScreenerBot
|
||||
Panscient
|
||||
ProPowerBot
|
||||
Probethenet
|
||||
QueryN Metasearch
|
||||
Rainbot
|
||||
ReGet
|
||||
Searchestate
|
||||
SearchmetricsBot
|
||||
Shodan
|
||||
Sosospider
|
||||
Sottopop
|
||||
Sqlworm
|
||||
T8Abot
|
||||
SemanticJuice
|
||||
SeobilityBot
|
||||
Site Sucker
|
||||
SiteSucker
|
||||
Snapbot
|
||||
Spammen
|
||||
T0PHackTeam
|
||||
Teleport
|
||||
The Intraformant
|
||||
Toweyabot
|
||||
Turingos
|
||||
URLy Warning
|
||||
URLy.Warning
|
||||
Telesphorep
|
||||
TheNomad
|
||||
TurnitinBot
|
||||
TwengaBot
|
||||
UnisterBot
|
||||
VoidEYE
|
||||
WWW-Mechanize
|
||||
Upflow
|
||||
WeSEE
|
||||
Web Enhancer
|
||||
Web Fetch
|
||||
Web Pix
|
||||
WebBandit
|
||||
WebFetch
|
||||
WebFuck
|
||||
WebGo IS
|
||||
WebLeacher
|
||||
WebReaper
|
||||
Web Fuck
|
||||
WebWhacker
|
||||
WebZIP
|
||||
Webalta
|
||||
Webshag
|
||||
WebsiteQuester
|
||||
Whack
|
||||
WiseGuys Robot
|
||||
Wotbox
|
||||
Xaldon WebSpider
|
||||
Xenu
|
||||
YaK
|
||||
Xaldon_WebSpider
|
||||
Zade
|
||||
ZyBorg
|
||||
archive.org_bot
|
||||
demandbase-bot
|
||||
eCatch
|
||||
facebookscraper
|
||||
iubenda-radar
|
||||
isitwp.com
|
||||
linkdexbot
|
||||
lwp-trivial
|
||||
ripz
|
||||
sp_auditbot
|
||||
trendiction.com
|
||||
webgains-bot
|
||||
zauba.io
|
||||
netEstate NE Crawler
|
||||
probe-image-size
|
||||
seostar
|
||||
zgrab
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
bestprofits-there.com
|
||||
fanrto.com
|
||||
gamewrath.com
|
||||
macotool.com
|
||||
mixx.com
|
||||
prostitutki-tolyatti.org
|
||||
seminarygeorgia59.ga
|
||||
shoesonlinebuy.cn
|
||||
thin.me.pn
|
||||
tizanidinezanaflex.blogspot.com
|
||||
adamoads.com
|
||||
cialiswithoutadoctor.net
|
||||
dorratex.tn
|
||||
freetangodownload.com
|
||||
igru-xbox.net
|
||||
nuker.com
|
||||
steame.ru
|
||||
supervesti.ru
|
||||
theprofitsmaker.net
|
||||
zona-aqua.ru
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
883zy.com
|
||||
adservme.com
|
||||
adverster.com
|
||||
affrh2015.com
|
||||
agadelha.com.br
|
||||
aihelen.net
|
||||
aksonural.ru
|
||||
anatomiy.com
|
||||
apple.com-cleaner.systems
|
||||
arkkivoltti.net
|
||||
babieca.com
|
||||
blockworld.ru
|
||||
buqyxa.rincian.info
|
||||
buytizanidineonlinenoprescription.blogspot.com
|
||||
cam-kontakte.org
|
||||
carson.getenjoyment.net
|
||||
cartierbracelet.xyz
|
||||
cartierloveringreplica.xyz
|
||||
cigarpass.com
|
||||
clothesforcash.com
|
||||
coaching-netz.info
|
||||
coderstate.com
|
||||
com-supportcenter.website
|
||||
costablue.xyz
|
||||
creditmoney.com.ua
|
||||
d2jsp.org
|
||||
dev-seo.blog
|
||||
diffbot.com
|
||||
domik-derevne.ru
|
||||
dprtb.com
|
||||
erotik0049.com
|
||||
euroskat.ru
|
||||
12bet.com
|
||||
51.la
|
||||
absolute-s.ru
|
||||
acads.net
|
||||
aero2.ru
|
||||
aerogo.com
|
||||
alfa9.com
|
||||
alkoravto.ru
|
||||
allkrim.com
|
||||
amehdaily.com
|
||||
anaksma.info
|
||||
arclk.net
|
||||
azartniy-bonus.com
|
||||
blogrankers.com
|
||||
buttons-for-website.com
|
||||
buynorxx.com
|
||||
buypillsorderonline.com
|
||||
canvas.gloverid.site
|
||||
cardsdumps.com
|
||||
ciproandtizanidine.blogspot.com
|
||||
clayvasedesigns.tk
|
||||
codysbbq.com
|
||||
contentlook.co
|
||||
cool-wedding.net
|
||||
deshevo-nedorogo.ru
|
||||
designdevise.com
|
||||
dieswaene.com
|
||||
dostavimvdom.ru
|
||||
doxyporno.com
|
||||
electronicadirect.com
|
||||
ereko.ru
|
||||
ezigaretteshop.webs.com
|
||||
farmprofi.net
|
||||
fillmewithhappiness.com
|
||||
findpics.pw
|
||||
free-share-buttons.blogspot.com
|
||||
funtoonez.com
|
||||
gabeshop.ru
|
||||
gepezz.info
|
||||
harmonyglen.us
|
||||
homedo.fabpage.com
|
||||
infowarcraft.ru
|
||||
iqs.biz.ua
|
||||
isistaylorporn.info
|
||||
istock-mebel.ru
|
||||
istripper.com
|
||||
jewelryandfiligree.com
|
||||
justprofit.xyz
|
||||
larose.jb2c.me
|
||||
lego4x4.ru
|
||||
limtu.ifmo.ru
|
||||
mcnamaratech.com
|
||||
mowser.com
|
||||
musflashtv.com
|
||||
my-aladin.com
|
||||
myphotopipe.com
|
||||
nudo.ca
|
||||
okonich.com.ua
|
||||
online-hd.pl
|
||||
osoznanie-narkotikam.net
|
||||
pl.aasoldes.fr
|
||||
plastweb.ru
|
||||
polybuild.ru
|
||||
prizesbook.online
|
||||
pro-okis.ru
|
||||
producm.ru
|
||||
prostitutki-novgoroda.org
|
||||
qitt.ru
|
||||
rcpmda.ikan1080.xyz
|
||||
redirectme.net
|
||||
reining.lovasszovetseg.hu
|
||||
robotixix.com
|
||||
runtnc.net
|
||||
rutor.vip
|
||||
s.lollypopgaming.com
|
||||
saratov.xrus.org
|
||||
seobility.net
|
||||
seoheap.com
|
||||
sex-znakomstva.online
|
||||
sirpornogratis.xxx
|
||||
sitevaluation.com
|
||||
stairliftstrue.com
|
||||
starpages.net
|
||||
filunika.com.ru
|
||||
formulaantiuban.com
|
||||
fortwosmartcar.pw
|
||||
genericviagrasildenafiled.net
|
||||
ghernnqr.skyrock.com
|
||||
glasof.es
|
||||
goroda-vsego-mira.ru
|
||||
herehloadibs.cf
|
||||
hotsocialz.com
|
||||
itsdp3.com
|
||||
kino2018.cc
|
||||
konica.kz
|
||||
letsrepair.in
|
||||
lirunet.ru
|
||||
littlesexdolls.com
|
||||
lowephotos.info
|
||||
macnewtech.com
|
||||
maridan.com.ua
|
||||
mobilierland.com
|
||||
modenamebel.ru
|
||||
mojpregled.com
|
||||
mriyadh.com
|
||||
myfreemp3.eu
|
||||
myonlinepayday.co
|
||||
myprintscreen.com
|
||||
newstudio.tv
|
||||
ningessaybe.me
|
||||
no-rx.info
|
||||
nosecret.com.ua
|
||||
nzfilecloud.weebly.com
|
||||
ohmyrings.com
|
||||
ok.ru
|
||||
origin-my.ru
|
||||
paphoselectricianandplumber.com
|
||||
pl-vouchers.com
|
||||
poquoson.org
|
||||
privatefx.all4invest.info
|
||||
proftests.net
|
||||
prokotov.com
|
||||
sad-torg.com.ua
|
||||
sexvporno.ru
|
||||
sexyteens.hol.es
|
||||
small-game.com
|
||||
socialmadesimple.com
|
||||
speeddream.xyz
|
||||
superoboi.com.ua
|
||||
syvertsen-da.no
|
||||
t-bygg.com
|
||||
tasteidea.com
|
||||
thedownloadfromwarez.blogspot.com
|
||||
tizanidinehcl2mgtablet.blogspot.com
|
||||
topsiteminecraft.com
|
||||
track.deriv.com
|
||||
trkdf.com
|
||||
tvoystartup.ru
|
||||
ufa.xrus.org
|
||||
vk-mus.ru
|
||||
vonradio.com
|
||||
webs.com
|
||||
webshoppermac.com
|
||||
wholesalecheapjerseysfree.com
|
||||
wonderfulflowers.biz
|
||||
xchangetrak.com
|
||||
za-fun-offer.com
|
||||
zakazfutbolki.com
|
||||
zlatnajesen.com
|
||||
znakomstvaonlain.ru
|
||||
tizanidineoral.blogspot.com
|
||||
topclickguru.com
|
||||
tubeline.biz
|
||||
umaseh.com
|
||||
uptimechecker.com
|
||||
usadacha.net
|
||||
uvozdeckych.info
|
||||
videochat.mx
|
||||
whatsappbot.flyland.ru
|
||||
xn--80aaajbdbddwj2alwjieei2afr3v.xn--p1ai
|
||||
xxart.ru
|
||||
xzlive.com
|
||||
yoopsie.com
|
||||
you-shall-not-pass.is74.ru
|
||||
yourothersite.com
|
||||
znakomstva-moskva77.ru
|
||||
|
|
|
@ -1,14 +1,4 @@
|
|||
<!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>ml>
|
||||
<html>
|
||||
<head><title>503 Service Temporarily Unavailable</title></head>
|
||||
<body>
|
||||
<center><h1>503 Service Temporarily Unavailable</h1></center>
|
||||
|
@ -651,4 +641,14 @@
|
|||
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
|
||||
<p>This is merely used for testing !!!</p>
|
||||
</body>
|
||||
</html><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to NginX</title>
|
||||
</head>
|
||||
<body>
|
||||
<div align=center>
|
||||
<h1>Welcome to the NginX Ultimate Bad Bot Blocker</h1>
|
||||
<p>This is merely used for testing !!!</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.231 0;
|
||||
10.1.0.33 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2024.04.4456
|
||||
### Updated: Wed Apr 24 12:42:09 UTC 2024
|
||||
### Version: V4.2024.04.4457
|
||||
### Updated: Wed Apr 24 12:57:22 UTC 2024
|
||||
### Bad Bot Count: 659
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue