38 lines
964 B
YAML
38 lines
964 B
YAML
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: 4a0a0047304502207e2311f301b1a6c2c35544150df561448154d94ef42d1d291c50acdc68f6491b022100df61c19a03a740619522cd243fda36385c28f58928f916b6f0f5fe9a323d6ff2:922c64590222798bb761d5b6d8e72950 |