nuclei-templates/miscellaneous/options-method.yaml

20 lines
297 B
YAML

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