mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-14 09:09:49 +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
|
@ -1,2 +1,2 @@
|
|||
10.1.0.8 1;
|
||||
10.1.0.95 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
10.1.0.8 0;
|
||||
10.1.0.95 0;
|
||||
127.0.0.1 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