Finding services on a subnet
Submitted by madvip on Tue, 02/19/2008 - 17:06.
Today I needed to find out where was my old workstation in the company. However I had forgot its IP address - the only thing I remembered is that I had an openssh server open. So I needed to scan all the subnet for that particular service (port 22). This is how I did it:
nmap -p 22 -P0 -sT 10.150.3.0/24

