ARP Sweep allows us to enumerate live hosts in the local network using ARP requests, providing us with a simple and fast way to identify possible targets.
Host discovery with ARP Sweep
Getting ready
When your target systems are located on the same LAN as your attacking machine, you are able to enumerate systems by performing an ARP scan.
How to do it...
- To enumerate systems using ARP in Metasploit, you can use the ARP Sweep Local Network Discovery auxiliary module. You just need to set the target address range in RHOSTS, set the number of concurrent threads...