From 063eb811a46b88c2042b4573d048fa30ee975e30 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:27:33 +0530 Subject: [PATCH] Update and rename detect-maxforwards-headers.yaml to maxforwards-headers-detect.yaml --- ...ds-headers.yaml => maxforwards-headers-detect.yaml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename http/miscellaneous/{detect-maxforwards-headers.yaml => maxforwards-headers-detect.yaml} (75%) diff --git a/http/miscellaneous/detect-maxforwards-headers.yaml b/http/miscellaneous/maxforwards-headers-detect.yaml similarity index 75% rename from http/miscellaneous/detect-maxforwards-headers.yaml rename to http/miscellaneous/maxforwards-headers-detect.yaml index 319e7d0e6e..bf024b4a03 100644 --- a/http/miscellaneous/detect-maxforwards-headers.yaml +++ b/http/miscellaneous/maxforwards-headers-detect.yaml @@ -1,7 +1,7 @@ -id: detect-maxforwards-headers +id: maxforwards-headers-detect info: - name: Max-Forwards header - Detection + name: Max-Forwards Header - Detect author: righettod severity: info description: Max-Forwards response header is specified. @@ -10,11 +10,11 @@ info: - https://http.dev/max-forwards - https://twitter.com/irsdl/status/1337299267652825088 metadata: - verified: 'true' + verified: true max-request: 1 shodan-query: "Max-Forwards:" fofa-query: header="max-forwards" - tags: miscellaneous,misc + tags: miscellaneous,misc,max-forwards http: - method: GET @@ -30,4 +30,4 @@ http: - type: regex part: header regex: - - '(?i)max-forwards:\s+([0-9]+)' \ No newline at end of file + - '(?i)max-forwards:\s+([0-9]+)'