Skip to content

Oracle DBaaS Monitor Detect

ID: oracle-dbass-detect

Severity: info

Author: pussycat0x

Tags: oracle,tech

id: oracle-dbass-detect
info:
name: Oracle DBaaS Monitor Detect
author: pussycat0x
severity: info
metadata:
max-request: 1
tags: oracle,tech
http:
- method: GET
path:
- '{{BaseURL}}/dbaas_monitor/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>DBaaS Monitor</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022075f4da75505dc69fc92b2be986b96b34b92d917b3297199d59e678096f7e2480022100b0215dfdea99f2d66e7bbec049ef0e316dfcaa40dd9933f413ee216560f47b10: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-dbass-detect.yaml"

View on Github