Most voted "telnet" questions
5 questions
Sort by count of
-
1
votes1
answer383
viewsPython Telnetlib connect port other than 23
Hello; I’m trying to make a python script to connect to port 12612 localhost. Running the telnet command on linux, manually, it runs. However, in my python script, using the telnetlib library, it is…
-
1
votes2
answers226
viewsPowershell file output. CSV after Foreach
Good afternoon! I have a simple powershell scritp that performs the connection test between Omains controllers and their respective service ports as below: $servers = Get-Content -Path 'C:\DC…
-
0
votes1
answer33
viewsA (CTRL + A) in telnet client
I’m making a telnet client in python and I need to send a code to another machine but the code needs to put a Ctrl + To (CODE) but when I put ^A (code) does not work, heeelp me serv = raw_input("[+]…
-
0
votes0
answers87
viewsPerform telnet using proxy with python
I’m trying to accomplish a telnet at the door SSH 22, using the pysocks, but it seems that the SOCKS not connecting, but if I use the program Open Text Socks Client Dasboard it connects, but I need…
-
-1
votes1
answer89
viewsPython Telnet server that changes the title of the Putty window
someone has some Telnet server script that changes the title of the Putty window from whom to connect to it?