nuclei-templates/token-spray/asana.yaml

23 lines
417 B
YAML

id: api-asana
info:
name: Asana API Test
author: zzeitlin
reference: https://developers.asana.com/docs/using-terminal
severity: info
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: status
negative: true
status:
- 401