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

26 lines
471 B
YAML
Raw Normal View History

2021-10-24 05:16:31 +00:00
id: api-vercel
info:
name: Vercel API Test
author: dwisiswant0
severity: info
2021-10-24 08:27:05 +00:00
reference: https://vercel.com/docs/rest-api
2021-10-24 05:16:31 +00:00
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