Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/fuzz/fuzz-query.yaml
2070 views
1
id: fuzz-query
2
3
info:
4
name: Basic Fuzz URL Query
5
author: pdteam
6
severity: info
7
8
http:
9
- method: GET
10
path:
11
- "{{BaseURL}}"
12
fuzzing:
13
- part: query
14
type: postfix
15
mode: single
16
keys: ["id"]
17
fuzz: ["6842'\"><"]
18
matchers-condition: and
19
matchers:
20
- type: word
21
part: body
22
words:
23
- "6842'\"><"
24
- type: word
25
part: header
26
words:
27
- "text/html"
28
29