mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-15 09:39:48 +00:00
V4.2024.07.4651 [ci skip]
This commit is contained in:
parent
18e224e53c
commit
84bb5fe5ef
38 changed files with 333 additions and 332 deletions
|
@ -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
|
||||
74.249.14.222 0;
|
||||
20.81.158.161 0;
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2024.07.4650
|
||||
### Updated: Sat Jul 27 22:01:11 UTC 2024
|
||||
### Version: V4.2024.07.4651
|
||||
### Updated: Sun Jul 28 06:52:49 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 665
|
||||
### Bad Bot Count: 667
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -606,6 +606,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)SpankBot(?:\b)" 3;
|
||||
"~*(?:\b)Spanner(?:\b)" 3;
|
||||
"~*(?:\b)Spbot(?:\b)" 3;
|
||||
"~*(?:\b)Spider_Bot(?:\b)" 3;
|
||||
"~*(?:\b)Spider_Bot/3.0(?:\b)" 3;
|
||||
"~*(?:\b)Spinn3r(?:\b)" 3;
|
||||
"~*(?:\b)SputnikBot(?:\b)" 3;
|
||||
"~*(?:\b)Sqlmap(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue