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

29 lines
655 B
YAML
Raw Normal View History

2022-07-22 11:32:46 +00:00
id: api-clickup
info:
name: ClickUp API Test
author: daffainfo
severity: info
description: ClickUp is a robust, cloud-based project management tool for boosting productivity
2022-07-22 11:32:46 +00:00
reference:
- https://clickup.com/api
- https://github.com/daffainfo/all-about-apikey/tree/main/clickup
2022-07-22 11:32:46 +00:00
tags: token-spray,clickup
self-contained: true
requests:
- raw:
- |
GET https://api.clickup.com/api/v2/user HTTP/1.1
Host: api.clickup.com
Authorization: {{token}}
matchers:
- type: word
part: body
words:
- '"id":'
- '"username":'
- '"email":'
condition: and