2023-05-18 20:23:21 +00:00
|
|
|
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:
|
2023-06-03 18:56:35 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-05-18 20:23:21 +00:00
|
|
|
tags: digitalocean,exposure,token
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- (?i)\b(doo_v1_[a-f0-9]{64})\b
|