Skip to content

IBM Decision Center Business Console - Default Login

ID: ibm-dcbc-default-login

Severity: high

Author: DhiyaneshDK

Tags: ibm,default-login,decision-center

id: ibm-dcbc-default-login
info:
name: IBM Decision Center Business Console - Default Login
author: DhiyaneshDK
severity: high
reference:
- https://www.ibm.com/docs/en/odm/8.0.1?topic=users-tutorial-getting-started-decision-center-business-console
metadata:
verified: true
max-request: 1
shodan-query: "title=\"Decision Center | Business Console\""
tags: ibm,default-login,decision-center
http:
- raw:
- |
POST /decisioncenter/j_security_check HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
j_username={{username}}&j_password={{password}}
host-redirects: true
max-redirects: 3
attack: pitchfork
payloads:
username:
- odmAdmin
password:
- odmAdmin
matchers-condition: and
matchers:
- type: word
part: body
words:
- "userName: 'odmAdmin'"
- "Log out"
condition: and
- type: status
status:
- 200
# digest: 490a00463044022001cf3ff1908b8efffd3f37d35f94770d6e4dfa39bda140946d3677fa613a0cdc02206eacab1d70da4bc1a44273ae32ac493094abd75e01ecb0ff26d720a76d98e81d: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/default-logins/ibm/ibm-dcbc-default-login.yaml"

View on Github