Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
/ ip-https-tools Public archive

Tools for the IP over HTTPS (IP-HTTPS) Tunneling Protocol

Notifications You must be signed in to change notification settings

takeshixx/ip-https-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ip-https-tools

A collection of tools for the IP over HTTPS (IP-HTTPS) Tunneling Protocol used by Microsoft DirectAccess to send Teredo related IPv6 packets over an IPv4-based HTTPS session.

ip-https-discover.nse

A NSE script for Nmap that checks if IP-HTTPS is supported by a given host. Sample output:

 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 )

ip-https-test.py

A Python script that checks if IP-HTTPS is supported by a given host.

About

Tools for the IP over HTTPS (IP-HTTPS) Tunneling Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published