nuclei-templates/miscellaneous/trace-method.yaml

33 lines
565 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
# References:
# - https://www.blackhillsinfosec.com/three-minutes-with-the-http-trace-method/
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