nuclei/integration_tests/protocols/http/get-query-string.yaml
2024-04-03 17:25:12 +05:30

15 lines
271 B
YAML

id: basic-get-querystring
info:
name: Basic GET QueryString Request
author: pdteam
severity: info
http:
- method: GET
path:
- "{{BaseURL}}?test=nuclei"
matchers:
- type: word
words:
- "This is test querystring matcher text"