Page cover

WebDAV

An extension of the HTTP protocol that allows users to collaboratively edit and manage files stored on a remote server.

  • Extends methods with additional ones like PROPFIND, PROPPATCH, MKCOL, DELETE, COPY, MOVE, and LOCK.

Enumeration
  • Credentials can be found at webdav.passwd.

davtest.pl -url http://10.10.10.67/webdav_test_inception -auth <UserName>:<Password>

Last updated