IBM Operational Decision Manager Panel - Detect
ID: ibm-odm-panel
Severity: info
Author: DhiyaneshDK,righettod
Tags: panel,ibm,login,detect,decision-center
Description
Section titled “Description”IBM Operational Decision Manager panel was detected.
YAML Source
Section titled “YAML Source”id: ibm-odm-panel
info: name: IBM Operational Decision Manager Panel - Detect author: DhiyaneshDK,righettod severity: info description: | IBM Operational Decision Manager panel was detected. reference: - https://www.ibm.com/docs/en/odm/8.12.0 - https://www.ibm.com/products/operational-decision-manager classification: cpe: cpe:2.3:a:ibm:operational_decision_manager:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: ibm product: operational_decision_manager shodan-query: http.title:"Decision Center | Business Console" fofa-query: title="Decision Center | Business Console" tags: panel,ibm,login,detect,decision-center
http: - method: GET path: - "{{BaseURL}}/decisioncenter/login"
matchers-condition: and matchers: - type: word part: body words: - '<title>Decision Center | Business Console</title>' - '<h1 class="title">Decision Center | Business Console</h1>' - 'com/ibm/rules/decisioncenter/setup/Login' condition: or
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - '(?i)"js/dist/([0-9.]+)/decisioncenter"'# digest: 490a00463044022005969617d5aa5356bd48371dd36494695f693c623f44a232aa3ef8b0cd84637b022013be807422c512867cb2ed9a4c0938c62db10fd96b523274c22ad6aefde692ce:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/ibm/ibm-odm-panel.yaml"