Skip to main content

All Questions

Tagged with
1 vote
0 answers
230 views

How to print all lines of responses of command in telnet?

Perhaps this is trivial but Google searching doesn't find anything useful at all. I am using Windows 10, and I use telnet.exe to control my modem. Sometimes the responses of the commands entered is ...
Ξένη Γήινος's user avatar
2 votes
0 answers
106 views

How to issue persistent commands on D-Link routers with factory firmware?

I recently bought a D-Link DIR-822 router and I can telnet into it and issue Linux commands. The thing is, say I issued random commands like; iptables -P FORWARD DROP iptables -I INPUT -p tcp --sport ...
randomuser's user avatar
5 votes
2 answers
40k views

How to pass commands to a telnet window with a batch script?

I'm trying to control a wifi device with a batch script using the telnet command in Windows 7, but I don't know how to pass the commands to the telnet window. This will be a part of a longer script ...
an531's user avatar
  • 95
2 votes
0 answers
993 views

VLC with telnet interface does not show GUI, consumes CPU

I want to control the VLC player via telnet. What I want is to be able to set media, play it and pause it. I found this command: vlc.exe -I telnet --telnet-password test It does work, I can connect ...
Tomáš Zato's user avatar
  • 4,524
1 vote
2 answers
250 views

Automating email sending by using telnet & FTP on OS X CLI

Running the following script: #!/bin/bash cvs_domain=abc.com cvs_mail_server=mail.${cvs_domain} cvs_port=25 telnet $cvs_mail_server $cvs_port<<_EOF_ EHLO $cvs_domain MAIL FROM:my_mail@abc....
elder elder's user avatar
11 votes
1 answer
30k views

How does one browse a website using Telnet?

When you connect to an open port 80 (HTTP) through Telnet, shouldn't the client display a plaintext version of the site? All I get is a blank screen, and then the client disconnects. I know you can ...
user avatar
2 votes
2 answers
42k views

How to execute remote command using PuTTY over Telnet

I was created a .bat file to run PuTTY and it successfully runs. The problem now is, the command line I was key in were not executed, any solution for this? My .bat command is: putty -telnet -P ...
laits89's user avatar
  • 21
1 vote
1 answer
3k views

how to make a batch file close automatically

I have a .bat file which its content is like this: @echo off nc x.x.x.x 23 < commands.txt exit in which nc is a .exe file in the same directory nc.exe known as NetCat. The commands.txt file has ...
TechLife's user avatar
  • 910
21 votes
1 answer
6k views

Who logged into my printers?

This April 1st, someone logged into the printers and changed the ready screen to "vote for josh" on numerous HP LaserJet printers. I know that they must have logged in via telnet. And I found this ...
j0h's user avatar
  • 1,470
1 vote
2 answers
9k views

Why can't I connect to Google's SMTP server on port 25? [closed]

I'm working on an InfoSec exercise, specifically email spoofing. I started by executing the following commands: C:\Users\student>nslookup 6.0.0.10.in-addr.arpa primary name server = ...
user311226's user avatar
3 votes
2 answers
2k views

telnet on Windows 8: even after installing still an unknown command

I installed telnet by going to -> Control Panel -> Turn Windows Features on/off -> checked "Telnet Client" Reopened a cmd window. Still the same result: 'telnet' is not recognized as an ...
Bertvan's user avatar
  • 263
11 votes
4 answers
48k views

Telnet won't run from cmd prompt in windows 7

Edit:I am running windows 7, 64 bits. I have Telnet Client installed, and if I go to c:\windows\system32 i do find the file "telnet.exe"; if I click it, telnet runs perfectly. However, if I type ...
Sampaio's user avatar
  • 257
2 votes
3 answers
2k views

Del/Erase Commands

I'm currently trying to use the del or the erase command in a RSM Telnet to delete Temp files on users computers. But the problem I'm running into with the command is that it is working, but won't ...
Robert A Palmer's user avatar
2 votes
1 answer
19k views

How to mount a Windows share in OpenDreambox via Telnet?

I have created a new folder on root of C disk called recordings and I have shared it with everyone. I now want to mount this folder on my Dreambox so that I can record to it. But since this is an ...
Samir's user avatar
  • 20.9k
3 votes
1 answer
1k views

Telnet trouble on Windows 7 Ultimate 64-bit SP1

I'm trying to connect to a Telnet server. After typing 'telnet [server] [port]', I get a blank command prompt screen. I can then type Telnet commands, but everything I type is invisible. Replies sent ...
itadeb's user avatar
  • 31

15 30 50 per page