Skip to content

IBM MQ Web Console Login Panel - Detect

ID: ibm-mqseries-web-console

Severity: info

Author: righettod

Tags: panel,ibm

IBM MQ Web Console login panel was detected.

id: ibm-mqseries-web-console
info:
name: IBM MQ Web Console Login Panel - Detect
author: righettod
severity: info
description: IBM MQ Web Console login panel was detected.
reference:
- https://www.ibm.com/docs/en/ibm-mq/9.0?topic=console-getting-started-mq
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:ibm:mq:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: ibm
product: mq
tags: panel,ibm
http:
- method: GET
path:
- '{{BaseURL}}/ibmmq/console/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>MQ Console</title>'
- type: status
status:
- 200
# digest: 4b0a004830460221008c6bfdb26d3064e3d2a840d506f499013344f1932ab47089da4c52fb8be01299022100fe7551da6267feb107ecf3d8e7a14c004bb51878a6eaea1e728b5ef4242b7d06:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ibm/ibm-mqseries-web-console.yaml"

View on Github