Re: Noob port question
From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 07/28/04
- Next message: Ralph A. Jones: "Re: **Secure** Ftp server"
- Previous message: Undisclosed: "Re: **Secure** Ftp server"
- In reply to: Billy: "Noob port question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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 ***
- Next message: Ralph A. Jones: "Re: **Secure** Ftp server"
- Previous message: Undisclosed: "Re: **Secure** Ftp server"
- In reply to: Billy: "Noob port question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|