nuclei/integration_tests/protocols/http/get-sni-unsafe.yaml
2024-04-03 17:25:12 +05:30

18 lines
272 B
YAML

id: basic-unsafe-get
info:
name: Basic Unsafe GET Request with CLI SNI
author: pdteam
severity: info
http:
- raw:
- |+
GET / HTTP/1.1
Host: {{Hostname}}
unsafe: true
matchers:
- type: word
words:
- "test-ok"