Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/pkg/tmplexec/flow/testcases/condition-flow.yaml
2073 views
1
id: vercel-hosted-detection
2
info:
3
name: Vercel-hosted detection
4
author: pdteam
5
severity: info
6
7
8
flow: dns() && http()
9
10
dns:
11
- name: "{{FQDN}}"
12
type: CNAME
13
14
matchers:
15
- type: word
16
words:
17
- "vercel-dns"
18
19
http:
20
- method: GET
21
path:
22
- "{{dns_cname}}"
23
24
matchers:
25
- type: word
26
words:
27
- "DEPLOYMENT_NOT_FOUND"
28