27 lines
751 B
YAML
27 lines
751 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:
|
|
verified: true
|
|
max-request: 1
|
|
tags: digitalocean,exposure,token
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- (?i)\b(doo_v1_[a-f0-9]{64})\b
|
|
|
|
# digest: 4b0a004830460221009a87ad8edab9db51cbda1d3174496a73076319c17d6ab57c271055adbfc95514022100efbb78665c463471368188387fa0f49c280f2cd54bfc0edc4a46e0bbb006cb89:922c64590222798bb761d5b6d8e72950
|