24 lines
553 B
YAML
24 lines
553 B
YAML
id: digitalocean-app-token
|
|
|
|
info:
|
|
name: DigitalOcean Application Access 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:
|
|
max-request: 1
|
|
verified: true
|
|
tags: digitalocean,exposure,token
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- (?i)\b(doo_v1_[a-f0-9]{64})\b |