nuclei-templates/http/misconfiguration/webdav-enabled.yaml

46 lines
963 B
YAML
Raw Normal View History

2023-01-13 08:50:23 +00:00
id: webdav-enabled
info:
name: WebDAV Protocol - Detect
2023-01-13 08:50:23 +00:00
author: tess
severity: info
description: |
WebDAV protocol was detected.
2023-01-13 08:50:23 +00:00
remediation: |
Recommended disabling if not currently in use.
2023-01-13 08:50:23 +00:00
reference:
- https://www.acunetix.com/vulnerabilities/web/webdav-enabled/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-01-13 08:50:23 +00:00
metadata:
max-request: 3
2023-06-04 08:13:42 +00:00
verified: true
2023-01-13 08:53:17 +00:00
shodan-query: "Ms-Author-Via: DAV"
2023-01-13 08:50:23 +00:00
tags: webdav,misconfig,exposure
http:
2023-01-13 08:50:23 +00:00
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
OPTIONS / HTTP/1.1
Host: {{Hostname}}
- |
OPTIONS / HTTP/1.1
Host: {{Hostname}}
Authorization: Basic YW5vbnltb3VzOmFub255bW91cw==
stop-at-first-match: true
matchers:
- type: word
part: header
words:
- "Ms-Author-Via: DAV"
# Enhanced by md on 2023/02/06