Merge pull request #9193 from projectdiscovery/ibm-odm

Create ibm-rule-execution-panel.yaml
patch-1
Ritik Chaddha 2024-02-23 14:18:33 +05:30 committed by GitHub
commit 304e342b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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
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