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 host-redirects: true
max-redirects: 2 max-redirects: 2
matchers-condition: and
matchers: matchers:
- type: word - type: dsl
part: body_1 dsl:
words: - "!contains(body_1, '<h1> Interactsh Server </h1>')"
- "<h1> Interactsh Server </h1>" - "contains(body_2, '<h1> Interactsh Server </h1>')"
negative: true condition: and
- type: word
part: body_2
words:
- "<h1> Interactsh Server </h1>"