IBM Decision Center Enterprise Console - Panel Detection
ID: ibm-dcec-panel
Severity: info
Author: DhiyaneshDK
Tags: panel,ibm,login,detect,decision-center
Description
Section titled “Description”IBM Decision Center Enterprise Console panel was detected.
YAML Source
Section titled “YAML Source”id: ibm-dcec-panel
info: name: IBM Decision Center Enterprise Console - Panel Detection author: DhiyaneshDK severity: info description: | IBM Decision Center Enterprise Console panel was detected. reference: - https://www.ibm.com/docs/en/odm/8.5.1?topic=console-tutorial-getting-started-decision-center-enterprise metadata: verified: true max-request: 1 shodan-query: html:"Decision Center Enterprise console" tags: panel,ibm,login,detect,decision-center
http: - method: GET path: - "{{BaseURL}}/teamserver/faces/login.jsp"
matchers-condition: and matchers: - type: word part: body words: - "<title>Decision Center Enterprise console</title>" - "Sign in to Decision Center" condition: or
- type: status status: - 200# digest: 4b0a0048304602210081214580e23aba39400ca7637eb2457a0f0d6d18de6d2c42e08597d89ae274210221009304271f67e2634dfd67f391b882403d46389436b90bf028f25edab1048448b6: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-dcec-panel.yaml"