From b498c0160b706c316978a34401d5710eaa89c3d6 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:17:00 +0530 Subject: [PATCH] Create vercel-takeover.yaml --- http/takeovers/vercel-takeover.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 http/takeovers/vercel-takeover.yaml diff --git a/http/takeovers/vercel-takeover.yaml b/http/takeovers/vercel-takeover.yaml new file mode 100644 index 0000000000..fd9c15c9b0 --- /dev/null +++ b/http/takeovers/vercel-takeover.yaml @@ -0,0 +1,28 @@ +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 + 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"