diff --git a/default-logins/jboss/jmx-default-login.yaml b/default-logins/jboss/jmx-default-login.yaml index 43a786abca..760820c288 100644 --- a/default-logins/jboss/jmx-default-login.yaml +++ b/default-logins/jboss/jmx-default-login.yaml @@ -15,6 +15,10 @@ info: requests: - raw: + - | + GET /jmx-console/ HTTP/1.1 + Host: {{Hostname}} + - | GET /jmx-console/ HTTP/1.1 Host: {{Hostname}} @@ -34,14 +38,15 @@ requests: - 123qwe - root + req-condition: true matchers-condition: and matchers: + - type: dsl + dsl: + - "!contains(body_1, 'JMImplementation') && contains(body_2, 'JMImplementation')" + - type: status status: - 200 - - type: word - words: - - 'JMImplementation' - # Enhanced by mp on 2022/03/10