Since you are using macs you should use network utility and the "port  
scan" tab.
Unfortunately it will only tell you the open ports.
If you are suspicious of a port, you an use mac Terminal and telnet to  
test a port.
telnet <ip> <port>
... see what string you get back - some processes are silent (like  
port 80 until you type GET or whatever) but SMTPd will prompt.
Use the "Escape character" ctl ] to get back a telnet prompt and type  
quit. Repeat on other ports as needed.

On Aug 3, 2009, at 12:20 PM, Trevor Jacques wrote:

>> nmap -sT -sV -p T:port,port,port,...,port server_ip
>
> Mac OS X Server does not have nmap installed. :-(
>
> T.
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
> 30-Day
> trial. Simplify your report design, integration and deployment - and  
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Assp-test mailing list
> Assp-test@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/assp-test


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to