Network Scan
Network Scan is a tool for scanning devices in your local network. This project is in its early stages of development.
Why?
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.
Features
- [x] Discover devices on local network
- [ ] Show device vendor info
- [x] 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