## Description This auxiliary module scans a host or range of hosts for servers that disclose their content via WebDav. ## Verification Steps 1. Do: ```use auxiliary/scanner/http/webdav_website_content``` 2. Do: ```set RHOSTS [IP]``` 3. Do: ```run``` ## Scenarios ``` msf > use auxiliary/scanner/http/webdav_website_content msf auxiliary(webdav_website_content) > set RHOSTS 192.168.1.201 RHOSTS => 192.168.1.201 msf auxiliary(webdav_website_content) > run [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/aspnet_client/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/images/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_private/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_cnf/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_cnf/iisstart.htm [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_cnf/pagerror.gif [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_log/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/access.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/botinfs.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/bots.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/deptodoc.btr [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/doctodep.btr [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/frontpg.lck [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/linkinfo.btr [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/service.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/service.lck [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/services.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/svcacl.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/uniqperm.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_pvt/writeto.cnf [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_script/ [*] Found file or directory in WebDAV response (192.168.1.201) http://192.168.1.201/_vti_txt/ [*] Scanned 1 of 1 hosts (100% complete) [*] Auxiliary module execution completed msf auxiliary(webdav_website_content) > ```