I want to use nmap in a subnet with the following command:
nmap -T3 -F 192.168.1.0/24
My net has some interferences that make broadcast packets to be lost, so I add to my arp table the mac and ip to avoid sending arp requests, but nmap doesn't consult the arp table.
Does it exist any way to make nmap consult arp table?