Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/interactsh-stop-at-first-match.yaml
2070 views
1
id: interactsh-stop-at-first-match-integration-test
2
3
info:
4
name: Interactsh StopAtFirstMatch Integration Test
5
author: pdteam
6
severity: info
7
8
http:
9
- method: GET
10
path:
11
- "{{BaseURL}}/?a=1"
12
- "{{BaseURL}}/?a=2"
13
- "{{BaseURL}}/?a=3"
14
- "{{BaseURL}}/?a=4"
15
- "{{BaseURL}}/?a=5"
16
- "{{BaseURL}}/?a=6"
17
- "{{BaseURL}}/?a=7"
18
- "{{BaseURL}}/?a=8"
19
- "{{BaseURL}}/?a=9"
20
headers:
21
url: 'http://{{interactsh-url}}'
22
23
stop-at-first-match: true
24
25
matchers:
26
- type: word
27
part: interactsh_protocol # Confirms DNS Interaction
28
words:
29
- "dns"
30