Network Scan is a tool for scanning devices in your local network. This project is in its early stages of development.
network-scan is born out of the frustration of dealing with either overly complex or paid network scanning tools. It's a middleground between free but complex tools like nmap and paid but easy to use tools like lanscan.
- Discover devices on local network
- Show device vendor info
- Check wether device is online using ICMP
- Print mDNS name of the device
- Scan for open ports on devices (unsure about this one)
- install using shell command:
curl script_url | bash
- install using go:
go install