2021-10-24 05:16:31 +00:00
|
|
|
id: api-vercel
|
|
|
|
|
|
|
|
info:
|
2022-10-10 19:22:59 +00:00
|
|
|
name: Vercel - API Detection
|
2021-10-24 05:16:31 +00:00
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-10-10 19:22:59 +00:00
|
|
|
description: Vercel API was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://vercel.com/docs/rest-api
|
2022-10-10 19:22:59 +00:00
|
|
|
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
|
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:
|
2021-10-24 08:19:58 +00:00
|
|
|
- '"user":'
|
|
|
|
- '"username":'
|
|
|
|
- '"email":'
|
|
|
|
condition: and
|
2022-10-10 19:22:59 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/10/04
|