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

27 lines
447 B
YAML
Raw Normal View History

2022-09-16 19:45:43 +00:00
id: datadog-login
info:
2022-09-18 04:59:52 +00:00
name: Datadog Login Panel
2022-09-16 19:45:43 +00:00
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