一个用于 IP over HTTPS (IP-HTTPS) 隧道协议的工具集合,该协议由 Microsoft DirectAccess 使用,通过基于 IPv4 的 HTTPS 会话发送与 Teredo 相关的 IPv6 数据包。
一个用于 Nmap 的 NSE 脚本,检查给定主机是否支持 IP-HTTPS。 示例输出:
ip-https-tools » nmap -p443 --script ./ip-https-discover.nse 172.23.11.201
Starting Nmap 6.46 ( http://nmap.org ) at 2014-06-16 11:29 CEST
Nmap scan report for 172.23.11.201
Host is up (0.00065s latency).
PORT STATE SERVICE
443/tcp open https
|_ip-https-discover: IP-HTTPS is supported. This indicates that this host supports Microsoft DirectAccess.
Nmap done: 1 IP address (1 host up) scanned in 12.61 seconds )
一个 Python 脚本,检查给定主机是否支持 IP-HTTPS。