arp-scan轻量级arp扫描工具

arp-scan是一个依靠ARP协议进行扫描的工具。以前它的源码是在官方网站上,但现在NTA Monitor将arp-scan的代码托管在了github上,所以网上大部分的安装教程都没什么作用了,因为下载不到arp-scan源码。

arp-scan github主页 https://github.com/royhills/arp-scan

下面说一下它的安装过程。

因为托管在了github上,所以它的安装也需要使用到git。

首先确保自己已经安装了gcc、libpcap、libpcap-devel(这三个都可以yum安装,如果是Ubuntu的话,就用apt-get)

然后依次执行以下命令(来自arp-scan github主页)

    git clone https://github.com/royhills/arp-scan.git
    cd arp-scan
    autoreconf –install
    ./configure
    make
    make check
    make install

上述命令执行后,arp-scan就安装好了。

执行 arp-scan –version,打印出信息

# arp-scan --version
arp-scan 1.9.2

Copyright (C) 2005-2013 Roy Hills, NTA Monitor Ltd.
arp-scan comes with NO WARRANTY to the extent permitted by law.
You may redistribute copies of arp-scan under the terms of the GNU
General Public License.
For more information about these matters, see the file named COPYING.

libpcap version 1.5.3

出现了版本信息后,arp-scan就安装好了。

关于arp-scan的使用,可以参考arp-scan的官方说明文档http://www.royhills.co.uk/wiki/index.php/Arp-scan_User_Guide

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值