Skip to content

Dynatrace Login Panel - Detect

ID: dynatrace-login

Severity: info

Author: ja1sh

Tags: dynatrace,login,panel

Dynatrace login panel was detected.

id: dynatrace-login
info:
name: Dynatrace Login Panel - Detect
author: ja1sh
severity: info
description: |
Dynatrace login panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:1828614783
tags: dynatrace,login,panel
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Login - Dynatrace"
- type: status
status:
- 200
# digest: 490a00463044022019a18f3db86137fc71cba5685ef8dc1d11678c7ddb1190b193694a0c24f30c5402205ab30062bf917d93745d1886b3712883274587de86c71aca4b673c8de81dc9a6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/dynatrace-panel.yaml"

View on Github