Create vercel-takeover.yaml
parent
8c5ec83065
commit
b498c0160b
|
@ -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"
|
Loading…
Reference in New Issue