nuclei-templates/http/exposed-panels/oracle-business-control.yaml

32 lines
726 B
YAML
Raw Normal View History

2021-09-11 15:42:06 +00:00
id: oracle-business-control
info:
name: Oracle Commerce Business Control Center Login Panel - Detect
2021-09-11 15:42:06 +00:00
author: dhiyaneshDk
severity: info
description: Oracle Commerce Business Control Center login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Oracle Commerce"
2021-09-12 15:58:44 +00:00
tags: oracle,login,panel
2021-09-11 15:42:06 +00:00
http:
2021-09-11 15:42:06 +00:00
- method: GET
path:
- '{{BaseURL}}/atg/bcc'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Oracle Commerce Business Control Center</title>'
- type: status
status:
- 200
# Enhanced by md on 2022/12/02