Skip to content

Oracle Opera Login - Detect

ID: oracle-opera-login

Severity: info

Author: DhiyaneshDK,righettod

Tags: panel,opera,oracle,detect

id: oracle-opera-login
info:
name: Oracle Opera Login - Detect
author: DhiyaneshDK,righettod
severity: info
classification:
cwe-id: CWE-200
metadata:
verified: true
max-request: 2
shodan-query: title:"Oracle Opera" && html:"/OperaLogin/Welcome.do"
tags: panel,opera,oracle,detect
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/OperaLogin/Welcome.do"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Oracle, OPERA</title>'
- '<title>OPERA Login'
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100c7ca2e33615a33100cd96bf6a920c27143718c15aee747435f62978946a63f5e022100e4be95dd4d5244ded2a801a9de879242818800b95226909cabc9b989ab3ab37e: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/exposed-panels/oracle-opera-login.yaml"

View on Github