Skip to content

Doppler CLI Token

ID: doppler-cli

Severity: info

Author: DhiyaneshDK

Tags: doppler,keys,file

id: doppler-cli
info:
name: Doppler CLI Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/builtin/rules/doppler.yml
- https://docs.doppler.com/reference/api
- https://docs.doppler.com/reference/auth-token-formats
metadata:
verified: true
tags: doppler,keys,file
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- \b(dp\.ct\.[a-zA-Z0-9]{40,44})\b
# digest: 490a004630440220515c3484fe0d66aee1fec3f880516748a63d4b5d75598e40cfaef3946900708702202730b2a8eba1b10e5741f052d189765328953f4d09e185f0765baa7507d68395: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 "file/keys/doppler/doppler-cli.yaml"

View on Github