mirror of
https://github.com/nmap/nmap.git
synced 2026-01-24 07:09:01 +00:00
0b20c18f903b55113f498dbf3199cc00e7c9dd4e
This prevents potentially reading (and buffering) every input host while looking for more targets to fill up the current hostgroup. One of the criteria that can split hostgroups is interface. Suppose you have an input list of targets whose interfaces are eth0 eth0 eth0 wlan0 wlan0 wlan0 wlan0 wlan0 wlan0... The first three eth0 will go in the first group, and then the following wlan0 will start to be buffered while we look for more eth0. But we will only look ahead 64 targets, then go ahead and scan the three eth0.
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.1%