Added detect-options-method
parent
9f7b41f04f
commit
610c62cab4
|
@ -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,]+)"
|
Loading…
Reference in New Issue