Skip to content

wsshow/go-arpscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-arpscan

描述

用于内网ARP探测,以获取在线主机名称和对应网卡型号。

基本功能

  1. 自动识别本机IP和网卡
  2. arp探测获取局域网存活主机IP和物理地址
  3. 获取主机用户名
  4. 获取网卡型号
  5. 兼容Windows、Linux、MacOS
  6. 主机名兼容中文
  7. 集成网卡厂商信息

使用

sudo ./go-arpscan

效果图

go-arpscan演示图

依赖

linux/macos需要安装libpcap
源码链接:https://github.com/the-tcpdump-group/libpcap

windows需要安装npcap
下载链接:https://npcap.com/#download

参考链接

https://github.com/google/gopacket/blob/master/examples/arpscan/arpscan.go
https://github.com/timest/goscan/tree/master/src/main
https://github.com/timest/gomanuf