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...
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> // ...
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...
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...
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...
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 ...
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> ...
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...
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...
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...
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 ...
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
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 ...
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...
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.
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...
© 2022 - 2024 — McMap. All rights reserved.