From ae1f71c94a8fd4007668558457a22be400874991 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 22 Feb 2024 15:20:51 +0530 Subject: [PATCH 1/2] Create ibm-decision-runner.yaml --- .../technologies/ibm/ibm-decision-runner.yaml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 http/technologies/ibm/ibm-decision-runner.yaml diff --git a/http/technologies/ibm/ibm-decision-runner.yaml b/http/technologies/ibm/ibm-decision-runner.yaml new file mode 100644 index 0000000000..dfdbab199a --- /dev/null +++ b/http/technologies/ibm/ibm-decision-runner.yaml @@ -0,0 +1,37 @@ +id: ibm-decision-runner + +info: + name: IBM Decision Runner - Detection + 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: + - "Decision Runner" + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'Decision Server ([0-9.]+)' From 716e4c11cd50e6f81d615cba79f94210c800e0e6 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:15:22 +0530 Subject: [PATCH 2/2] Update ibm-decision-runner.yaml --- http/technologies/ibm/ibm-decision-runner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/technologies/ibm/ibm-decision-runner.yaml b/http/technologies/ibm/ibm-decision-runner.yaml index dfdbab199a..ee0a179a79 100644 --- a/http/technologies/ibm/ibm-decision-runner.yaml +++ b/http/technologies/ibm/ibm-decision-runner.yaml @@ -1,7 +1,7 @@ id: ibm-decision-runner info: - name: IBM Decision Runner - Detection + name: IBM Decision Runner - Detect author: DhiyaneshDK severity: info description: |