On Sun, Mar 2, 2014 at 4:07 PM, W. Martinjak <mats...@play-pla.net> wrote:

>
> On 2014-03-02 21:30, Sven Wesley wrote:
> > Talking telnet down as a security issue and at the same time talk
> > *about*security and bring in web sockets, a Python web server and
> > Node.js is at
> >
>
> Please undeceive me.
> What is on a http server per se unsecure ?
> No matter if it is coded in python, javascript, c/c++ or what ever.
>
> BTW, telnet is a remote shell.
> It has been made for executing commands on a remote computer.
> Can you hear the bing?
>
> Matsche
>


Every web server uses ports and sockets that are open to the world if
placed on a network, which is the obvious point in running a web server.
There are various ways of attacking those ports and sockets to gain access
to the underlying system.  It doesn't matter what it's coded in, though in
some cases, with poor coding, it may be less secure.

Telnet is not a remote shell.  Telnet is a network application the
transmits and receives IP packets in clear text and connects to a network
service on a remote host.  You can telnet to any open port on a remote
machine, and "talk" to that port.

Mark
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to