From 39c15c523ab802aa0367d16a438bdaba0fe456d3 Mon Sep 17 00:00:00 2001 From: Kazgangap Date: Thu, 27 Jun 2024 23:07:55 +0300 Subject: [PATCH] update matcher --- http/cves/2024/CVE-2024-4434.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/cves/2024/CVE-2024-4434.yaml b/http/cves/2024/CVE-2024-4434.yaml index f6ea9254fb..09c62cdc19 100644 --- a/http/cves/2024/CVE-2024-4434.yaml +++ b/http/cves/2024/CVE-2024-4434.yaml @@ -37,13 +37,14 @@ http: Host: {{Hostname}} X-WP-Nonce: {{nonce}} - matchers-condition: and + matchers: - type: dsl dsl: - 'duration_2 >= 6' - 'contains(body_2,"status":"success")' - 'status_code_2 == 200' + condition: and extractors: - type: regex