Create display-via-header.yaml

Sometimes useful information can be gleaned from the Via header.
patch-1
Geeknik Labs 2021-04-05 22:44:57 +00:00 committed by GitHub
parent 7ae14fc96a
commit 6e14afc58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
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:.*"