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

22 lines
324 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
metadata:
max-request: 1
2021-03-30 23:18:14 +00:00
http:
2021-03-30 23:18:14 +00:00
- method: OPTIONS
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: header
group: 1
regex:
2021-06-03 12:47:49 +00:00
- "Allow: ([A-Z, ]+)"