Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Odoo OpenERP Database Selector Panel - Detect" module is designed to detect the presence of the Odoo OpenERP database selector panel. Odoo OpenERP is a popular open-source business management software that allows users to manage various aspects of their business, such as sales, inventory, and accounting. This module focuses on identifying the database selector panel, which is a component of the Odoo OpenERP system.
This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
Author: impramodsargar
The impact of this module is purely informative. It does not indicate any specific security vulnerabilities or misconfigurations. Instead, it helps users identify the presence of the Odoo OpenERP database selector panel, which can be useful for system administrators and developers.
The "Odoo OpenERP Database Selector Panel - Detect" module works by sending an HTTP GET request to the "/web/database/selector/" path. It then applies two matching conditions to determine if the Odoo OpenERP database selector panel is present:
<title>Odoo</title>
". This indicates that the page is related to Odoo OpenERP.
- The module verifies that the HTTP response status code is 200, indicating a successful request.
If both conditions are met, the module reports the detection of the Odoo OpenERP database selector panel.
Metadata: max-request: 1