nuclei-templates/exposed-panels/datadog-login.yaml

27 lines
447 B
YAML

id: datadog-login
info:
name: Datadog Login Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: title:"Datadog"
tags: panel,datadog
requests:
- method: GET
path:
- "{{BaseURL}}/account/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Datadog: Log In</title>'
- type: status
status:
- 200