37 lines
806 B
YAML
37 lines
806 B
YAML
id: http-trace
|
|
|
|
info:
|
|
name: HTTP TRACE method enabled
|
|
author: nodauf
|
|
severity: info
|
|
reference:
|
|
- https://www.blackhillsinfosec.com/three-minutes-with-the-http-trace-method/
|
|
metadata:
|
|
max-request: 2
|
|
tags: misc,generic
|
|
|
|
http:
|
|
- method: TRACE
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
name: trace-request
|
|
part: body
|
|
words:
|
|
- "TRACE / HTTP"
|
|
|
|
- method: OPTIONS
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: regex
|
|
name: options-request
|
|
part: header
|
|
regex:
|
|
- "(?i)Allow: [A-Z,]*TRACE"
|
|
|
|
# digest: 4b0a00483046022100a23242b296fb8d829b4425746ccc8b2639ddcc8f79d70f6ee1c076c825275519022100a57e90459ce6326e049dcce71f905079db6a75a3efa7d2e1a9fc871d092c97a6:922c64590222798bb761d5b6d8e72950
|