IBM Decision Runner - Detect
ID: ibm-decision-runner
Severity: info
Author: DhiyaneshDK
Tags: ibm,detect,tech,ibm-decision-runner
Description
Section titled “Description”IBM Decision Runner Service was detected.
YAML Source
Section titled “YAML Source”id: ibm-decision-runner
info: name: IBM Decision Runner - Detect author: DhiyaneshDK severity: info description: | IBM Decision Runner Service was detected. reference: - https://www.ibm.com/docs/en/odm/8.8.1?topic=simulation-tuning-decision-runner-web-application metadata: verified: true max-request: 1 tags: ibm,detect,tech,ibm-decision-runner
http: - method: GET path: - "{{BaseURL}}/DecisionRunner/"
matchers-condition: and matchers: - type: word part: body words: - "<title>Decision Runner</title>"
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - 'Decision Server ([0-9.]+)'# digest: 490a00463044022020ac4f2075d8c788ccb0a026750ce73c4102d91b84791c4368e174eaa0ae917802202de8665d186279bdd344f4342bccfaebcc3fe0045b02d828f8bd6926c1f90564: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/technologies/ibm/ibm-decision-runner.yaml"