You can try port scanning the target server with either nmap, strobe or some
other port scanning utility. This will provide you with a list of all open
ports on the target machine.
>From here on, you can either assume that every open port is running the
standard service for it and find out what this service is using any copy of
/etc/service (it's pretty much the same on all machines).
If you believe that a service may be running on a non-standard port, then you
may have to telnet to each of the open ports one by one and try to identify the
service on it. Unless the target server has an abnormally large number of
services running, this shouldn't be a problem.
On 12-May-99 Nayan Jain wrote:
> Hi all !
>
> Thanks to all the people who have replied to my question.
>
> Let me clarify something here !
>
> What i wanted was to try to telnet to a linux server from any other server
> and get the services availble.
>
> SO... I dont have an access into that server, so i cannot check the
> /etc/services and what is available.
>
> Sp to get the servies available on server i try to telnet to specific
> ports to seee if that service is availble or not.
>
> eg: NNTP server for newsgroups run on port 119.
> The server where we have our nntp server(or supposed to have) is not
> listening to nntp requests. SO i was trying to find if it is available on
> any other port.
>
> I hope i made myself very much clear here.
>
> sorry for all the confusion that was here earlier.
>
> Please reply with this perspective.
>
> TIA,
> Nayan !
>
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>
> "You cannot escape the responsibility of tomorrow
> by evading it today."
> -Abraham Lincoln
Cort
[EMAIL PROTECTED]