mirror of
https://github.com/nmap/nmap.git
synced 2026-01-29 09:39:03 +00:00
84fc27ee2d44a633934e6a5238d26d9f256e846e
--route-dst has been a useful debugging option, but it ran inline during option processing and always used AF_UNSPEC to resolve names. Let it run after options have been processed, so it can obey things like -6, -S, and -e. Let it always resolve with o.af(), so you get different results: nmap --route-dst scanme.nmap.org nmap -6 --route-dst scanme.nmap.org
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.5%
Lua
28.1%
C++
16.8%
Shell
5.8%
Python
4.2%
Other
7.3%