[TriLUG] which process is listening on this socket

Andrew Blum ajblumx at gmail.com
Thu Mar 1 06:50:17 EST 2012


Maybe try to connect to the socket and see what the listening application
responds with like:

# nc 192.168.1.73 22
SSH-2.0-OpenSSH_5.8

Or try packet capture with something like tcpdump and inspect what type of
traffic is being passed over the listening port.

Or maybe look into something like strace.

Good Luck.

--
Andrew Blum



More information about the TriLUG mailing list