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

22 lines
324 B
YAML

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