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

35 lines
627 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
reference:
- https://library.optimizely.com/docs/api/app/v2/index.html
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: token-spray,optimizely
2021-10-24 01:42:58 +00:00
self-contained: true
2023-10-14 11:27:55 +00:00
http:
2021-10-24 01:42:58 +00:00
- method: GET
path:
- "https://api.optimizely.com/v2/projects"
2023-10-14 11:27:55 +00:00
2021-10-24 01:42:58 +00:00
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":'
2023-10-14 11:27:55 +00:00
condition: and