Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/annotation-timeout.yaml
2070 views
1
id: annotation-timeout
2
3
info:
4
name: Basic Annotation Timeout
5
author: pdteam
6
severity: info
7
8
http:
9
- raw:
10
- |
11
@timeout: 5s
12
GET / HTTP/1.1
13
Host: {{Hostname}}
14
15
matchers:
16
- type: word
17
words:
18
- "This is test matcher text"
19