Files
nuclei-templates/token-spray/api-vercel.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
477 B
YAML

id: api-vercel
info:
name: Vercel API Test
author: dwisiswant0
severity: info
reference:
- https://vercel.com/docs/rest-api
tags: token-spray,vercel
self-contained: true
requests:
- method: GET
path:
- "https://api.vercel.com/www/user"
headers:
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"user":'
- '"username":'
- '"email":'
condition: and