nuclei/integration_tests/http/self-contained-file-input.yaml
Tarun Koyalwar d9e953acfa
fix file input in custom vars for self contained http template (#3385)
* fix file input in variables(-V)

* fix lint error

* fix nuclei-ignore file failures
2023-03-04 04:57:27 +05:30

25 lines
511 B
YAML

id: self-contained-file-input
info:
name: Test Self Contained Template With File Input
author: pdteam
severity: info
self-contained: true
requests:
- 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