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

26 lines
501 B
YAML
Raw Normal View History

2021-10-25 00:25:39 +00:00
id: api-appveyor
info:
name: AppVeyor API Test
author: dwisiswant0
severity: info
reference:
- https://www.appveyor.com/docs/api/
2021-10-25 00:25:39 +00:00
tags: token-spray,appveyor
self-contained: true
requests:
- method: GET
path:
- "https://ci.appveyor.com/api/roles"
headers:
Content-Type: application/json
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
2021-11-01 12:22:18 +00:00
- '"roleId":'
- '"created":'
condition: and