nuclei-templates/http/technologies/oracle/oracle-dbcs.yaml

27 lines
472 B
YAML

id: oracle-dbcs
info:
name: Oracle Database as a Service
author: pussycat0x
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Oracle Database as a Service"
tags: oracle,tech
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Oracle Database as a Service</title>'
part: body
- type: status
status:
- 200