mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 05:15:24 +00:00
18 lines
272 B
YAML
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" |