Skip to content

Doppler Service

ID: doppler-service

Severity: info

Author: DhiyaneshDK

Tags: doppler,keys,file

id: doppler-service
info:
name: Doppler Service
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\.st\.(?:[a-z0-9\-_]{2,35}\.)?[a-zA-Z0-9]{40,44})\b
# digest: 490a0046304402202375efb198cc8a1ea7a14be34fddd493993d3b480f80c4ce76b802bb0986e6a602204219c255773316fda79ae8720adac9d5faa8e41257feaee43b2d89910f35e969: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-service.yaml"

View on Github