Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Oracle Business Intelligence Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#oracle
Description

What is the "Oracle Business Intelligence Login Panel - Detect?"

The "Oracle Business Intelligence Login Panel - Detect" module is designed to detect the presence of the Oracle Business Intelligence login panel. This module focuses on identifying misconfigurations or vulnerabilities related to the Oracle Business Intelligence software. It is an informative module that provides insights into potential security issues.

This module has a severity level of informative, which means it provides valuable information but does not directly indicate a security vulnerability.

Impact

This module does not have a direct impact on the target system. Instead, it helps identify potential security risks or misconfigurations related to the Oracle Business Intelligence login panel. By detecting these issues, system administrators can take appropriate actions to secure their systems and prevent unauthorized access.

How the module works?

The "Oracle Business Intelligence Login Panel - Detect" module works by sending an HTTP GET request to the target system's "/saw.dll?bieehome&startPage=1" path. It then applies two matching conditions to determine if the Oracle Business Intelligence login panel is present:

    - The module checks if the response body contains the HTML title tag "<title>Oracle Business Intelligence Sign In</title>". This indicates the presence of the login panel. - The module verifies that the HTTP response status code is 200, indicating a successful request.

If both conditions are met, the module reports a successful detection of the Oracle Business Intelligence login panel.

For more information about the Vidoc platform and its modules, please visit the Vidoc website.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/saw.dll?bieehome&st...
Matching conditions
word: <title>Oracle Business Intelligence Sign...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability