Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "OKI Data Panel - Detect" module is designed to detect the presence of the OKI Data panel. This module focuses on identifying misconfigurations or vulnerabilities related to the OKI Data panel. The severity of the module is classified as informative, meaning it provides valuable information but does not pose an immediate threat. The original author of this module is dhiyaneshDK.
This module does not have a direct impact on the system. Instead, it provides information about the presence of the OKI Data panel, allowing users to assess the security posture of their systems and take appropriate actions to mitigate any potential risks.
The "OKI Data Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the OKI Data panel. It sends a GET request to the "/status.htm" path and applies two matching conditions:
- The response body must contain the phrase "Oki Data Corporation". - The response status code must be 200 (OK).If both conditions are met, the module considers the OKI Data panel to be present.
Here is an example of the HTTP request sent by the module:
GET /status.htm
The module then evaluates the response based on the matching conditions to determine if the OKI Data panel is detected.