Update jmx-default-login.yaml

patch-1
Prince Chaddha 2022-10-13 12:10:06 +05:30 committed by GitHub
parent a67fb62cd9
commit cbbe17ccca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View File

@ -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