Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Datadog Login Panel - Detect" module is designed to detect the presence of the Datadog login panel. Datadog is a monitoring and analytics platform that provides real-time visibility into an organization's infrastructure and applications. This module focuses on identifying the login panel specifically.
The severity of this module is classified as informative, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by DhiyaneshDK.
The impact of detecting the Datadog login panel is primarily informational. It signifies the presence of the login panel, but does not indicate any immediate security risks or vulnerabilities.
The module works by sending an HTTP GET request to the "/account/login" path of the target website. It then applies two matching conditions to determine if the Datadog login panel is present:
- The module checks if the response body contains the HTML title tag "<title>Datadog: Log In</title>
".
- The module also verifies that the response status code is 200, indicating a successful request.
If both conditions are met, the module reports the detection of the Datadog login panel.
It's important to note that this module does not perform any actions beyond detecting the presence of the login panel.