Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Eko Charger Management Console Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#eko
Description

What is the "Eko Charger Management Console Login Panel - Detect?"

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.

Impact

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.

How the module works?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: <title>Charger Management Console</title...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability