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

34 lines
677 B
YAML

id: api-vercel
info:
name: Vercel - API Detection
author: dwisiswant0
severity: info
description: Vercel API was detected.
reference:
- https://vercel.com/docs/rest-api
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/10/04