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

26 lines
502 B
YAML

id: api-jumpcloud
info:
name: JumpCloud API Test
author: zzeitlin
severity: info
reference:
- https://docs.jumpcloud.com/1.0/authentication-and-authorization/api-key
tags: token-spray,jumpcloud
self-contained: true
requests:
- method: GET
path:
- "https://console.jumpcloud.com/api/systems"
headers:
X-Api-Key: "{{token}}"
matchers:
- type: word
part: body
words:
- '"_id":'
- '"agentServer":'
condition: and