Re: hack a telnet server?
From: Tony Curtis (tony_curtis32_at__SPAMTRAP_yahoo.com)
Date: 10/04/03
- Next message: Purl Gurl: "Re: Unexpected alteration of array's content"
- Previous message: sts_at_news.sts: "REGEX (Not allowing file extenstions) or the dot"
- In reply to: smackdab: "hack a telnet server?"
- Next in thread: smackdab: "Re: hack a telnet server?"
- Reply: smackdab: "Re: hack a telnet server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 03 Oct 2003 18:01:36 -0500
>> On Fri, 3 Oct 2003 15:52:24 -0700,
>> "smackdab" <smackdab1@hotmail.com> said:
> I have searched google and found that there are no
> examples of telnet servers written in perl...
> Is there a way to get a MINIMAL session going?
> From my reading, there is some binary connection that
> goes on to make a connection...Can this be simplified to
> the most common for common win/linux clients?
> I am just interested in using a basic telnet session to
> "show status" "show connections" "shutdown"
Ah, you don't mean a "telnet server"...
You mean, a server that accepts textual commands and
responds to them in some way. Sure, telnet can connect to
such a server, but that's just a potential client, not a
protocol stipulation.
perldoc Net::Cmd
But also check http://search.cpan.org/, there may already
be a solution if this is a "well known" protocol you're
talking about.
hth
t
- Next message: Purl Gurl: "Re: Unexpected alteration of array's content"
- Previous message: sts_at_news.sts: "REGEX (Not allowing file extenstions) or the dot"
- In reply to: smackdab: "hack a telnet server?"
- Next in thread: smackdab: "Re: hack a telnet server?"
- Reply: smackdab: "Re: hack a telnet server?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|