1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

note that -P0 still does arp scan in some cases

This commit is contained in:
fyodor
2007-10-03 19:42:38 +00:00
parent 9a43e5394c
commit 99627d0642

View File

@@ -431,7 +431,11 @@ you would expect.</para>
zero and not the letter O. Proper host discovery is skipped
as with the list scan, but instead of stopping and printing
the target list, Nmap continues to perform requested
functions as if each target IP is active.</para>
functions as if each target IP is active. For machines on a
local ethernet network, ARP scanning will still be performed
(unless <options>--send-ip</option> is specified) because
Nmap needs MAC addressses to further scan target
hosts.</para>
</listitem>
</varlistentry>