mirror of https://github.com/daffainfo/nuclei.git
28 lines
468 B
YAML
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"
|