mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +00:00
V4.2025.07.5358 [ci skip]
This commit is contained in:
parent
c106e8f023
commit
4ba2dd53c9
38 changed files with 321 additions and 558 deletions
|
@ -4,9 +4,9 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2025.07.5357
|
||||
#### Version: V4.2025.07.5358
|
||||
#### 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: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||
#### Bad User-Agents (Bots) Blocked: [678](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)
|
||||
____________________
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
|
||||
|
||||
_______________
|
||||
#### Version: V4.2025.07.5357
|
||||
#### Version: V4.2025.07.5358
|
||||
#### 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: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||
#### Bad User-Agents (Bots) Blocked: [678](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)
|
||||
____________________
|
||||
|
||||
|
|
|
@ -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.07.5357
|
||||
#### Version: V4.2025.07.5358
|
||||
#### 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: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||
#### Bad User-Agents (Bots) Blocked: [678](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)
|
||||
____________________
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
AliyunSecBot
|
||||
Aliyun
|
||||
01h4x.com
|
||||
360Spider
|
||||
404checker
|
||||
|
@ -19,6 +17,8 @@ AhrefsBot
|
|||
AiHitBot
|
||||
Aipbot
|
||||
Alexibot
|
||||
Aliyun
|
||||
AliyunSecBot
|
||||
AllSubmitter
|
||||
Alligator
|
||||
AlphaBot
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
|
||||
|
||||
_______________
|
||||
#### Version: V4.2025.07.5357
|
||||
#### Version: V4.2025.07.5358
|
||||
#### 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: [676](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list)
|
||||
#### Bad User-Agents (Bots) Blocked: [678](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)
|
||||
____________________
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V3.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:03 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -167,6 +167,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -17,6 +17,8 @@ AhrefsBot
|
|||
AiHitBot
|
||||
Aipbot
|
||||
Alexibot
|
||||
Aliyun
|
||||
AliyunSecBot
|
||||
AllSubmitter
|
||||
Alligator
|
||||
AlphaBot
|
||||
|
|
|
@ -1 +1 @@
|
|||
5357
|
||||
5358
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V3.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:03 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -167,6 +167,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -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
|
||||
64.236.135.1 0;
|
||||
135.232.232.20 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 1;
|
||||
10.1.0.231 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 0;
|
||||
10.1.0.231 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 1;
|
||||
10.1.0.231 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 0;
|
||||
10.1.0.231 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 1;
|
||||
10.1.0.231 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -78,6 +78,8 @@
|
|||
"~*(?:\b)AiHitBot(?:\b|)" 0;
|
||||
"~*(?:\b)Aipbot(?:\b|)" 0;
|
||||
"~*(?:\b)Alexibot(?:\b|)" 0;
|
||||
"~*(?:\b)Aliyun(?:\b|)" 0;
|
||||
"~*(?:\b)AliyunSecBot(?:\b|)" 0;
|
||||
"~*(?:\b)AllSubmitter(?:\b|)" 0;
|
||||
"~*(?:\b)Alligator(?:\b|)" 0;
|
||||
"~*(?:\b)AlphaBot(?:\b|)" 0;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 0;
|
||||
10.1.0.231 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -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
|
||||
64.236.135.1 0;
|
||||
135.232.232.20 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -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
|
||||
64.236.135.1 0;
|
||||
135.232.232.20 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:47 UTC 2025
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:02 UTC 2025
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 676
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -170,6 +170,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)AiHitBot(?:\b)" 3;
|
||||
"~*(?:\b)Aipbot(?:\b)" 3;
|
||||
"~*(?:\b)Alexibot(?:\b)" 3;
|
||||
"~*(?:\b)Aliyun(?:\b)" 3;
|
||||
"~*(?:\b)AliyunSecBot(?:\b)" 3;
|
||||
"~*(?:\b)AllSubmitter(?:\b)" 3;
|
||||
"~*(?:\b)Alligator(?:\b)" 3;
|
||||
"~*(?:\b)AlphaBot(?:\b)" 3;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 1;
|
||||
10.1.0.231 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -78,6 +78,8 @@
|
|||
"~*(?:\b)AiHitBot(?:\b|)" 0;
|
||||
"~*(?:\b)Aipbot(?:\b|)" 0;
|
||||
"~*(?:\b)Alexibot(?:\b|)" 0;
|
||||
"~*(?:\b)Aliyun(?:\b|)" 0;
|
||||
"~*(?:\b)AliyunSecBot(?:\b|)" 0;
|
||||
"~*(?:\b)AllSubmitter(?:\b|)" 0;
|
||||
"~*(?:\b)Alligator(?:\b|)" 0;
|
||||
"~*(?:\b)AlphaBot(?:\b|)" 0;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
AdsTxtCrawlerTP
|
||||
BLEXBot
|
||||
Badass
|
||||
Curious
|
||||
Exabot
|
||||
GetWeb
|
||||
HTTrack
|
||||
MJ12bot
|
||||
404enemy
|
||||
BDFetch
|
||||
CheeseBot
|
||||
Msrabot
|
||||
Nimbostratus
|
||||
Rogerbot
|
||||
SeobilityBot
|
||||
SlySearch
|
||||
Sucker
|
||||
Telesoft
|
||||
WebGo IS
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
ALittle Client
|
||||
AhrefsBot
|
||||
Alligator
|
||||
AfD-Verbotsverfahren
|
||||
Alexibot
|
||||
AlphaBot
|
||||
Anarchy
|
||||
BDFetch
|
||||
BetaBot
|
||||
Anarchy99
|
||||
Asterias
|
||||
AwarioSmartBot
|
||||
BackStreet
|
||||
Barkrowler
|
||||
BlackWidow
|
||||
Boardreader
|
||||
Brandprotect
|
||||
BuiltBotTough
|
||||
BuiltWith
|
||||
BuzzSumo
|
||||
Bytespider
|
||||
CODE87
|
||||
Chlooe
|
||||
Citoid
|
||||
CazoodleBot
|
||||
Cloud mapping
|
||||
Cogentbot
|
||||
Collector
|
||||
CopyRightCheck
|
||||
Cosmos
|
||||
Deusu
|
||||
Discoverybot
|
||||
DomainCrawler
|
||||
Dotbot
|
||||
Ezooms
|
||||
Flunky
|
||||
GalaxyBot
|
||||
GetRight
|
||||
GetWeb
|
||||
Grabber
|
||||
GrapeFX
|
||||
IDBTE4M
|
||||
DSearch
|
||||
EMail Siphon
|
||||
EasyDL
|
||||
EirGrabber
|
||||
EyeNetIE
|
||||
FacebookBot
|
||||
GT::WWW
|
||||
Genieo
|
||||
GrabNet
|
||||
Heritrix
|
||||
HybridBot
|
||||
ImagesiftBot
|
||||
InfoTekies
|
||||
InternetMeasurement
|
||||
Jbrofuzz
|
||||
JennyBot
|
||||
InfraSec Scanner
|
||||
IstellaBot
|
||||
JOC Web Spider
|
||||
Keybot Translation-Search-Machine
|
||||
Lanshanbot
|
||||
Larbin
|
||||
Lftp
|
||||
LibWeb
|
||||
LWP::Simple
|
||||
LeechFTP
|
||||
LieBaoFast
|
||||
LinkextractorPro
|
||||
MIIxpc
|
||||
MQQBrowser
|
||||
Magnet
|
||||
LinqiaScrapeBot
|
||||
Lipperhey
|
||||
Lipperhey Spider
|
||||
Lmspider
|
||||
Ltx71
|
||||
Majestic SEO
|
||||
Majestic12
|
||||
Moblie Safari
|
||||
Navroad
|
||||
NetLyzer
|
||||
Papa Foto
|
||||
PeoplePal
|
||||
Picsearch
|
||||
RSSingBot
|
||||
RankurBot
|
||||
MicroMessenger
|
||||
NICErsPRO
|
||||
Nettrack
|
||||
Niki-bot
|
||||
Nikto
|
||||
Nimbostratus
|
||||
Octopus
|
||||
OnCrawl
|
||||
PageGrabber
|
||||
Piepmatz
|
||||
Pimonster
|
||||
ProWebWalker
|
||||
Quick-Crawler
|
||||
Recorder
|
||||
Rogerbot
|
||||
SEOkicks
|
||||
ScoutJet
|
||||
Screaming
|
||||
SearchmetricsBot
|
||||
SemrushBot-FT
|
||||
SemrushBot-OCOB
|
||||
SenutoBot
|
||||
Siphon
|
||||
RocketCrawler
|
||||
SEOlyt
|
||||
SEOlyticsCrawler
|
||||
SMTBot
|
||||
Scanbot
|
||||
SiteAuditBot
|
||||
Sogou web spider
|
||||
SiteSnagger
|
||||
Sitebeam
|
||||
Snoopy
|
||||
Spbot
|
||||
Spider_Bot
|
||||
Stripper
|
||||
SuperBot
|
||||
Teleport
|
||||
Trendiction
|
||||
True_Robot
|
||||
URLy.Warning
|
||||
Vagabondo
|
||||
Virusdie
|
||||
Voltron
|
||||
Suzuran
|
||||
T8Abot
|
||||
TheNomad
|
||||
Trendictionbot
|
||||
Turingos
|
||||
WASALive-Bot
|
||||
WBSearchBot
|
||||
WWWOFFLE
|
||||
WeSEE
|
||||
Web Fetch
|
||||
WebPix
|
||||
WebStripper
|
||||
Who.is Bot
|
||||
WiseGuys Robot
|
||||
Wotbox
|
||||
YoudaoBot
|
||||
Zade
|
||||
ZoomBot
|
||||
awario.com
|
||||
backlink-check
|
||||
cah.io.community
|
||||
coccocbot
|
||||
internetVista monitor
|
||||
linkfluence
|
||||
plumanalytics
|
||||
spyfu
|
||||
WPScan
|
||||
Wallpapers/3.0
|
||||
Web Enhancer
|
||||
Web Pix
|
||||
WebCopier
|
||||
WebImageCollector
|
||||
WebLeacher
|
||||
WebSucker
|
||||
check1.exe
|
||||
cognitiveseo
|
||||
cohere-ai
|
||||
crawl.sogou.com
|
||||
demandbase-bot
|
||||
evc-batch
|
||||
everyfeed-spider
|
||||
facebookscraper
|
||||
gopher
|
||||
omgili
|
||||
scan.lol
|
||||
serpstatbot
|
||||
sexsearcher
|
||||
sysscan
|
||||
ubermetrics-technologies.com
|
||||
voyagerx.com
|
||||
webprosbot
|
||||
x09Mozilla
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
aosexkontakte.net
|
||||
countbertwistdisp26.soup.io
|
||||
global-ics.co.za
|
||||
hawaiielectriclight.com
|
||||
hetmanship.xyz
|
||||
mole.pluto.ro
|
||||
moncleroutletonline.xyz
|
||||
narkologiya-penza.ru
|
||||
nelc.edu.eg
|
||||
xportvusbdriver8i.snack.ws
|
||||
100dollars-seo.com
|
||||
bio-japan.net
|
||||
cayado.snn.gr
|
||||
homedecoguide.info
|
||||
kazka.ru
|
||||
lerporn.info
|
||||
metalonly.info
|
||||
okel.co
|
||||
usiad.net
|
||||
womensterritory.ru
|
||||
|
|
|
@ -1,100 +1,100 @@
|
|||
1pamm.ru
|
||||
2020iscoming.info
|
||||
a14download.com
|
||||
aa9d046aab36af4ff182f097f840430d51.com
|
||||
alldownload.pw
|
||||
ameblo.jp
|
||||
analytics-ads.xyz
|
||||
apioasisspacenet-a.akamaihd.net
|
||||
apiportalmorecom-a.akamaihd.net
|
||||
5u.com
|
||||
accessoires-mode.in
|
||||
adviceforum.info
|
||||
aksonural.ru
|
||||
analnoeporno.tv
|
||||
apiappenableinfo-a.akamaihd.net
|
||||
asrvrep-a.akamaihd.net
|
||||
azarttoto.com
|
||||
babyguns.ru
|
||||
bannerbank.ru
|
||||
betonka.pro
|
||||
bgviagrachrx.com
|
||||
bongiornos.info
|
||||
breget74.ru
|
||||
bugshoot.cn
|
||||
cars-modification.net
|
||||
cfsrating.sonicwall.com
|
||||
cityadspix.com
|
||||
cleanmypc.com
|
||||
coindirect.io
|
||||
ddsoldes.fr
|
||||
dfwu1013.info
|
||||
divisioncore.com
|
||||
djekxa.ru
|
||||
drupa.com
|
||||
e-avon.ru
|
||||
edudocs.net
|
||||
embedle.com
|
||||
erotik0049.com
|
||||
es5.com
|
||||
finstroy.net
|
||||
flashlarevista.com
|
||||
forzeronly.com
|
||||
fotosfotos.eu
|
||||
fxund.us
|
||||
gearsadspromo.club
|
||||
getlamborghini.ga
|
||||
gpms.org.my
|
||||
gyffu.com
|
||||
heygidday.biz
|
||||
hotblog.top
|
||||
housekuba.org
|
||||
i-service.kz
|
||||
iskalko.ru
|
||||
iyasimasennka.com
|
||||
ketoanhanoi.info
|
||||
louboutinreplica.pw
|
||||
macresource.co.uk
|
||||
makemoneyonline.com
|
||||
manve.info
|
||||
mature.free-websites.com
|
||||
mcar.in.ua
|
||||
migente.com
|
||||
mmog-play.ru
|
||||
mnimmigrantrights.net
|
||||
morocco-nomad-excursions.com
|
||||
moyaterapiya.ru
|
||||
mydoctorok.ru
|
||||
myhydros.org
|
||||
nakozhe.com
|
||||
newyorkhotelsmotels.info
|
||||
nisuturnetdgu.tk
|
||||
okout.ru
|
||||
oxotl.com
|
||||
paceform.com
|
||||
pdfprof.com
|
||||
piccshare.com
|
||||
poems.com.ua
|
||||
poligon.com
|
||||
popup.matchmaker.com
|
||||
portside.xyz
|
||||
pourvous.info
|
||||
praisong.net
|
||||
prosperent.com
|
||||
remmling.de
|
||||
rezeptiblud.ru
|
||||
richinvestmonitor.com
|
||||
rootandroid.org
|
||||
rrutw.com
|
||||
saneitconsulting.com
|
||||
sbricur.com
|
||||
searchinquire.com
|
||||
shop.acim.org
|
||||
sims-sims.ru
|
||||
softxaker.ru
|
||||
takeprofitsystem.com
|
||||
tizanidinehydrochloride2mg.blogspot.com
|
||||
trafficinstantly.co
|
||||
turvgori.ru
|
||||
umekana.ru
|
||||
unrealcommander.org
|
||||
uptimebot.net
|
||||
urlopener.blogspot.com.au
|
||||
uytmaster.ru
|
||||
wardreapptokone.tk
|
||||
watsonrealtycorp.com
|
||||
yeartwit.com
|
||||
aviav.org
|
||||
baixar-musicas-gratis.com
|
||||
bannerconnect.net
|
||||
bombla.org
|
||||
browsepulse-a.akamaihd.net
|
||||
burger-tycoon.com
|
||||
cannibalcheerleader.com
|
||||
cartierlove.xyz
|
||||
cerev.info
|
||||
compliance-alexa.top
|
||||
compliance-donald.xyz
|
||||
compliance-george.xyz
|
||||
compliance-john.top
|
||||
corta.co
|
||||
cwetochki.ru
|
||||
demenageur.com
|
||||
dieta-personalna.pl
|
||||
ekosmetyki.net.pl
|
||||
eksprognoz.ru
|
||||
emergencyneeds.org
|
||||
escortplius.com
|
||||
eu-cookie-law.blogspot.com
|
||||
filmci.pro
|
||||
fxtips.ru
|
||||
gaytube.com
|
||||
gidonline.one
|
||||
goosefishpost.bid
|
||||
graphid.com
|
||||
handicapvantoday.com
|
||||
helpmymacfaster.trade
|
||||
ihc2015.info
|
||||
impisr.edunsk.ru
|
||||
keyword-suggestions.com
|
||||
koptims.tiu.ru
|
||||
kovesszucs.atw.hu
|
||||
letmacwork.world
|
||||
lexiangwan.com
|
||||
livingroomdecor.info
|
||||
medi-fitt.hu
|
||||
moneyzzz.ru
|
||||
moscow.online-podarki.com
|
||||
msk-diplomat.com
|
||||
musicpro.monster
|
||||
needtosellmyhousefast.com
|
||||
newstudio.tv
|
||||
novodigs.com
|
||||
onefilms.net
|
||||
pdns.download
|
||||
pelfind.me
|
||||
preconnubial.usuby.site
|
||||
pssucai.info
|
||||
qexyfu.bugs3.com
|
||||
raisedseo.com
|
||||
ringporno.com
|
||||
ruspdd.com
|
||||
secretscook.ru
|
||||
sexkontakte-seite.com
|
||||
sharpchallenge.com
|
||||
sientalyric.co
|
||||
smartbalanceworld.com
|
||||
sms2x2.ru
|
||||
souvenirua.com
|
||||
spaceshipad.com
|
||||
spamnuker.com
|
||||
spb.ru
|
||||
stard.shop
|
||||
support.nopeas.sk
|
||||
tecspb.ru
|
||||
thegalerie.eu
|
||||
tizanidinesideeffectsweightloss.blogspot.com
|
||||
tizanidinewithdrawal.blogspot.com
|
||||
tpu.ru
|
||||
trucri.me
|
||||
truebeauty.cc
|
||||
truemfilelj.gq
|
||||
tytoona.com
|
||||
uptime.com
|
||||
v24s.net
|
||||
vegascosmetics.ru
|
||||
ventelnos.com
|
||||
video-woman.com
|
||||
vote-up.ru
|
||||
vzlomtw.com
|
||||
webradiology.ru
|
||||
x-stars.ru
|
||||
xportvusbdriver8i.snack.ws
|
||||
yadro.ru
|
||||
yaoguangdj.com
|
||||
yellowads.men
|
||||
yourporngay.com
|
||||
zaloro.com
|
||||
zigarettenonl.canalblog.com
|
||||
zigarettenonlinekaufen2.drupalgardens.com
|
||||
|
|
|
@ -8,194 +8,6 @@
|
|||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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><html>
|
||||
<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>
|
||||
|
@ -206,21 +18,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>
|
||||
<center><h1>503 Service Temporarily Unavailable</h1></center>
|
||||
<hr><center>nginx/1.24.0 (Ubuntu)</center>
|
||||
</body>
|
||||
</html>
|
||||
<html>
|
||||
<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><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to NginX</title>
|
||||
|
@ -230,98 +28,27 @@
|
|||
<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>
|
||||
<center><h1>503 Service Temporarily Unavailable</h1></center>
|
||||
<hr><center>nginx/1.24.0 (Ubuntu)</center>
|
||||
</body>
|
||||
</html>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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>
|
||||
<html>
|
||||
<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><!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>
|
||||
<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>
|
||||
<title>Welcome to NginX</title>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.142 0;
|
||||
10.1.0.231 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:48 UTC 2025
|
||||
### Bad Bot Count: 676
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:03 UTC 2025
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
||||
|
@ -53,6 +53,10 @@ User-agent: Aipbot
|
|||
Disallow:/
|
||||
User-agent: Alexibot
|
||||
Disallow:/
|
||||
User-agent: Aliyun
|
||||
Disallow:/
|
||||
User-agent: AliyunSecBot
|
||||
Disallow:/
|
||||
User-agent: AllSubmitter
|
||||
Disallow:/
|
||||
User-agent: Alligator
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
### Version Information #
|
||||
###################################################
|
||||
### Version: V4.2025.07.5357
|
||||
### Updated: Wed Jul 23 22:05:48 UTC 2025
|
||||
### Bad Bot Count: 676
|
||||
### Version: V4.2025.07.5358
|
||||
### Updated: Thu Jul 24 09:47:03 UTC 2025
|
||||
### Bad Bot Count: 678
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
||||
|
@ -53,6 +53,10 @@ User-agent: Aipbot
|
|||
Disallow:/
|
||||
User-agent: Alexibot
|
||||
Disallow:/
|
||||
User-agent: Aliyun
|
||||
Disallow:/
|
||||
User-agent: AliyunSecBot
|
||||
Disallow:/
|
||||
User-agent: AllSubmitter
|
||||
Disallow:/
|
||||
User-agent: Alligator
|
||||
|
|
Loading…
Add table
Reference in a new issue