Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takeshixx/ip-https-tools
Tools for the IP over HTTPS (IP-HTTPS) Tunneling Protocol
https://github.com/takeshixx/ip-https-tools
Last synced: about 2 months ago
JSON representation
Tools for the IP over HTTPS (IP-HTTPS) Tunneling Protocol
- Host: GitHub
- URL: https://github.com/takeshixx/ip-https-tools
- Owner: takeshixx
- Archived: true
- Created: 2014-06-16T08:17:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T14:45:10.000Z (over 9 years ago)
- Last Synced: 2024-08-03T17:12:29.422Z (5 months ago)
- Language: Lua
- Size: 125 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **6**星 - HTTPS) Tunneling Protocol (<a id="01e6651181d405ecdcd92a452989e7e0"></a>工具 / <a id="ea4dfcd8f33ec1852180c6283b2c8516"></a>未分类)
README
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.
* [\[MS-IPHTTPS\] \(protocol pecification\)](http://msdn.microsoft.com/en-us/library/dd358571)
* [DirectAccess Technical Overview](http://technet.microsoft.com/en-US/de-us/library/dd637827)
* [DirectAccess Requirements](http://technet.microsoft.com/en-us/library/dd637797)
* [DirectAccess Deployment Guide](http://technet.microsoft.com/en-us/library/ee649163)#### 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.201Starting 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.