nuclei-templates/http/takeovers/vercel-takeover.yaml

31 lines
651 B
YAML
Raw Normal View History

2023-07-12 05:47:00 +00:00
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:
2023-07-12 05:55:01 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-07-12 05:55:01 +00:00
shodan-query: html:"The deployment could not be found on Vercel"
2023-07-12 05:47:00 +00:00
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"