Ethical Hacking Automation

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

Datadog Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#datadog
Description

What is the "Datadog Login Panel - Detect?" module?

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.

Impact

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.

How does the module work?

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.

Module preview

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