telnet Questions

3

Solved

I am trying to connect to TOR via telnet in my terminal on my mac osx and to request new identity, but it is not working, I always get this error message: Trying 127.0.0.1... telnet: connect to a...
Distinction asked 7/6, 2013 at 15:16

2

Solved

I am wondering whether is it possible or not to establish a connection to a LDAP server via telnet (or some other program) and start making requests and receiving responses as I would normally do w...
Justis asked 18/7, 2012 at 20:27

4

Solved

I am using Ubuntu telnet client. I am trying to send 2 lines over the telnet connection that I have made. For example: > telnet en.wikipedia.org 80 GET /wiki/Main_Page http/1.1 <CR> // ...
Niigata asked 11/11, 2010 at 21:15

4

Solved

trying to understand http and headers i was playing around with telnet to send requests. to not type everything again and again and again i thought i'd write a small textfile with all the commands ...
Filberto asked 14/4, 2010 at 17:6

3

I tried to employ Indy 10.5.5 (shipped with Delphi 2010) for: connecting to telnet server performing username/password authentication (gaining access to the command shell) executing a command wit...
Larisa asked 18/6, 2011 at 14:10

4

Solved

I was trying to create a telnet connection between Ubuntu and Guest OS (Kali). But the problem "Unable to connect to remote host: Connection refused" occurs in both Ubuntu terminal and Guest OS (Ka...
Recursion asked 21/12, 2015 at 5:44

2

Solved

There is a particular equipment here that can only be controlled via telnet, which I have been doing (through PuTTy or Terminal) for a while now. In NodeJS, I created a web interface that would ma...
Leer asked 6/11, 2017 at 14:53

5

I am having some issues trying to connect through telnet to a mail server.The main problem that I am having is that I need to create a script that logs me to the destination and I can't find a way ...
Anni asked 14/1, 2015 at 10:44

1

I'm seeing one interesting behaviour with some commands which need manual interruption when piped with echo -n command. bash-3.2$ openssl OpenSSL> exit bash-3.2$ echo -n | openssl OpenSSL> ...
Levileviable asked 9/3, 2020 at 23:45

2

I want to know how to send a POST request to a server (e.g. Google Search). I already know how to send a GET request, For example: GET http://www.google.com/ I tried doing it like this: POST /...
Kenley asked 14/12, 2016 at 16:3

3

Solved

I am writing a socket-based server in Node js using the ws library, and I would like to test that my code works. I have seen telnet used elsewhere to test simple chat servers, but when I start my s...
Rubyeruch asked 11/1, 2014 at 5:18

9

Created an AWS AMI instance. I can telnet from the instance itself telnet [Pv4 Public IP] 9200 But not from my pc. This is my security group What am I doing wrong?
Capsicum asked 29/4, 2017 at 19:57

5

Solved

I have a unix shell script which test ftp ports of multiple hosts listed in a file. for i in `cat ftp-hosts.txt` do echo "QUIT" | telnet $i 21 done In general this scripts works, however if i ...
Spoil asked 14/7, 2009 at 20:59

10

I am in the process of writing an application that sends mail via an valid GMail user ID and password. I just wanted to simulate the SMTP connection on my Windows XP command line, and when I telne...
Isar asked 4/10, 2009 at 16:4

2

Solved

I got SSH working fine. But I am facing an issue with connecting via telnet.
Pithy asked 20/5, 2017 at 12:28

2

Solved

I am trying to connect to a smtp server of gmail using telnet gmail.smtp.com 587 It gets connnected when I try it from home. But, it shows an error when I try it from my office. What can be the...
Appellate asked 28/2, 2014 at 4:18

5

Solved

I've recently started messing around with Java sockets and telnet... I want the user to be able to connect to the server, just type a letter and have it sent to the server, without pressing enter ...
Centripetal asked 26/12, 2010 at 0:45

5

Solved

When I try to run the following code... from telnetsrvlib import * if __name__ == '__main__': "Testing - Accept a single connection" class TNS(SocketServer.TCPServer): allow_reuse_address = True...
Braziel asked 1/7, 2013 at 17:20

3

Solved

I'm trying to find out whether an email address is valid. I've accomplished this by usign telnet, see below $ telnet mail.example.com 25 Trying 0.0.0.0... Connected to mail.example.com. Escape ch...
Kaffir asked 14/1, 2013 at 20:46

1

I am using cuckoo sandbox for malware analysis. I have a virtualbox vm which has the IP set to 192.168.56.101. When the vm is powered on, there is a script agent.py which listens on port 8000. The ...
Peaked asked 14/5, 2019 at 20:36

2

Solved

I am running Android Studio with Microsoft's Visual Studio Emulator for Android on Windows 10. (I cannot use the default emulator due to an issue I am having with Intel HAXM) Is anyone able to tel...
Misbecome asked 30/9, 2015 at 10:21

2

Solved

Can I specify the HTTP timeout or does the server impose a value? For example, if I do: telnet my.server.net 80 Trying X.X.X.X... Connected to my.server.net. Escape character is '^]'. GET /homepag...
Geek asked 3/10, 2013 at 9:10

4

Solved

How to get a web page's content using Telnet? For example, the content of https://stackoverflow.com/questions.
Empanel asked 2/4, 2013 at 19:10

4

Solved

We have a network camera. It has an HTTP server to provides the current image. There is also a Telnet interface for controlling the camera (i.e. trigger, focus, etc.). I would like to add an HTML p...
Mckie asked 18/1, 2011 at 15:4

3

i have an ldap server on my local and remote. I could telnet to my local ldap url, but i have trouble telnet to my remote. telnet www.ilovebears.com 389 and i get an empty screen with a blinking c...
Mavis asked 30/1, 2015 at 18:53

© 2022 - 2024 — McMap. All rights reserved.