Update CVE-2018-11784.yaml

patch-1
J4vaovo 2023-05-30 13:21:49 +08:00 committed by GitHub
parent e0b20a7b67
commit 41cde69dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -24,9 +24,14 @@ http:
path:
- "{{BaseURL}}//interact.sh"
matchers-condition: and
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
part: header
# Enhanced by mp on 2022/04/26
- type: status
negative: true
status:
- 404