Merge pull request #7674 from projectdiscovery/vercel-takeover

Create vercel-takeover.yaml
patch-1
Dhiyaneshwaran 2023-07-12 11:28:09 +05:30 committed by GitHub
commit 694dba8f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
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:
max-request: 1
verified: true
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"