Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/pkg/tmplexec/flow/testcases/condition-flow-no-operators.yaml
2072 views
1
id: condition-flow-no-operators
2
info:
3
name: Condition Flow No Operators
4
author: pdteam
5
severity: info
6
7
flow: dns() && http()
8
9
dns:
10
- name: "{{FQDN}}"
11
type: CNAME
12
13
http:
14
- method: GET
15
path:
16
- "{{BaseURL}}/?ref={{dns_cname}}"
17
18
matchers:
19
- type: word
20
words:
21
- "html>"
22