nuclei-templates/token-spray/api-fortitoken-cloud.yaml

30 lines
612 B
YAML
Raw Normal View History

2021-10-24 02:25:47 +00:00
id: api-fortitoken-cloud
info:
name: FortiToken Cloud API Test
author: dwisiswant0
severity: info
reference:
- https://docs.fortinet.com/document/fortitoken-cloud/latest/rest-api/456035/overview
2021-10-24 04:48:17 +00:00
tags: token-spray,fortinet
2021-10-24 02:25:47 +00:00
self-contained: true
requests:
- method: GET
path:
- "https://ftc.fortinet.com:9696/api/v1/user"
headers:
Authorization: Bearer {{token}}
matchers-condition: and
2021-10-24 02:25:47 +00:00
matchers:
- type: status
status:
- 200
2021-10-24 02:25:47 +00:00
- type: regex
part: body
regex:
- "error_(code|message|name)"
negative: true