nuclei-templates/miscellaneous/detect-options-method.yaml

20 lines
304 B
YAML

id: detect-options-method
info:
name: Detect enabled OPTIONS methods
author: pdteam
severity: info
tags: misc
requests:
- method: OPTIONS
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: header
group: 1
regex:
- "Allow: ([A-Z, ]+)"