32 lines
889 B
YAML
32 lines
889 B
YAML
id: vercel-takeover
|
|
|
|
info:
|
|
name: Vercel Takeover Detection
|
|
author: brianlam38
|
|
severity: high
|
|
description: Vercel takeover was detected.
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/pull/375
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/183
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"The deployment could not be found on Vercel"
|
|
tags: takeover,vercel
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "The deployment could not be found on Vercel"
|
|
# digest: 4a0a00473045022100e9c2a259ba4561334fd4151612f11c27bfbf48680673b341eff2ff5bdefaf4d502206f94af7c8b41af543a3a1fee972d294859b0b1dae336394ad15d4f9d8366bcb6:922c64590222798bb761d5b6d8e72950 |