TELNET Analysis

  1. The Wireshark has many useful utilities. One of these, is to follow a particular data stream in its entirety. To do this, we right click a packet and go to the follow option. This is a TCP connection, so the only option available to us is to follow the TCP stream. What is the username used in this TELNET connection?
  2. What is the password used in the TELNET connection?
  3. TELNET is a protocol that allows for a command line interface on a remote host. On the remote host, what networking utility is used to interact with www.yahoo.com?
  4. What is the exact command that is used to determine all the files in the working directory in this TELNET exchange?

Sample Solution