nuclei/integration_tests/fuzz/fuzz-query.yaml
Shubham Rasal 572c8eb780
Issue 2987 fuzz options (#3355)
* Add override fuzzing type and mode flags

* Update english readme

* Fix failing tests

* Add the integration tests

- validate the command line overriding type and mode for fuzzing
2023-03-06 16:56:38 +05:30

28 lines
468 B
YAML

id: fuzz-query
info:
name: Basic Fuzz URL Query
author: pdteam
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
fuzzing:
- part: query
type: postfix
mode: single
keys: ["id"]
fuzz: ["6842'\"><"]
matchers-condition: and
matchers:
- type: word
part: body
words:
- "6842'\"><"
- type: word
part: header
words:
- "text/html"