Update and rename detect-maxforwards-headers.yaml to maxforwards-headers-detect.yaml
parent
1f094f0e43
commit
063eb811a4
|
@ -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]+)'
|
Loading…
Reference in New Issue