nuclei/integration_tests/protocols/http/self-contained-file-input.yaml
2024-04-03 17:25:12 +05:30

25 lines
507 B
YAML

id: self-contained-file-input
info:
name: Test Self Contained Template With File Input
author: pdteam
severity: info
self-contained: true
http:
- method: GET
path:
- "http://127.0.0.1:5431/{{test}}"
matchers:
- type: word
words:
- This is self-contained response
- raw:
- |
GET http://127.0.0.1:5431/{{test}} HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word
words:
- This is self-contained response