0x187 / port-scan

Scan For A Port on Local Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

port-scan

Scan for a port on local Network with golang

Using this tool you can scan a specific port on your internal network. This tool works like this: it automatically detects the IP of your device in use, then it scans the range of /24 according to the IP of your device.

Running

As an example, The default port scanned by this tool is 25565:

./port-scan

You can also use this tool to expose custom port. For example, if you want scan port 22, all you have to do is:

./port-scan -p 22

Last words

About

Scan For A Port on Local Network


Languages

Language:Go 100.0%