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

26 lines
482 B
YAML
Raw Normal View History

id: oracle-dbcs
2022-07-04 08:46:15 +00:00
2021-09-11 15:20:49 +00:00
info:
name: Oracle Database as a Service
author: pussycat0x
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Oracle Database as a Service"
2021-09-11 15:20:49 +00:00
tags: oracle,tech
2022-07-04 08:46:15 +00:00
2021-09-11 15:20:49 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2021-09-11 15:20:49 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>Oracle Database as a Service</title>'
part: body
2021-09-11 15:20:49 +00:00
- type: status
status:
- 200