Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot see what I am typing in telnet

I enabled telnet in widows 7 and when I type in CMD: telnet www.example.com 80 the screen clears and then I cannot see what I am typing. Although I can trace the cursor which moves with every character typed. I saw this link which was the most relevant. However, when I type GET / HTTP/1.0 nothing happens and when I press ctrl+] it does not accept GET / HTTP/1.0. What should I do to see the page?

like image 491
mosafattah Avatar asked Aug 26 '13 07:08

mosafattah


3 Answers

Try this:

telnet
set localecho
open <host ip> <port>

see this question

like image 75
lockstock Avatar answered Nov 07 '22 15:11

lockstock


It generally works but type your text without editing, no errors, and press enter to send it.

There is a scriptable telnet client you can download for free:

Telnet Scripting Tool v.1.0
by Albert Yale [email protected]

like image 42
foxidrive Avatar answered Nov 07 '22 15:11

foxidrive


For the problem that you cannot see what you are typing, I guess it's just the way Windows telnet client is designed. I tried using telnet in Linux, no this problem. If you are using Windows 10, you can try installing the Linux sub system, and then use telnet in the Linux subsystem.

like image 1
Jing He Avatar answered Nov 07 '22 15:11

Jing He