Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Open Game Panel Login Panel - Detect" module is designed to detect the presence of the Open Game Panel login panel. Open Game Panel is a software used for managing game servers. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, meaning it provides information rather than indicating a vulnerability or misconfiguration.
This module was authored by dhiyaneshDk.
This module does not have a direct impact on the system. It simply detects the presence of the Open Game Panel login panel, providing information about its existence.
The module works by sending an HTTP GET request to the "/index.php" path. It then applies two matching conditions:
- The response body must contain the HTML tag "<title>Open Game Panel</title>". - The response status code must be 200 (OK).If both conditions are met, the module considers the Open Game Panel login panel to be detected.
Example HTTP request:
GET /index.php
Matching conditions:
- Response body must contain the HTML tag "<title>Open Game Panel</title>". - Response status code must be 200 (OK).