Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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.