mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2024.05.4479 [ci skip]
This commit is contained in:
parent
8ece85d061
commit
f11b0cb507
37 changed files with 297 additions and 261 deletions
|
@ -1,2 +1,2 @@
|
|||
10.1.0.152 1;
|
||||
10.1.0.57 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -270,6 +270,8 @@
|
|||
"~*(?:\b)Indy\ Library(?:\b|)" 0;
|
||||
"~*(?:\b)InfoNaviRobot(?:\b|)" 0;
|
||||
"~*(?:\b)InfoTekies(?:\b|)" 0;
|
||||
"~*(?:\b)Information\ Security\ Team\ InfraSec\ Scanner(?:\b|)" 0;
|
||||
"~*(?:\b)InfraSec\ Scanner(?:\b|)" 0;
|
||||
"~*(?:\b)Intelliseek(?:\b|)" 0;
|
||||
"~*(?:\b)InterGET(?:\b|)" 0;
|
||||
"~*(?:\b)InternetMeasurement(?:\b|)" 0;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.152 0;
|
||||
10.1.0.57 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.05.4478
|
||||
### Updated: Fri May 3 22:01:08 UTC 2024
|
||||
### Version: V4.2024.05.4479
|
||||
### Updated: Sat May 4 08:35:12 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 660
|
||||
### Bad Bot Count: 662
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -362,6 +362,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Indy\ Library(?:\b)" 3;
|
||||
"~*(?:\b)InfoNaviRobot(?:\b)" 3;
|
||||
"~*(?:\b)InfoTekies(?:\b)" 3;
|
||||
"~*(?:\b)Information\ Security\ Team\ InfraSec\ Scanner(?:\b)" 3;
|
||||
"~*(?:\b)InfraSec\ Scanner(?:\b)" 3;
|
||||
"~*(?:\b)Intelliseek(?:\b)" 3;
|
||||
"~*(?:\b)InterGET(?:\b)" 3;
|
||||
"~*(?:\b)InternetMeasurement(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue