commit
304e342b2c
|
@ -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
|
Loading…
Reference in New Issue