iis-windows
IIS (Internet Information Services) is a proprietary extensible web server software developed by Microsoft for use with the Windows NT family.
It can be used to host websites/web apps and provides administrators with a robust GUI for managing websites.
IIS can be used to host both static and dynamic web pages developed in ASP.NET and PHP.
Typically configured to run on ports 80/443. ● Supported executable file extensions:
.asp
.aspx
.config
.phpWebDAV exploit
WebDAV (Web-based Distributed Authoring and Versioning) is a set of extensions to the HTTP protocol which allow users to collaboratively edit and manage files on remote web servers.
WebDAV essentially enables a web server to function as a file server for collaborative authoring.
WebDAV runs on top Microsoft IIS on ports 80/443.
In order to connect to a WebDAV server, you will need to provide legitimate credentials. This is because WebDAV implements authentication in the form of a username and password.
Last updated