How to scan for ssh servers on subnet with nmap

Dec 14, 2015 00:00 · 32 words · 1 minute read Linux

Nmap is a tool I am using for since end of 90’s (wow…) can be used to find local SSH servers. Command format is very simple:

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