$nmap -sV  <a.b.c.d>

<a.b.c.d> = IPv4 of the host or just the hostname
Give the details about the services and versions of various services that
are bound to open ports
that are listening on those ports. OS fingerprinting of remote host is also
possible. As the topic may get sensitive its better you refer the manuals
for it.

Arjun S R
College Of Engineering,Trivandrum <http://www.cet.ac.in/home.php>
Facebook : http://www.facebook.com/Arjun.S.R


On Mon, Aug 9, 2010 at 23:50, Tha.Suresh <[email protected]> wrote:

> Find out what ports are open on Linux
>
> Here a quick tip on how to find out what ports are open on your Linux
> computer without using a port scanner.
>
> $ netstat -anp --tcp --udp | grep LISTEN
>

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to