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

25 lines
469 B
YAML
Raw Normal View History

2021-10-25 00:03:44 +00:00
id: api-strava
info:
name: Strava API Test
author: dwisiswant0
reference: https://developers.strava.com/docs/getting-started/
severity: info
tags: token-spray,strava
self-contained: true
requests:
- method: GET
path:
- "https://www.strava.com/api/v3/athlete"
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
2021-11-01 12:22:18 +00:00
- '"id"'
- '"username"'
condition: and