Using nmap to find SSHd

I find myself needing to do this now and then. And always forgetting how to do it, so here it is:

$ nmap -p 22 --script=banner 192.168.1.0/24

Yes. It is that simple :)

More from Henrik Bøgh
All posts