24 lines
469 B
YAML
24 lines
469 B
YAML
id: ibm-mqseries-web-console
|
|
|
|
info:
|
|
name: IBM MQSeries web console
|
|
author: righettod
|
|
severity: info
|
|
reference:
|
|
- https://www.ibm.com/docs/en/ibm-mq/9.0?topic=console-getting-started-mq
|
|
tags: panel,ibm
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/ibmmq/console/login.html'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>MQ Console</title>'
|
|
- type: status
|
|
status:
|
|
- 200
|