Questions tagged [telnet]

For questions about Telnet, a protocol for bidirectional interactive text-oriented communication with remote hosts via virtual terminals. It is defined in RFC 854.

Telnet is a protocol for bidirectional interactive text-oriented communication with remote hosts via virtual terminals. It is defined in RFC 854.

Telnet provides no inherent security and so is becoming less commonly supported. On modern UNIX-like systems it is usually replaced with more secure and flexible SSH protocol.

335 questions
-3
votes
1 answer

Try to Test Hack Attempt with Telnet

My server recently was attacked by hackers trying to run code on a web site, and I would like to test what they there trying to do. I'm not sure how to build the telnet command to do this. 2016-06-09 17:02:11 192.168.1.1 GET / - 80 - 176.31.245.146…
UltraJ
  • 127
  • 1
  • 1
  • 4
-3
votes
2 answers

Knowing when a qemu vm shutdown (initiated via telnet using QMP) is finished

When I start a qemu (Windows Server 2003) virtual machine with -qmp tcp:127.0.0.1:4444,server,nowait I can make it shutdown with the following script #!/bin/bash telnet 127.0.0.1 4444 <
-3
votes
3 answers

Can't connect to port 25 from all computers

I installed hMailServer on Windows Server 2003 and somehow I can't connect to SMTP 25 port from all computers. When I run the following command, it connects successfully on some clients, but on others it doesn't. telnet myhost.com 25 I have added…
ihorko
  • 155
  • 1
  • 1
  • 9
-3
votes
1 answer

Passive ssh/telnet server?

I want to set up a Ubuntu openssh (or telnet) server where the network environment is can connect to any other host via any tcp/udp port. but cannot accept incoming connections from other clients. no UPnP in NAT Is there any solutions to control…
shkim
  • 113
  • 3
-4
votes
1 answer

telnet aspmx.l.google.com and it try ipv6 first

well, I try to send email via google 'aspmx.l.google.com' server, port 25. I can send emial, technically. I just have to wait one minute to wait the sending process complete. Then I try to do telnet to aspmx.l.google.com from my terminal and I found…
Jerry Meng
  • 101
  • 1
1 2 3
22
23