nuclei-templates/token-spray/dropbox.yaml

22 lines
436 B
YAML

id: api-dropbox
info:
name: Dropbox API Test
author: zzeitlin
reference: https://www.dropbox.com/developers/documentation/http/documentation
severity: info
tags: token-spray,dropbox
self-contained: true
requests:
- method: POST
path:
- "https://api.dropboxapi.com/2/users/get_current_account"
headers:
Authorization: Bearer {{token}}
matchers:
- type: status
status:
- 200