Merge pull request #8564 from lu4nx/fix-shadowd-waf-fingerprint

Fix shadowd WAF fingerprint
patch-1
Dhiyaneshwaran 2023-11-07 12:41:56 +05:30 committed by GitHub
commit dd2920219d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ http:
regex:
- '(?i)<h\d>\d{3}.forbidden<.h\d>'
- '(?i)request.forbidden.by.administrative.rules.'
condition: or
condition: and
part: response
- type: regex

View File

@ -98,7 +98,7 @@ http:
regex:
- '(?i)<h\d>\d{3}.forbidden<.h\d>'
- '(?i)request.forbidden.by.administrative.rules.'
condition: or
condition: and
part: response
- type: regex