nuclei/integration_tests/protocols/http/annotation-timeout.yaml

18 lines
294 B
YAML

id: annotation-timeout
info:
name: Basic Annotation Timeout
author: pdteam
severity: info
requests:
- raw:
- |
@timeout: 5s
GET / HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word
words:
- "This is test matcher text"