Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Eko Charger Management Console Login Panel - Detect" module is designed to detect the presence of the Eko Charger Management Console login panel. This module targets the Eko Charger Management Console software, which is used for managing Eko chargers. The severity of this module is classified as informative. The original author of this module is clem9669.
This module does not have any direct impact on the system. It is used to identify the presence of the Eko Charger Management Console login panel, which can help in assessing the security posture of the system.
The module works by sending an HTTP GET request to the "/login" path. It then applies two matching conditions to determine if the Eko Charger Management Console login panel is present:
- The module checks if the response body contains the HTML title tag "<title>Charger Management Console</title>
".
- The module checks if the response status code is 200 (OK).
If both conditions are met, the module considers the Eko Charger Management Console login panel to be detected.
For example, the module sends the following HTTP request:
GET /login
The module then evaluates the response based on the matching conditions described above.