Features:
- Scan the entire intranet IPv4 space
- Send ARP packets to the entire intranet
- Display IP/MAC address/host name/device vendor name
- Use SMB (Windows) and mDNS (Mac OS) to sniff intranet hostname (hostname)
- Use MAC address to calculate device manufacturer information
Modifications from timest/goscan
- Complete English translation
- Removal of main() method and introduction of API methods
- Intended for use as an exported C library
- Returns an array of structs with results
$ go build test/main.go
$ sudo ./main
More details can be viewed here.