TLDRBins TLDRBins / WebDAV


Usage Tips:

  • Click on a keyword to enable inline editing.
  • Click inside a code block to copy (excludes comments).
  • Use the button to view examples.
  • Click outside to collapse all examples.

Enum

# Anonymous davtest -url http://<TARGET>
Sample Output: TO-DO
# Password davtest -url http://<TARGET> -auth '<USER>:<PASSWORD>'
Sample Output: TO-DO

Ref: davtest

# Check WebClient service in Windows nxc <PROTOCOL> <TARGET> -u '<USER>' -p '<PASSWORD>' -d <DOMAIN> -M webdav
Sample Output: TO-DO

General

# Rename a remote file curl -X MOVE -H 'Destination:http://<TARGET>/<NEW_FILENAME>' http://<TARGET>/<FILE>
Sample Output: TO-DO