mirror of https://github.com/daffainfo/nuclei.git
25 lines
401 B
YAML
25 lines
401 B
YAML
|
id: headless-header-status-test
|
||
|
|
||
|
info:
|
||
|
name: headless header + status test
|
||
|
author: pdteam
|
||
|
severity: info
|
||
|
|
||
|
headless:
|
||
|
- steps:
|
||
|
- args:
|
||
|
url: "{{BaseURL}}"
|
||
|
action: navigate
|
||
|
- action: waitload
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/plain
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|