Ayuda Telnet?

  • Ripon ahmed
  • Newbie
  • Newbie
  • No Avatar
  • Registrado: Sep 30, 2009
  • Mensajes: 7
  • Status: Offline

Nota Octubre 14th, 2009, 10:32 pm

Hola,
Yo estaba conectado por telnet a 110,80, el puerto en linux.But hay un problema que lo que se mando después de conectarse.

Por favor, ayúdame acerca de telnet
:?:
(Estoy buscando como mucho un amigo que es experto en Linux. Si alguno, por favor póngase en contacto conmigo por eamil. correo electrónico: jobyerahmedripon en ymail punto com y Ripon punto ahmed72 at gmail dot com)

Por favor, ayúdame acerca del comando telnet después de conectarse a otro host.
  • Anonymous
  • Bot
  • No Avatar
  • Registrado: 25 Feb 2008
  • Mensajes: ?
  • Loc: Ozzuland
  • Status: Online

Nota Octubre 14th, 2009, 10:32 pm

  • Don2007
  • Web Master
  • Web Master
  • No Avatar
  • Registrado: Nov 21, 2006
  • Mensajes: 4924
  • Loc: NY
  • Status: Offline

Nota Octubre 15th, 2009, 9:23 am

El puerto telnet es 23, no 110 o 80. 80 es para los sitios web y 110 es para el correo electrónico. Telnet se ha sustituido, en su mayor parte por SSH, que es el puerto 22.
How do you know when a politician is lying? His mouth is moving.
  • Daemonguy
  • Moderator
  • Web Master
  • Avatar de Usuario
  • Registrado: Ene 23, 2004
  • Mensajes: 2673
  • Loc: Somewhere outside the box in Sarasota, FL.
  • Status: Offline

Nota Noviembre 10th, 2009, 6:25 am

D. No es cierto.

Usted puede telnet a cualquier puerto y, de hecho esta es una herramienta de solución de problemas comunes para garantizar la conectividad de red.

Ripon Creo que lo que busca es la siguiente;

telnet <IP> 80 (que es la dirección IP de un servidor web me imagino)
GET / HTTP/1.0
La segunda línea devolverá el camino de la raíz del documento y le mostrará el sitio como texto. Por ejemplo:

Código: [ Select ]
> telnet google.com 80
Trying 74.125.67.100...
Connected to google.com.
Escape character is '^]'.
GET / HTTP/1.0

HTTP/1.0 200 OK
Date: Tue, 10 Nov 2009 13:20:39 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
Set-Cookie: PREF=ID=561ccc9691c02b36:TM=1257859239:LM=1257859239:S=_ojfsikisFIzVBQF; expires=Thu, 10-Nov-2011 13:20:39 GMT; path=/; domain=.google.com
Set-Cookie: NID=28=Ow1Ko7ZMPy3OWe21o6E_SnNiTj78vSZr_77lS0XUjgbYJRG8gf121TGFuU7Gnbdtbg8Nv31DBqlUQGDvRRHy2_1wBfr_84Sb9lz99XqWhHIGaGqX9WahWLzlZ_kkWoPB; expires=Wed, 12-May-2010 13:20:39 GMT; path=/; domain=.google.com; HttpOnly
Server: gws
X-XSS-Protection: 0

<!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Google</title><script>window.google={kEI:"p2j5SvG-AtKUtgeLwJHPDA",kEXPI:"17259,21517,21766,22107,22451",kCSIE:"17259,21517,21766,22107,22451",kCSI:{e:"17259,21517,21766,22107,22451",ei:"p2j5SvG-AtKUtgeLwJHPDA"},kHL:"en"};

window.google.sn="webhp";window.google.timers={load:{t:{start:(new Date).getTime()}}};try{}catch(b){}window.google.jsrt_kill=1;
var _gjwl=location;function _gjuc(){var e=_gjwl.href.indexOf("#");if(e>=0){var a=_gjwl.href.substring(e);if(a.indexOf("&q=")>0||a.indexOf("#q=")>=0){a=a.substring(1);if(a.indexOf("#")==-1){for(var c=0;c<a.length;){var d=c;if(a.charAt(d)=="&")++d;var b=a.indexOf("&",d);if(b==-1)b=a.length;var f=a.substring(d,b);if(f.indexOf("fp=")==0){a=a.substring(0,c)+a.substring(b,a.length);b=c}else if(f=="cad=h")return 0;c=b}_gjwl.href="/search?"+a+"&cad=h";return 1}}}return 0}function _gjp(){!(window._gjwl.hash&&
window._gjuc())&&setTimeout(_gjp,500)};
  1. > telnet google.com 80
  2. Trying 74.125.67.100...
  3. Connected to google.com.
  4. Escape character is '^]'.
  5. GET / HTTP/1.0
  6. HTTP/1.0 200 OK
  7. Date: Tue, 10 Nov 2009 13:20:39 GMT
  8. Expires: -1
  9. Cache-Control: private, max-age=0
  10. Content-Type: text/html; charset=ISO-8859-1
  11. Set-Cookie: PREF=ID=561ccc9691c02b36:TM=1257859239:LM=1257859239:S=_ojfsikisFIzVBQF; expires=Thu, 10-Nov-2011 13:20:39 GMT; path=/; domain=.google.com
  12. Set-Cookie: NID=28=Ow1Ko7ZMPy3OWe21o6E_SnNiTj78vSZr_77lS0XUjgbYJRG8gf121TGFuU7Gnbdtbg8Nv31DBqlUQGDvRRHy2_1wBfr_84Sb9lz99XqWhHIGaGqX9WahWLzlZ_kkWoPB; expires=Wed, 12-May-2010 13:20:39 GMT; path=/; domain=.google.com; HttpOnly
  13. Server: gws
  14. X-XSS-Protection: 0
  15. <!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Google</title><script>window.google={kEI:"p2j5SvG-AtKUtgeLwJHPDA",kEXPI:"17259,21517,21766,22107,22451",kCSIE:"17259,21517,21766,22107,22451",kCSI:{e:"17259,21517,21766,22107,22451",ei:"p2j5SvG-AtKUtgeLwJHPDA"},kHL:"en"};
  16. window.google.sn="webhp";window.google.timers={load:{t:{start:(new Date).getTime()}}};try{}catch(b){}window.google.jsrt_kill=1;
  17. var _gjwl=location;function _gjuc(){var e=_gjwl.href.indexOf("#");if(e>=0){var a=_gjwl.href.substring(e);if(a.indexOf("&q=")>0||a.indexOf("#q=")>=0){a=a.substring(1);if(a.indexOf("#")==-1){for(var c=0;c<a.length;){var d=c;if(a.charAt(d)=="&")++d;var b=a.indexOf("&",d);if(b==-1)b=a.length;var f=a.substring(d,b);if(f.indexOf("fp=")==0){a=a.substring(0,c)+a.substring(b,a.length);b=c}else if(f=="cad=h")return 0;c=b}_gjwl.href="/search?"+a+"&cad=h";return 1}}}return 0}function _gjp(){!(window._gjwl.hash&&
  18. window._gjuc())&&setTimeout(_gjp,500)};


Claro que pasa de allí. Alternativamente se puede reemplazar con GET HEAD, POST, etc

Además, 110 es para POP3, que es un método de recuperación de correo electrónico, pero no en sí mismo e-mail ya que aún enviar un correo electrónico a más de 25 SMTP y puede recibir correo IMAP en el puerto 220. Curso theres repuestos de los que ahora, así que utilizan SSL; imaps y pop3s.
"It's always a long day, 86,400 won't fit into a short."
  • Don2007
  • Web Master
  • Web Master
  • No Avatar
  • Registrado: Nov 21, 2006
  • Mensajes: 4924
  • Loc: NY
  • Status: Offline

Nota Noviembre 10th, 2009, 7:13 am

Sé lo que estás diciendo y Ive hecho, pero el tema me llevan a creer que él quería que los comandos telnet cuando se conecta al puerto 23. Nadie usa telnet ya de todos modos. Su sido sustituido por SSH.
How do you know when a politician is lying? His mouth is moving.
  • kc0tma
  • o|||||||o
  • Web Master
  • Avatar de Usuario
  • Registrado: Jul 20, 2007
  • Mensajes: 3318
  • Loc: Trout Creek, MT
  • Status: Offline

Nota Noviembre 10th, 2009, 8:41 am

Sé que con el intercambio de MS (no seguro acerca de los servidores de correo electrónico) que se le puede hacer telnet al puerto 25 y enviar mensajes de correo electrónico de prueba desde el servidor para probar si su servidor es en realidad trabajo. Si no recuerdo mal, escribe telnet 192.168.1.2 25 , o algo así, se le pedirá nombre de usuario y contraseña, a continuación, crear los encabezados y el cuerpo del mensaje y enviar el mensaje.
Like Mr Spork, I also write about my interest in alcoholic beverages.

Publicar Información

  • Total de mensajes en este tema: 5 mensajes
  • Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 114 invitados
  • No puede abrir nuevos temas en este Foro
  • No puede responder a temas en este Foro
  • No puede editar sus mensajes en este Foro
  • No puede borrar sus mensajes en este Foro
  • No puede enviar adjuntos en este Foro
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC