nuclei-templates/misconfiguration/webdav-enabled.yaml

39 lines
907 B
YAML
Raw Normal View History

2023-01-13 08:50:23 +00:00
id: webdav-enabled
info:
name: WebDAV Enabled
author: tess
severity: info
description: |
WebDAV is an extension to the HTTP protocol. It allows authorized users to remotely add and change content on your web server.
remediation: |
If you are not using this extension, it's recommended to be disabled.
reference:
- https://www.acunetix.com/vulnerabilities/web/webdav-enabled/
metadata:
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
requests:
- 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"