Skip to content

DigitalOcean Refresh Token

ID: digitalocean-refresh-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,digitalocean,token

id: digitalocean-refresh-token
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: file,keys,digitalocean,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- (?i)\b(dor_v1_[a-f0-9]{64})\b
# digest: 4a0a00473045022042e7024d76b24af4ef1b9dc5fb4670ba8a925f2ad60b087d08b986a40201a3de022100c6f312ccd650861a586c7d2462e722dc12d74e32b98e5a027a43329ec92411f6: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/digitalocean/digitalocean-refresh-token.yaml"

View on Github