nuclei/integration_tests/protocols/offlinehttp/rfc-req-resp.yaml

15 lines
247 B
YAML

id: rfc-req-resp
info:
name: Basic GET Request
author: pdteam
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "this is a line containing HTTP/1.1 FOO BAR"