Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/headless/headless-header-status-test.yaml
2070 views
1
id: headless-header-status-test
2
3
info:
4
name: headless header + status test
5
author: pdteam
6
severity: info
7
8
headless:
9
- steps:
10
- args:
11
url: "{{BaseURL}}"
12
action: navigate
13
- action: waitload
14
15
matchers-condition: and
16
matchers:
17
- type: word
18
part: header
19
words:
20
- text/plain
21
22
- type: status
23
status:
24
- 200
25
26