2023-01-13 08:50:23 +00:00
|
|
|
id: webdav-enabled
|
|
|
|
|
|
|
|
info:
|
2023-02-06 21:47:19 +00:00
|
|
|
name: WebDAV Protocol - Detect
|
2023-01-13 08:50:23 +00:00
|
|
|
author: tess
|
|
|
|
severity: info
|
|
|
|
description: |
|
2023-02-06 21:47:19 +00:00
|
|
|
WebDAV protocol was detected.
|
2023-01-13 08:50:23 +00:00
|
|
|
remediation: |
|
2023-02-06 21:47:19 +00:00
|
|
|
Recommended disabling if not currently in use.
|
2023-01-13 08:50:23 +00:00
|
|
|
reference:
|
|
|
|
- https://www.acunetix.com/vulnerabilities/web/webdav-enabled/
|
2023-02-06 21:47:19 +00:00
|
|
|
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:
|
2023-04-28 08:11:21 +00:00
|
|
|
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
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
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"
|
2023-02-06 21:47:19 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/06
|