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

29 lines
530 B
YAML
Raw Normal View History

2021-10-24 05:11:51 +00:00
id: api-particle
info:
name: Particle Cloud API Test
author: dwisiswant0
severity: info
reference:
- https://docs.particle.io/reference
2021-10-24 05:11:51 +00:00
tags: token-spray,particle
self-contained: true
requests:
- 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