mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
b5b558f162cac99eff69a1af4619dc068b1229d1
This value gets clobbered after the netlink recvmsg. It was giving me a bogus address family (234), which caused the call to getInterfaceByName to fail: Could not find interface wlan0 which was specified by -e This seems to have been exposed by r29754. Specifying a source address that is not on any actual route seems to result in a netlink query result with 0 entries, and the changed value of rtm_family. (The fact that there are no routes returned is not a problem, because we bail out early when -e is given, now that getInterfaceByName works again.)
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%