2021-03-30 23:18:14 +00:00
|
|
|
id: detect-options-method
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect enabled OPTIONS methods
|
|
|
|
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, ]+)"
|