goscan

goscan is a simple and efficient IPv4 network scanner that discovers all active devices on local subnet.

Github星跟蹤圖

goscan

image

特点:

  • 扫描整个内网IPv4空间
  • 向整个内网发送ARP包
  • 显示IP/MAC地址/主机名/设备厂商名
  • 利用SMB(Windows)和mDNS(Mac OS)嗅探内网主机名(hostname)
  • 利用MAC地址计算设备的厂商信息

更多细节可以查看 用Go开发可以内网活跃主机嗅探器

Features:

  • Scan the whole IPv4 address space
  • Scan your local network with ARP packets
  • Display the IP address, MAC address, hostname and vendor associated
  • Using SMB(Windows devices) and mDNS(Apple devices) to detect hostname

Usage:

# install dependencies
$ go get github.com/Sirupsen/logrus
$ go get github.com/timest/gomanuf
$ go get github.com/google/gopacket

# build
$ go build

# execute
$ sudo ./main  
# or
$ sudo ./main -I en0

Goscan must run as root.

Goscan work in Linux/Mac using libpcap and on Windows with WinPcap.

If you need English comments, check this fork: https://github.com/skoky/goscan/tree/english

主要指標

概覽
名稱與所有者timest/goscan
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2017-10-28 02:38:44
推送於2019-01-27 16:29:01
最后一次提交2017-11-20 22:40:23
發布數0
用户参与
星數798
關注者數18
派生數127
提交數13
已啟用問題?
問題數10
打開的問題數3
拉請求數2
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?