美文网首页
Kali Linux 学习记录--arpspoof的使用

Kali Linux 学习记录--arpspoof的使用

作者: Creator2K | 来源:发表于2018-12-29 20:48 被阅读0次

用法:

arpspoof [-i interface] [-c own|host|both] [-t target] [-r] host

例子: arpspoof -i eth0 -t 192.168.1.100 192.168.1.1

选项:

-i interface                指定要使用的接口。

-c own|host|both      指定范围own|host|both(自己|主机|两者)。

-t target                    指定一台特定主机为ARP中毒(如果未指定,则为LAN上的所有主机)。

-r

host                           指定您希望拦截数据包的主机(通常是本地网关)。

相关文章

网友评论

      本文标题:Kali Linux 学习记录--arpspoof的使用

      本文链接:https://www.haomeiwen.com/subject/ixoplqtx.html