Skip to content

IBM Decision Server Console Panel - Detect

ID: ibm-decision-server-console

Severity: info

Author: DhiyaneshDK

Tags: panel,ibm,login,detect,decision-server

IBM Decision Server Console panel was detected.

id: ibm-decision-server-console
info:
name: IBM Decision Server Console Panel - Detect
author: DhiyaneshDK
severity: info
description: |
IBM Decision Server Console panel was detected.
reference:
- https://www.ibm.com/docs/en/odm/8.12.0?topic=overview-introducing-rule-execution-server
metadata:
verified: true
max-request: 1
shodan-query: title:"Rule Execution Server"
tags: panel,ibm,login,detect,decision-server
http:
- method: GET
path:
- "{{BaseURL}}/res/login.jsf"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Rule Execution Server</title>"
- "Rule Execution Server console"
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022100a83a60669d9223ef3d4752ddb4cdb77686bc39608ac033c12fa2bf3b262da67f02203342b38c623737949de33296dac5dafbb63478dc3dfecbc3919d412693bbebbd: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-decision-server-console.yaml"

View on Github