Files
projectdiscovery-nuclei/internal/tests/integration/testdata/flow/conditional-flow.yaml
T
Dwi Siswanto f893b6c0cb refactor: native tests (#7307)
Signed-off-by: Dwi Siswanto <git@dw1.io>
2026-04-15 05:27:07 +07:00

28 lines
386 B
YAML

id: ghost-blog-detection
info:
name: Ghost blog detection
author: pdteam
severity: info
flow: dns() && http()
dns:
- name: "{{FQDN}}"
type: CNAME
matchers:
- type: word
words:
- ".vercel-dns.com"
internal: true
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "html>"