From charlesreid1

No edit summary
Line 4: Line 4:


The WebDAV protocol provides a framework for users to create, change and move documents on a server, typically a web server or web share.
The WebDAV protocol provides a framework for users to create, change and move documents on a server, typically a web server or web share.
Scan for WebDAV:
<pre>
msf auxiliary(webdav_scanner) > run
[*] 10.0.0.27 (Apache/2.2.8 (Ubuntu) DAV/2) WebDAV disabled.
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
msf auxiliary(webdav_scanner) >
</pre>
Looks like it is turned off...


=Flags=
=Flags=


{{MSFlag}}
{{MSFlag}}

Revision as of 04:53, 29 March 2016

What Is It?

WebDAV stands for Web Distributed Authoring and Versioning.

The WebDAV protocol provides a framework for users to create, change and move documents on a server, typically a web server or web share.

Scan for WebDAV:

msf auxiliary(webdav_scanner) > run

[*] 10.0.0.27 (Apache/2.2.8 (Ubuntu) DAV/2) WebDAV disabled.
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
msf auxiliary(webdav_scanner) >

Looks like it is turned off...

Flags