Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Zenario Admin Login Panel - Detect" module is designed to detect the presence of the Zenario admin login panel. Zenario is a software platform that allows users to create and manage websites. This module focuses on identifying potential misconfigurations or vulnerabilities related to the admin login panel.
This module has an informative severity level, which means it provides valuable information but does not pose an immediate threat.
Author: Fazal
The detection of the Zenario admin login panel does not directly indicate any impact or vulnerability. However, it can help identify potential security risks or misconfigurations that may exist within the login panel. Further investigation and analysis are required to determine the actual impact.
The module works by sending an HTTP GET request to the "/zenario/admin/welcome.php" path. It then applies two matching conditions to determine if the Zenario admin login panel is present:
- Status: The response status code must be 200. - Content: The response body must contain the phrase "Welcome to Zenario".If both conditions are met, the module considers the Zenario admin login panel to be detected.
Example HTTP request:
GET /zenario/admin/welcome.php
Note: The above example is a simplified representation of the HTTP request. The actual module may include additional headers or parameters.