21 lines
353 B
YAML
21 lines
353 B
YAML
|
id: display-via-header
|
||
|
|
||
|
info:
|
||
|
name: Display Via Header
|
||
|
author: geeknik
|
||
|
reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Via
|
||
|
severity: info
|
||
|
tags: misc
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
redirects: true
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: header
|
||
|
regex:
|
||
|
- "Via:.*"
|