26 lines
592 B
YAML
26 lines
592 B
YAML
|
id: doppler-audit-token
|
||
|
|
||
|
info:
|
||
|
name: Doppler Audit 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
|
||
|
max-request: 1
|
||
|
tags: doppler,exposure,tokens
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- \b(dp\.audit\.[a-zA-Z0-9]{40,44})\b
|