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

31 lines
557 B
YAML

id: api-particle
info:
name: Particle Cloud API Test
author: dwisiswant0
severity: info
reference:
- https://docs.particle.io/reference
tags: token-spray,particle
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://api.particle.io/v1/user?access_token={{token}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '"account_info":'
- '"username":'
condition: and