Update and rename detect-maxforwards-headers.yaml to maxforwards-headers-detect.yaml

patch-1
Ritik Chaddha 2024-03-06 10:27:33 +05:30 committed by GitHub
parent 1f094f0e43
commit 063eb811a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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]+)'
- '(?i)max-forwards:\s+([0-9]+)'