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

22 lines
398 B
YAML
Raw Normal View History

2021-09-12 17:29:03 +00:00
id: oracle-dbass-detect
2021-09-11 15:41:23 +00:00
info:
2021-09-12 17:29:03 +00:00
name: Oracle DBaaS Monitor Detect
2021-09-11 15:41:23 +00:00
author: pussycat0x
severity: info
tags: oracle,tech
2021-09-12 17:29:03 +00:00
2021-09-11 15:41:23 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/dbaas_monitor/login'
2021-09-12 17:29:03 +00:00
2021-09-11 15:41:23 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>DBaaS Monitor</title>'
2021-09-12 17:29:03 +00:00
2021-09-11 15:41:23 +00:00
- type: status
status:
2021-09-12 17:29:03 +00:00
- 200