Scanning Local Network for Open SSH (or other) Ports

in #linux6 years ago

If you need to find any open SSH ports on your network, use the following command. Make sure you substitute 10.0.0.0/24 with whatever your home network is.

nmap -p 22 --open -sV 10.0.0.0/24

You can also scan for other ports by changing "-p 22" to whatever port you want to scan for. The following will look for port 80 which is used by web servers.

nmap -p 80 --open -sV 10.0.0.0/24

Coin Marketplace

STEEM 0.19
TRX 0.15
JST 0.029
BTC 62966.47
ETH 2631.87
USDT 1.00
SBD 2.79