nuclei/integration_tests/protocols/http/get-without-scheme.yaml

15 lines
224 B
YAML

id: get-without-scheme
info:
name: Basic GET Request without scheme
author: pdteam
severity: info
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "ok"