Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/get-override-sni.yaml
2070 views
1
id: basic-raw-http-example
2
3
info:
4
name: Test RAW GET Template
5
author: pdteam
6
severity: info
7
8
http:
9
- raw:
10
- |
11
@tls-sni:request.host
12
GET / HTTP/1.1
13
Host: test
14
15
matchers:
16
- type: word
17
words:
18
- "test-ok"
19