Skip to content

Doppler API Token

ID: doppler-api-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,doppler,token

id: doppler-api-token
info:
name: Doppler API Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/doppler-api-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/doppler-api-token.go
metadata:
verified: true
tags: file,keys,doppler,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- (dp\.pt\.)(?i)[a-z0-9]{43}
# digest: 4a0a00473045022043f316b2fe1683acb9ba6c019174829517bd87e6da9266bbaa75956b5193c306022100ab8856e934629c8dee4c685616627cd7704def947aae264146a3246b4da25e1c: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-api-token.yaml"

View on Github