Re: Noob port question

From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 07/28/04


Date: Wed, 28 Jul 2004 01:01:19 -0400

In article <69b4de00.0407271742.5c626ae2@posting.google.com>,
 bananastalktome@yahoo.com (Billy) wrote:

> I was messing around with some port scanners and network sniffers,
> testing a machine of mine at home for vulnerabilities. I noticed
> several ports were open, but using telnet to connect to them, all I
> get is a black screen. I was wondering what to do next...after I have
> found an open port. How can I connect to it? Is there programs which
> will help with this or built in windows commands I am not aware of?

What you can do once you connect to a port is totally dependent on the
protocol that the server on that port is implementing. For instance,
port 25 is normally for mail, so you can type SMTP protocol commands
like "EHLO", "MAIL FROM", and "RCPT TO" to it.

Some protocols make use of binary data rather than textual commands, so
there's typically not much you can do from an interactive telnet to the
port.

To get the details of any particular protocol, read the specification,
which is usually in an RFC. You can get RFCs from www.rfc-editor.org.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


Relevant Pages

  • abort at the end of data transfer
    ... data chunk is i.e 6. ... int init_client(int port, char *ip) { ... Protocol Info ... Stream Control Transmission Protocol, Src Port: 1031, Dst Port: ...
    (comp.lang.c)
  • abort at the end of data transfer
    ... data chunk is i.e 6. ... int init_client(int port, char *ip) { ... Protocol Info ... Stream Control Transmission Protocol, Src Port: 1031, Dst Port: ...
    (comp.unix.programmer)
  • abort at the end of data transfer
    ... data chunk is i.e 6. ... int init_client(int port, char *ip) { ... Protocol Info ... Stream Control Transmission Protocol, Src Port: 1031, Dst Port: ...
    (comp.unix.internals)
  • Re: Telnet Scripting?
    ... so you're saying that I can simply send text strings to port 23 for the ... Like I could send the login information and commands at timed ... >> I need a way to automate the Windows version of telnet to log into a Unix ...
    (microsoft.public.win32.programmer.ole)
  • Re: abort at the end of data transfer
    ... Internet Protocol, Src Addr: 192.168.1.119 ... Stream Control Transmission Protocol, Src Port: ... INIT chunk (Outbound streams: 1, ...
    (comp.arch.embedded)