nuclei-templates/miscellaneous/trace-method.yaml

32 lines
568 B
YAML
Raw Normal View History

2020-12-01 14:45:15 +00:00
id: HTTP-TRACE
info:
name: HTTP TRACE method enabled
author: nodauf
severity: info
2021-04-01 18:35:08 +00:00
tags: misc
reference: https://www.blackhillsinfosec.com/three-minutes-with-the-http-trace-method/
2020-12-01 14:45:15 +00:00
requests:
- method: TRACE
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-12-01 14:45:15 +00:00
matchers:
- type: word
name: trace-request
words:
- "TRACE / HTTP"
part: body
- method: OPTIONS
path:
2021-01-13 07:31:46 +00:00
- "{{BaseURL}}"
2020-12-01 14:45:15 +00:00
matchers:
- type: regex
name: options-request
regex:
- "(?i)Allow: [A-Z,]*TRACE"
part: header