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

29 lines
591 B
YAML
Raw Normal View History

2021-10-24 01:42:58 +00:00
id: api-optimizely
info:
name: Optimizely API Test
author: dwisiswant0
severity: info
2021-11-10 09:35:20 +00:00
reference: https://library.optimizely.com/docs/api/app/v2/index.html
2021-10-24 01:42:58 +00:00
tags: token-spray,optimizely
self-contained: true
requests:
- method: GET
path:
- "https://api.optimizely.com/v2/projects"
headers:
Authorization: Bearer {{token}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
2021-11-10 09:35:20 +00:00
- '"account_id":'
- '"confidence_threshold":'
condition: and