Merge pull request #9195 from projectdiscovery/ibm-odm-panel

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

View File

@ -0,0 +1,30 @@
id: ibm-odm-panel
info:
name: IBM Operational Decision Manager Panel - Detect
author: DhiyaneshDK
severity: info
description: |
IBM Operational Decision Manager panel was detected.
reference:
- https://www.ibm.com/docs/en/odm/8.12.0
metadata:
verified: true
fofa-query: title="Decision Center | Business Console"
tags: panel,ibm,login,detect,decision-center
http:
- method: GET
path:
- "{{BaseURL}}/decisioncenter/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Decision Center | Business Console</title>"
- type: status
status:
- 200