Questions tagged as 'telnet'

1
answer

^ A (CTRL + A) on the telnet client

I'm doing a telnet client in python and I need to send a code to another machine, but the code needs to put a Ctrl + A (CODE) ^A (code) does not work, heeelp me serv = raw_input("[+] SERVER: ") port = raw_input("[+] PORT: ") tn = telnet...
asked by 17.11.2018 / 06:32
1
answer

Python Telnetlib connect the port other than 23

Hello; I'm trying to make a python script to connect to port 12612 of localhost. Running the telnet command in linux, manually, it executes. However, in my python script, using the telnetlib library, it apparently is not connecting. I need to...
asked by 03.11.2018 / 21:17
1
answer

Telnet server in python that changes the title of the PuTTY window

Does anyone have any Telnet server scripts that change the title of the PuTTY window from who they connect to?     
asked by 20.08.2018 / 21:19