A small utility to fetch information about IPv6 addresses and possibly also any associated IPv4 address.
Revisão | 40ca37f347fa14e4a7bb2e211f987e041ddd595c (tree) |
---|---|
Hora | 2016-12-31 19:40:04 |
Autor | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
Added README for Bitbucket and other public hosting.
@@ -0,0 +1,7 @@ | ||
1 | +This Python program tries to give as much information about an IPv6 address | |
2 | +as it can. Additionally, if it appears to be an IPv6 address for one of the | |
3 | +commonly used IPv6 over IPv4 tunneling technologies, it tries to fetch | |
4 | +information about the IPv4 endpoint of the tunnel. | |
5 | + | |
6 | +This information includes reverse DNS lookups and information about address | |
7 | +classification (like that it is a tunnel address). |