lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: ahaning at gmail.com (Andrew Haninger)
Subject: Re: Re: open telnet port

> If you need this on as the norm, please at least use TCP wrappers to
> limit  from where it can be accessed, and change any used passwords
> immediately after reestablishing control.

I think the real insecurity in telnet comes not from buffer-overflows
and whatnot, but rather from people sniffing the network and getting
your password in a nice convenient program window. Actually, my guess
is that the telnet daemon is probably quite secure in terms of remote
exploits.

Try it sometime on a small temporary network. Start ethereal and the
login over telnet to some machine. Right-click on a telnet packet and
select "Follow TCP Stream". In the next window, view the stream as
ASCII. Hey, look, it's your password. This is what convinced me that
telnet is bad.

-Andy


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ