nuclei-templates/http/technologies/oracle/oracle-dbass-detect.yaml

25 lines
405 B
YAML

id: oracle-dbass-detect
info:
name: Oracle DBaaS Monitor Detect
author: pussycat0x
severity: info
tags: oracle,tech
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/dbaas_monitor/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>DBaaS Monitor</title>'
- type: status
status:
- 200