Scan open ports

You can use the nmap command to find out which ports are listening for TCP connections from the network.

nmap -sT -O localhost

In this example, the -sT flag will scan for TCP ports and the -O flag will try to determine the operating system. Replace localhost with the host name of the machine you want to scan.

Last modified: 11/04/07 16:12:00
Go to top

Related Pages

No related pages or links.

Login/out

Login

Forgot Password?
Go to top
Go to top