Skip to content

Doppler SCIM Token

ID: doppler-scim

Severity: info

Author: DhiyaneshDK

Tags: doppler,keys,file

id: doppler-scim
info:
name: Doppler SCIM 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\.scim\.[a-zA-Z0-9]{40,44})\b
# digest: 490a0046304402200745ed518fd6f2f900236b495fbb3ab15419437499a2f8a5dab3c184dda86bf5022051ad69f4afcbadc3eeb9aa18952b1bf8325e0bd72fa2d7e413687c1e3238e71e: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-scim.yaml"

View on Github