Jettaman
Sep 2 2003, 02:49 AM
Hi!
Can Any1 tell me, how do i start the Telnet Service on a remote server, so it's active after every reboot?
And I want to change the Telnet port, too! I know, that I can do this in the registry, but when I use a .reg file, a Popup appears and asks for yes or no...but I want to change something in the registry on a remote server.
thanx 4 help!
Jettaman
dissolutions
Sep 2 2003, 03:34 AM
uhhhhh what operating system
Gandalf^^
Sep 2 2003, 03:51 AM
to edit the registery without the popup, you can use this trick:
http://forums.governmentsecurity.org/index...?showtopic=2015
mrBob
Sep 2 2003, 10:48 AM
to run the windows telnet server (and also run it after reboot):
net start tlntsvr
and to stop it (then it won't restart again):
net stop tlntsvr
hope it works

dunno if it also works on win9x
note, you must have the user/pass of the remote to login
Candypapa
Sep 2 2003, 02:18 PM
The Net start will not work on 98 ... because he does not have Services
flap
Sep 8 2003, 01:13 PM
this is all crap... just download winshell from illmob.org
winshell.zip
ComSec
Sep 8 2003, 01:24 PM
| QUOTE (flap @ Sep 8 2003, 01:13 PM) |
| this is all crap... |
every member helps to provide a solution to querys etc....
your answer is fine....without.. 'this is all crap'.... if you dont mind
each is to his own
cheers
jubbly
Sep 8 2003, 03:29 PM
on service enabled Operating Systems all NT platforms
u can use"net start telnet" and not so many but some it's "net start tlntsvr" but after reboot it won't start automatically.
To start it automatically you then at the command line do "C:\WINNT\system32\tlntsvr.exe /i" , all without the " of course. The /i then make the service an automatic service which starts when the PC has rebooted and each time after that until the sys op changes it back to manual or even disabled.
Hope that helps.
=k3Rn=
Oct 5 2003, 11:53 PM
maybe try remote anything it got nice features and you will always be able to lauch a shell using netcat. i'll post the programm in 'file downloads'.