Update CVE-2021-40438.yaml

patch-1
Ritik Chaddha 2024-01-02 12:26:53 +05:30 committed by GitHub
parent e30066ad7b
commit da91dad415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 12 deletions

View File

@ -34,16 +34,9 @@ http:
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body_1
words:
- "<h1> Interactsh Server </h1>"
negative: true
- type: word
part: body_2
words:
- "<h1> Interactsh Server </h1>"
- type: dsl
dsl:
- "!contains(body_1, '<h1> Interactsh Server </h1>')"
- "contains(body_2, '<h1> Interactsh Server </h1>')"
condition: and