Skip to content

Oracle Business Intelligence Login Panel - Detect

ID: oracle-business-intelligence

Severity: info

Author: DhiyaneshDk,righettod

Tags: panel,oracle,login,detect

Oracle Business Intelligence login panel was detected.

id: oracle-business-intelligence
info:
name: Oracle Business Intelligence Login Panel - Detect
author: DhiyaneshDk,righettod
severity: info
description: Oracle Business Intelligence login panel was detected.
reference:
- https://www.oracle.com/business-analytics/business-intelligence/technologies/bi.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:oracle:business_intelligence:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 3
vendor: oracle
product: "business_intelligence"
shodan-query:
- "http.title:\"Oracle Business Intelligence Sign In\""
- http.title:"oracle business intelligence sign in"
fofa-query: title="oracle business intelligence sign in"
google-query: intitle:"oracle business intelligence sign in"
tags: panel,oracle,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/saw.dll?bieehome&startPage=1"
- "{{BaseURL}}/analytics/saw.dll?bieehome&startPage=1"
- "{{BaseURL}}/analytics/saw.dll?Dashboard"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Oracle Business Intelligence Sign In</title>"
- "<title>Oracle Business Intelligence</title>"
- "Oracle BI Presentation Services"
- "use Oracle BIEE"
condition: or
- type: status
status:
- 200
# digest: 490a00463044022016703ed9815e4b97d19645ec37d55db5d571adec5b07103bee3815deb1e3b5a202200e0113ef30ff04e9e1e9731a62300d3c0264954b99ce839a93a5fd36f6840a09: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-business-intelligence.yaml"

View on Github