mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:45:27 +00:00
17 lines
279 B
YAML
17 lines
279 B
YAML
id: basic-get-headers
|
|
|
|
info:
|
|
name: Basic GET Headers Request
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
headers:
|
|
test: nuclei
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "This is test headers matcher text" |