WebDAV
Pentesting WebDAV - TCP Ports 80,443
Last updated
Was this helpful?
Pentesting WebDAV - TCP Ports 80,443
Last updated
Was this helpful?
WebDAV is a set of extensions to the Hypertext Transfer Protocol, which allows user agents to collaboratively author contents directly in an HTTP web server. Usually, to connect a WebDav server you will need valid credentials.
WebDAV usually require valid credentials using HTTP Basic Auth. You may bruteforce it using
Davtest will try to upload several files with different extensions and check if the extension is executed:
If we can upload the file e.g. PHP file, upload the script for reverse shell.
Then we can navigate to http://example.com/davdir/shell.php to execute it.