Skip to content

Oracle Database as a Service

ID: oracle-dbcs

Severity: info

Author: pussycat0x

Tags: oracle,tech

id: oracle-dbcs
info:
name: Oracle Database as a Service
author: pussycat0x
severity: info
classification:
cpe: cpe:2.3:a:oracle:database_server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: oracle
product: database_server
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
# digest: 4b0a00483046022100b60d2de808c55fda5cd6f5f0e94cfeaf0113b1305d89496611e2b56782787a62022100a17425706b9ce4fccc04d5bbc98d0846a51d96e563f0e7c228195f979040a7a5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/oracle/oracle-dbcs.yaml"

View on Github