metasploitable3/scripts/installs/setup_webdav.bat

5 lines
133 B
Batchfile

net stop wampapache
mkdir C:\wamp\www\uploads\
copy /Y C:\Vagrant\resources\webdav\httpd-dav.conf C:\wamp\alias
net start wampapache