mirror of
https://github.com/nmap/nmap.git
synced 2026-01-16 03:19:01 +00:00
1cb72a4928042fcdcc1977bc5bb130f593061f90
These options look contradictory, but --disable-arp-ping is really an option to disable *implicit* ARP ping when you haven't asked for it. Actually requesting ARP should still do ARP scan. The contradiction that remains is the option name --disable-arp-ping, which doesn't exactly do what it says. The idea here is that you can just throw --disable-arp-ping at the end of your command lines, and implicit ARP scan will always be disabled, and any command using -PR will continue to work.
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%