Other tool to detect open servers - TechRepublic
General discussion
August 14, 2001 at 09:32 PM
hong kong cio

Other tool to detect open servers

by hong kong cio . Updated 24 years, 10 months ago

In the article concerning nmap, mention is made of netstat to list the daemons (system processes) that are actively listening on ports.

Another useful tool for this purpose is the lsof (list open files) tool, used in the format:

#lsof | grep LISTEN

This gives another list that is quite useful – it helped me rid a system of the li0n worm last spring.

This discussion is locked

All Comments