nuclei-templates/miscellaneous/options-method.yaml

20 lines
297 B
YAML
Raw Normal View History

2022-01-28 10:24:49 +00:00
id: options-method
2021-03-30 23:18:14 +00:00
info:
2022-01-28 10:24:49 +00:00
name: Allowed Options Method
2021-03-30 23:18:14 +00:00
author: pdteam
severity: info
2021-08-11 07:59:34 +00:00
tags: misc,generic
2021-03-30 23:18:14 +00:00
requests:
- method: OPTIONS
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: header
group: 1
regex:
2021-06-03 12:47:49 +00:00
- "Allow: ([A-Z, ]+)"