Update detect-all-takeovers.yaml
Adding Vercel.app. Please see https://take-me-over-now.vercel.app/ as an example.patch-1
parent
d7c406209b
commit
2bc61548af
|
@ -2,7 +2,7 @@ id: detect-all-takeovers
|
|||
|
||||
info:
|
||||
name: Subdomain Takeover Detection
|
||||
author: "melbadry9 & pxmme1337"
|
||||
author: "melbadry9 & pxmme1337 & geeknik"
|
||||
severity: high
|
||||
|
||||
# Update this list with new takeovers matchers
|
||||
|
@ -10,7 +10,7 @@ info:
|
|||
# https://github.com/EdOverflow/can-i-take-over-xyz
|
||||
# You need to claim the subdomain / CNAME of the subdomain to confirm the takeover.
|
||||
# Do not report subdomain takeover issues only based on detection.
|
||||
# Total number of services #71
|
||||
# Total number of services #72
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -386,5 +386,11 @@ requests:
|
|||
words:
|
||||
- "Not Found"
|
||||
- "server: Netlify"
|
||||
|
||||
- type: word
|
||||
name: vercel
|
||||
words:
|
||||
- DEPLOYMENT_NOT_FOUND
|
||||
- {{Hostname}} might be available.
|
||||
condition: and
|
||||
part: all
|
||||
part: all
|
||||
|
|
Loading…
Reference in New Issue