nuclei-templates/http/token-spray/api-pivotaltracker.yaml

28 lines
538 B
YAML

id: api-pivotaltracker
info:
name: PivotalTracker API Test
author: zzeitlin
severity: info
reference:
- https://www.pivotaltracker.com/help/api
tags: token-spray,pivotaltracker
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://www.pivotaltracker.com/services/v5/me"
headers:
X-TrackerToken: "{{token}}"
matchers:
- type: word
part: body
negative: true
words:
- 'invalid_authentication'
- 'unauthenticated'