Merge pull request #1177 from projectdiscovery/options-method

Added detect-options-method
patch-1
PD-Team 2021-03-31 04:50:27 +05:30 committed by GitHub
commit 124c73b68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,]+)"