Brijesh's Git Server — network-scan @ caed91fccd3ad2409debaa1bc530d686969e8071

my own tool to scan for devices in local network, beyond just arp -a

README.md (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
# 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

- [ ] Discover all the devices on your network
- [ ] Show device vendor info
- [ ] If the device can be pinged
- [ ] 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`