23 lines
527 B
YAML
23 lines
527 B
YAML
|
id: digitalocean-refresh
|
||
|
|
||
|
info:
|
||
|
name: DigitalOcean Refresh Token
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/rules/digitalocean.yml
|
||
|
- https://docs.digitalocean.com/reference/api/
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
tags: digitalocean,exposure,token
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- (?x)(?i)\b(dor_v1_[a-f0-9]{64})\b
|