Skip to content

gambledor/ipscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network ip scanner

It scans the network looking for connected devices. It takes the ip read from the network interface given in input and scans the network. It has to be run as privileged user because of kernel capabilities.

How to compile

go build -o ipScanner

How to run

sudo ipScanner -i <network_interface>

for example

sudo ipScanner -i eth0

Improvements

  • Add concurrency for scans

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages