mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
c0628fd141744c4f73fcc6d5ab40348b51e6ca46
Previously, we would only request IPv4 addresses by default, or only IPv6 when scanning with -6. Now, we'll request both (by not passing an address family in the hints to getaddrinfo) and report them all in the "Other addresses" line. This should encourage more users to scan with -6. Additionally, it allows us to catch and report attempts to scan IPv6-only hosts via IPv4, where previously we would just say "Failed to resolve" Closes #76
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).
Description
Languages
C
37.8%
Lua
28.1%
C++
16.7%
Shell
5.8%
Python
4.2%
Other
7.2%