Skip to content

Datadog Login Panel - Detect

ID: datadog-login

Severity: info

Author: DhiyaneshDK

Tags: panel,datadog

Datadog login panel was detected.

id: datadog-login
info:
name: Datadog Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Datadog login panel was detected.
classification:
cvss-metrics: CVSS:3.0/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: title:"Datadog"
tags: panel,datadog
http:
- method: GET
path:
- "{{BaseURL}}/account/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Datadog: Log In</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100d8bfa022302769a42368a0789beede7c30dc1941cef3121f7f17e1abe19def9b022100c8598b7cf29016009fb1b4c7f0ce01adf12d3586709f116c28405b6545885fc0: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/datadog-login.yaml"

View on Github