Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/interactsh-requests-mc-and.yaml
2070 views
1
id: interactsh-requests-mc-and
2
3
info:
4
name: interactsh multi request matcher condition
5
author: pdteam
6
severity: info
7
8
http:
9
- raw:
10
- |
11
GET /api/geoping/{{interactsh-url}} HTTP/1.1
12
Host: {{Hostname}}
13
14
- |
15
GET / HTTP/1.1
16
Host: {{Hostname}}
17
18
matchers-condition: and
19
matchers:
20
- type: word
21
part: interactsh_protocol # Confirms the DNS Interaction
22
words:
23
- "dns"
24
25
- type: dsl
26
dsl:
27
- "status_code_2 == 200"
28