Ethical Hacking Automation

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

Dynatrace Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#dynatrace#login#panel
Description

What is the "Dynatrace Login Panel - Detect?"

The "Dynatrace Login Panel - Detect" module is designed to detect the presence of the Dynatrace login panel. Dynatrace is a software intelligence platform that provides monitoring and analytics for cloud-native environments. This module focuses on identifying potential misconfigurations or vulnerabilities related to the login panel of Dynatrace.

This module has an informative severity level, which means it provides valuable information but does not indicate a critical security issue.

This module was authored by ja1sh.

Impact

The detection of the Dynatrace login panel does not directly indicate any impact or vulnerability. However, it can be an important step in identifying potential security risks or misconfigurations related to the login functionality of the Dynatrace software.

How does the module work?

The "Dynatrace Login Panel - Detect" module works by sending HTTP requests and applying matching conditions to identify the presence of the Dynatrace login panel. It uses the following matching conditions:

- Matcher 1: It checks if the word "Login - Dynatrace" is present in the body of the HTTP response. - Matcher 2: It verifies if the HTTP response status is 200 (OK).

If both matching conditions are met, the module considers the Dynatrace login panel to be detected.

Here is an example of an HTTP request that the module may send:

GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

The module then analyzes the response body and status to determine if the Dynatrace login panel is present.

Module preview

Concurrent Requests (0)
Passive global matcher
word: Login - Dynatraceand
status: 200
On match action
Report vulnerability