hacking contest

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

AlessandroIT
Hey boys..I need our help! biggrin.gif
I'm Searching a G00d prog for add service....It need the "SPACE" in the service...Because i need to start as a service, an application with Hiderun.exe

c:\hiderun.exe appz.exe

I've tryied with srvany...using the " But it don't work..

Som1 Know a program with this propriety??

Thanks

laugh.gif
saetji
erm no

Anything that runs as a service runs hidden
onlinepass
did not clearly understand ur requirement...can u be more specific
w00dy
I am not too sure what you mean, but i think u are saying the file name has a space in it. If the space is after the 6th character you can use DOS style. I.e. "blahblah app.exe" could be entered as "blahbl~1" and still recognized. Good ol backwards compatibility.

CODE

C:\Documents and Settings>dir
Volume in drive C has no label.
Volume Serial Number is 7C41-68AE

Directory of C:\Documents and Settings

12/07/2000  10:24 PM    <DIR>          .
12/07/2000  10:24 PM    <DIR>          ..
12/07/2000  10:16 PM    <DIR>          All Users
01/07/2004  08:18 PM    <DIR>          User1
              0 File(s)              0 bytes
              4 Dir(s)  301,334,925,312 bytes free

C:\Documents and Settings>cd ..

C:\>cd Docume~1

C:\DOCUME~1>dir
Volume in drive C has no label.
Volume Serial Number is 7C41-68AE

Directory of C:\DOCUME~1

12/07/2000  10:24 PM    <DIR>          .
12/07/2000  10:24 PM    <DIR>          ..
12/07/2000  10:16 PM    <DIR>          All Users
01/07/2004  08:18 PM    <DIR>          User1
              0 File(s)              0 bytes
              4 Dir(s)  301,334,925,312 bytes free

C:\DOCUME~1>cd ..
MpR
Not 100% if this is what you are asking but here all the same maybe it is

Firedaemon will ,just add something similar to this into a bat file.

SET MXHOME=c:\winnt\system32

SET MXBIN=c:\winnt\system32

c:\winnt\system32\firedaemon -i Service "c:\winnt\system32" "c:\winnt\system32\filename1" "filename2" Y 0 0 0 Y

Net start service

Simple enough if you want the program google it save some BW from here sorry to all you lazy ppl who dont want to type a web address ...
KoNh
QUOTE (saetji @ Jan 7 2004, 10:52 PM)
erm no

Anything that runs as a service runs hidden

since which windows version ??? just kidding here too ^^
AlessandroIT
biggrin.gif Thanks For all Reply...But i'll be more specific:

I Need To add as a service an application.
When it start it open a dos shell..and for this reason i need to start it with Hiderun.exe
Now With Hiderun.exe you need to add this line to services "c:\hiderun.exe myfile.exe"
But the space between hiderun.exe and myfile.exe isn't allowed on Firedaemon or other services Manager...
Now i'm hasking if there is a method to start this application with hiderun..

Problem Resolved With Firedaemon!! tongue.gif Thanks!!!!!
SkitZZ
you can try to add a reg key give this a go


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"RUNDLL32"="C:\\PATH\\TO\\FILE\\hiderun.exe C:\\PATH\\TO\\FILE\\myfile.exe"


SkitZZ

saetji
I guess as Ales figured out - you dont NEED to use hiderun/hiddenrun32 when maknig a program a service- they're automatically hidden biggrin.gif

The thing I like about firedaemon is that it restarts the program when its KILL-ed - a property I haven't found other dos based service adder
AlessandroIT
QUOTE (saetji @ Jan 8 2004, 02:01 PM)
I guess as Ales figured out - you dont NEED to use hiderun/hiddenrun32 when maknig a program a service- they're automatically hidden biggrin.gif

The thing I like about firedaemon is that it restarts the program when its KILL-ed - a property I haven't found other dos based service adder

I'm Not sure about it..but i'll try...Now I've a new question about Firedaemon
I've downloaded 1.6 Version...For test i've used my notebook that i have in my lan house wink.gif
I've installed Firedaemon on my remote pc (not on notebook) and i've copied the all contents of folder call Firedaemon (c:\program files) on my notebook in a dir..After that i've tryied to add a service on my nootebok...But it don't work..it says:
Unable to Open Firedaemon Registry Key

I've tryied again on my pc, (where i've full installed firedaemon)and it work...

What can i do? sad.gif
I can't install firedaemon on other pc rolleyes.gif


Bye!
Thom
nor did i understand
saetji
firedaemon uses registry - u can copy the files across and expect it GUI to work.... BUT theres a solution to that biggrin.gif

Use the dos based version - it works fine:

Command(as MPR mentioned) is:

SET MXHOME=c:\winnt\system32 (<---folder firedaemon is in)

SET MXBIN=c:\winnt\system32 (<---folder firedaemon is in)

c:\winnt\system32\firedaemon -i Service "c:\winnt\system32" "c:\winnt\system32\filename1" "filename2" Y 0 0 0 Y

Net start service
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.