Script sstp-discover

Script types: portrule
Categories: discovery, default, safe
Download: https://svn.nmap.org/nmap/scripts/sstp-discover.nse

Script Summary

Check if the Secure Socket Tunneling Protocol is supported. This is accomplished by trying to establish the HTTPS layer which is used to carry SSTP traffic as described in: - http://msdn.microsoft.com/en-us/library/cc247364.aspx

Current SSTP server implementations: - Microsoft Windows (Server 2008/Server 2012) - MikroTik RouterOS - SEIL (http://www.seil.jp)

Example Usage

nmap -sV -sC <target>

Script Output

443/tcp open  https
|_sstp-discover: SSTP is supported.

Requires


Author:

  • Niklaus Schiess <nschiess@adversec.com>