From 6e14afc58b14f1097add87c1a1f133315baa0a62 Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:44:57 +0000 Subject: [PATCH] Create display-via-header.yaml Sometimes useful information can be gleaned from the Via header. --- miscellaneous/display-via-header.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 miscellaneous/display-via-header.yaml diff --git a/miscellaneous/display-via-header.yaml b/miscellaneous/display-via-header.yaml new file mode 100644 index 0000000000..a25dbbffb3 --- /dev/null +++ b/miscellaneous/display-via-header.yaml @@ -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:.*"