Skip to content. | Skip to navigation

forum::für::umläute nicole pruckermayr & IOhannes m zmölnig

Sections
Personal tools
You are here: Home projects Talking the Fish hacking my server telnet
Document Actions

telnet

TCP/IP client

erlaubt einfaches Ausprobieren/Debuggen von Protokollen auf der Ebene, auf der sich auch "echte" Applikationen austauschen

syntax: telnet <host> <port>

zB:

  telnet iem.at 80
  Trying 193.170.191.180...
  Connected to iem.at.
  Escape character is '^]'.
  bla
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  <HTML><HEAD>
  <TITLE>501 Method Not Implemented</TITLE>
  </HEAD><BODY>
  <H1>Method Not Implemented</H1>
  bla to / not supported.<P>
  Invalid method in request bla<P>
  <HR>
  <ADDRESS>Apache/1.3.33 Server at fail.iem.at Port 80</ADDRESS>
  </BODY></HTML>
  Connection closed by foreign host.


Powered by Plone , Apache , Debian and algo.mur.at