Skip to content

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

Notifications You must be signed in to change notification settings

wbrijesh/network-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

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

Resources

Stars

Watchers

Forks