Merge pull request #5396 from projectdiscovery/datadog-login

Create datadog-login.yaml
patch-1
Prince Chaddha 2022-09-18 11:00:54 +05:30 committed by GitHub
commit ef87d47bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
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