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

20 lines
303 B
YAML
Raw Normal View History

2021-03-30 23:18:14 +00:00
id: detect-options-method
info:
name: Detect enabled OPTIONS methods
author: pdteam
severity: info
2021-04-01 18:35:08 +00:00
tags: misc
2021-03-30 23:18:14 +00:00
requests:
- method: OPTIONS
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: header
group: 1
regex:
- "Allow: ([A-Z,]+)"