From 8eb67ca3f7cae837f60ecfc880c07c009c3d812f Mon Sep 17 00:00:00 2001 From: sandeep Date: Fri, 5 Nov 2021 04:48:10 +0530 Subject: [PATCH] additional matcher --- cves/2017/CVE-2017-10271.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cves/2017/CVE-2017-10271.yaml b/cves/2017/CVE-2017-10271.yaml index 87b674f5d8..4af42b1f0f 100644 --- a/cves/2017/CVE-2017-10271.yaml +++ b/cves/2017/CVE-2017-10271.yaml @@ -49,8 +49,13 @@ requests: + matchers-condition: and matchers: - type: word part: interactsh_protocol # Confirms the DNS interaction words: - "dns" + + - type: status + status: + - 500 \ No newline at end of file