24 lines
499 B
YAML
24 lines
499 B
YAML
id: oracle-business-control
|
|
|
|
info:
|
|
name: Oracle Commerce Business Control Center
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
reference: https://www.shodan.io/search?query=http.title%3A%22Oracle+Commerce%22
|
|
tags: oracle,login,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/atg/bcc'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Oracle Commerce Business Control Center</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|