Update CVE-2021-40438.yaml
parent
e30066ad7b
commit
da91dad415
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue