Allowed Options Method
ID: options-method
Severity: info
Author: pdteam
Tags: miscellaneous,misc,generic
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: options-method
info: name: Allowed Options Method author: pdteam severity: info metadata: max-request: 1 tags: miscellaneous,misc,generic
http: - method: OPTIONS path: - "{{BaseURL}}"
extractors: - type: regex part: header group: 1 regex: - "Allow: ([A-Z, ]+)"# digest: 4b0a00483046022100e7aacd680b17fd5bc8f22f5b40229ea9168d2c7c5c58ea245fdf8ca60a3f3a2f022100d3f82602e3669cd69e2e7ec3fbbf1136013f01b76886cc166b58d8982086ff59:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/miscellaneous/options-method.yaml"