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

29 lines
637 B
YAML

id: api-clockify
info:
name: Clockify API Test
author: daffainfo
severity: info
reference:
- https://clockify.me/developers-api
- https://github.com/daffainfo/all-about-apikey/blob/main/Documents%20%26%20Productivity/Clockify.md
tags: token-spray,clockify
self-contained: true
requests:
- raw:
- |
GET https://api.clockify.me/api/v1/user HTTP/1.1
Host: api.clockify.me
X-Api-Key: {{token}}
Content-Type: application/json
matchers:
- type: word
part: body
words:
- '"id":'
- '"email":'
- '"name":'
condition: and