Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/fuzz/fuzz-headless.yaml
2070 views
1
id: headless-query-fuzzing
2
3
info:
4
name: Example Query Fuzzing
5
author: pdteam
6
severity: info
7
8
headless:
9
- steps:
10
- action: navigate
11
args:
12
url: "{{BaseURL}}"
13
- action: waitload
14
15
payloads:
16
redirect:
17
- "blog.com"
18
- "portal.com"
19
20
fuzzing:
21
- part: query
22
mode: single
23
type: replace
24
fuzz:
25
- "https://{{redirect}}"
26
27
matchers:
28
- type: word
29
part: body
30
words:
31
- "{{redirect}}"
32
33