mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 20:55:28 +00:00
15 lines
271 B
YAML
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" |