Added detect-options-method

patch-1
sandeep 2021-03-31 04:48:14 +05:30
parent 9f7b41f04f
commit 610c62cab4
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
id: detect-options-method
info:
name: Detect enabled OPTIONS methods
author: pdteam
severity: info
requests:
- method: OPTIONS
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: header
group: 1
regex:
- "Allow: ([A-Z,]+)"