mirror of
https://github.com/nmap/nmap.git
synced 2026-01-31 18:49:08 +00:00
401fa9d2d375179541c973fd454e0bd7cd1295da
Before, a variable was set to NULL if it was not AF_INET, and was later dereferenced in handling target groups containing IPv4 addresses. This never actually caused a problem because Nmap's -6 switch is global, so if an AF_INET6 address was passed to hostInExclude, none of the target groups could have contained IPv4 addresses and the NULL dereference would not have occurred. It might have broken easily in the future though. Now the IPv4 target groups make sure they are dealing with an AF_INET address.
Update nmap-mac-prefixes to include the latest data from http://standards.ieee.org/regauth/oui/oui.txt
Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html
Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html
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%