mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:15:30 +00:00
18 lines
290 B
YAML
18 lines
290 B
YAML
id: annotation-timeout
|
|
|
|
info:
|
|
name: Basic Annotation Timeout
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 5s
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "This is test matcher text" |