Update: [Sun Dec 22 00:28:28 UTC 2024]

This commit is contained in:
github-actions[bot]
2024-12-22 00:28:28 +00:00
parent b05a7d87c2
commit 1e4bb70b5d
50 changed files with 428 additions and 577 deletions

View File

@@ -18,7 +18,7 @@ location / {
set $attack_detected 1;
}
if ($request_uri ~* "@rx (?i)(?:unmarshaller|base64data|java.)") {
if ($request_uri ~* "@rx (?:unmarshaller|base64data|java.)") {
set $attack_detected 1;
}
@@ -98,10 +98,6 @@ location / {
set $attack_detected 1;
}
if ($request_uri ~* "@pm gzip compress deflate br zstd") {
set $attack_detected 1;
}
if ($request_uri ~* "@lt 1") {
set $attack_detected 1;
}