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

27 lines
550 B
YAML
Raw Normal View History

2022-06-21 17:07:33 +00:00
id: api-segment
info:
name: Segment API Test
author: geeknik
severity: info
reference:
- https://reference.segmentapis.com/
tags: token-spray,segment
self-contained: true
requests:
- raw:
- |
GET https://platform.segmentapis.com/v1beta/workspaces/myworkspace HTTP/1.1
Host: platform.segmentapis.com
Authorization: Bearer {{token}}
Content-Type: application/json
matchers:
- type: word
part: body
words:
- '"name":'
- '"id"'
condition: and