Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/default-matcher-condition.yaml
2070 views
1
id: default-matcher-condition
2
3
info:
4
name: default-matcher-condition
5
author: pdteam
6
severity: info
7
8
http:
9
- raw:
10
- |
11
GET /?action=curltest&url={{interactsh-url}} HTTP/1.1
12
Host: {{Hostname}}
13
14
matchers:
15
- type: word
16
part: interactsh_protocol
17
words:
18
- "dns"
19
20
- type: status
21
status:
22
- 200
23
24