【发布时间】:2013-12-16 17:51:33
【问题描述】:
我目前在使用arpspoof 使用 Linux 平台从本地 IP 地址欺骗到 WAN IP 地址时遇到问题,但我不知道该怎么做。
本地 IP Ubuntu 主机: 192.168.0.4
我的路由器 IP 地址: 192.168.0.1
WAN 外: xxx.xxx.xxx.xxx
当我发出以下命令时:
arpspoof -i eth0 -t 192.168.0.1 xxx.xxx.xxx.xxx
它可以工作,之后我将目标反向到我的 Ubuntu IP 地址,尽管这不起作用。
arpspoof - i eth0 -t xxx.xxx.xxx.xxx 192.168.0.1
失败后输出如下错误:
arpspoof: couldn't arp for host xxx.xxx.xxx.xxx
是否可以将arpspoof从WAN反向到本地?
【问题讨论】: