From f611d700e7c45d5e518e4bfa618b270f84e26487 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:43:27 +0530 Subject: [PATCH] Added strict matchers instead of using negative matcher --- .../misconfig/apache-rocketmq-broker-unauth.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/network/misconfig/apache-rocketmq-broker-unauth.yaml b/network/misconfig/apache-rocketmq-broker-unauth.yaml index 87e800b208..ac2da34fcd 100644 --- a/network/misconfig/apache-rocketmq-broker-unauth.yaml +++ b/network/misconfig/apache-rocketmq-broker-unauth.yaml @@ -25,15 +25,11 @@ tcp: - "{{Host}}:10911" read-size: 2048 - matchers-condition: and matchers: - type: word words: - - "serializeTypeCurrentRPC" - - - type: word - part: raw - words: - - "HTTP/1.1" - - "html" - negative: true + - serializeTypeCurrentRPC + - language + - opaque + - version + condition: and \ No newline at end of file