33 lines
844 B
YAML
33 lines
844 B
YAML
id: vercel-takeover
|
|
|
|
info:
|
|
name: Vercel Takeover Detection
|
|
author: brianlam38
|
|
severity: high
|
|
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: 490a0046304402204fcb4ec681132fb2aa130bffd1ea7ce2dd36ee93485149820f83b9185bccc2a6022039f2c051c4ae9b7401b6610751ffbadea0bc8df2d3fa084606267bfc405b8f3e:922c64590222798bb761d5b6d8e72950
|