-
-
Notifications
You must be signed in to change notification settings - Fork 8
Enable WebDAV by default #76
Comments
Also simplify getting hacked… |
if the dav has an exploit vulnerability then yes. But given that the weborf is not so widely used it shouldn't be so many bots and scanners and less interest from hackers. |
Ah so you'd only want PROPFIND. But it lists all the files. So if you have an index.html, it will be used to hide the real contents, but they can still be found via PROPFIND. Would a --propfind switch work? Just so it's nothing unexpected to existing deployments. I've checked my logs and there were no bots trying PROPFIND requests… but that doesn't mean it will never happen. |
ok, I got it. So if a directory has an index.html e.g. this is a usual site then it will be rendered instead of the directory listing. Also from what I understood the WebDAV check is really works in qweborf: looks like it listens for a socket but forwards to the weborf via unix socket |
Well it's available from GET but if you don't know what you want, good luck guessing a name.
qweborf implements an authentication protocol. In the examples directory there is a simple python script that implements the protocol. Very flexible but also very annoying :) |
This will simplify usage
The text was updated successfully, but these errors were encountered: