Estoy haciendo una prueba de servidor y parece que mis puertos están abiertos para telnet.
Al acceder a telnet, si escribo "ayuda" solo obtengo estos comandos:
telnet> help
Commands may be abbreviated. Commands are:
close close current connection
logout forcibly logout remote user and close the connection
display display operating parameters
mode try to enter line or character mode ('mode ?' for more)
telnet connect to a site
open connect to a site
quit exit telnet
send transmit special characters ('send ?' for more)
set set operating parameters ('set ?' for more)
unset unset operating parameters ('unset ?' for more)
status print status information
toggle toggle operating parameters ('toggle ?' for more)
slc change state of special charaters ('slc ?' for more)
auth turn on (off) authentication ('auth ?' for more)
z suspend telnet
! invoke a subshell
environ change environment variables ('environ ?' for more)
? print help information
¿Estos son solo comandos predeterminados y el telnet no puede hacer nada? ¿O es un agujero masivo en un servidor web si telnet está abierto y puede iniciar sesión sin un nombre de usuario y contraseña?