nuclei-templates/token-spray/api-asana.yaml

27 lines
482 B
YAML

id: api-asana
info:
name: Asana API Test
author: zzeitlin
severity: info
reference:
- https://developers.asana.com/docs/using-terminal
tags: token-spray,asana
self-contained: true
requests:
- method: GET
path:
- "https://app.asana.com/api/1.0/users/me"
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- 'data:'
- 'email'
- 'name'
condition: and