IIS

Internet Information Services is an extensible web server software created by Microsoft for use with the Windows NT family. IIS supports HTTP, HTTP/2, HTTPS, FTP, FTPS, SMTP and NNTP.

Enumeration

Software and service versions

nmap [IP] -sV
nmap --script http-enum -sV -p 80 [IP]
nmap --script http-headers -sV -p 80 [IP]
nmap --script http-methods --script-args http-methods.url-path=/webdav/ [IP]
nmap --script http-webdav-scan --script-args http-methods.url-path=/webdav/ [IP]

whatweb [IP]

http [IP]

Directory enumeration

See this page on directory brute forcing.

End of life versions

* Extended Security Updates (ESU) are available through specific volume licensing programs for these Windows products, for up to an additional three years past the end of support. Contact your Microsoft partner or account team to learn more.

Last updated