[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: port cheking
On Mon, May 10, 1999 at 05:05:11PM +0300, Mike Almogy wrote:
> does anyone knows a way to check a computer ports ?
> i mean , to see if the port on remote computer is alive.
For a manual test, "telnet host port" is okay, "nc host port" is
better. netcat (nc) will also let you connect to UDP ports. And
allow you to send very little information to the destination,
perhaps something you want. Also, there's a TCP ping out there.
For something more heavy-duty, check out nmap at:
www.insecure.org/nmap/
(and be sure to give -O a peek) (and read the docs of course :-)
--
believing is seeing
gaal@forum2.org
http://www.forum2.org/gaal/