Merge pull request #9194 from projectdiscovery/ibm-host-trans

Create ibm-host-trans-detect.yaml
patch-1
Ritik Chaddha 2024-02-23 14:10:02 +05:30 committed by GitHub
commit 7e85e16dce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: ibm-decision-server-runtime
info:
name: IBM Decision Server Runtime Panel- Detect
author: DhiyaneshDK
severity: info
description: |
IBM Decision Server Runtime was detected.
reference:
- https://www.ibm.com/docs/en/odm/8.10?topic=services-hosted-transparent-decision
metadata:
verified: true
max-request: 1
tags: ibm,detect,tech,decision-server
http:
- method: GET
path:
- "{{BaseURL}}/DecisionService/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Hosted Transparent Decision Service</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Decision Server ([0-9.]+)'