mirror of https://github.com/daffainfo/nuclei.git
26 lines
425 B
YAML
26 lines
425 B
YAML
|
id: headless-payloads
|
||
|
|
||
|
info:
|
||
|
name: headless payloads example
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
tags: headless
|
||
|
|
||
|
headless:
|
||
|
- attack: clusterbomb
|
||
|
payloads:
|
||
|
aa:
|
||
|
- aa
|
||
|
- bb
|
||
|
bb:
|
||
|
- cc
|
||
|
- dd
|
||
|
steps:
|
||
|
- args:
|
||
|
url: "{{BaseURL}}?aa={{aa}}&bb={{bb}}"
|
||
|
action: navigate
|
||
|
- action: waitload
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "test"
|