1id: basic-unsafe-get 2 3info: 4 name: Basic Unsafe GET Request with CLI SNI 5 author: pdteam 6 severity: info 7 8http: 9 - raw: 10 - |+ 11 GET / HTTP/1.1 12 Host: {{Hostname}} 13 14 unsafe: true 15 matchers: 16 - type: word 17 words: 18 - "test-ok" 19