Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Gespage Login Panel - Detect" module is designed to detect the presence of the Gespage login panel. Gespage is a software used for managing printing and copying services in organizations. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by pikpikcu and daffainfo.
The impact of detecting the Gespage login panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. However, it can provide insights into the presence of the Gespage software within a target system.
The module works by sending an HTTP GET request to the "/gespage/webapp/login.xhtml" path. It then applies two matching conditions to determine if the Gespage login panel is present:
<link rel="stylesheet" href="css/gespage.css" />
<link rel="stylesheet" href="css/menugrey.css" />
- The module verifies that the response status code is 200 (OK).
If both conditions are met, the module reports the detection of the Gespage login panel.