Open-AudIT
https://www.open-audit.org/phpBB3/

Newbie
https://www.open-audit.org/phpBB3/viewtopic.php?f=5&t=1232
Page 1 of 1

Author:  estradac [ Wed Aug 16, 2006 6:15 am ]
Post subject:  Newbie

Where's the instructions to setting this up. I am a WMI\ VBS Script guy ..I do not know MySQL or PHP can someone please send me step by step instructions to set this up...

I am trying to inventory only certain servers...not my entire domain....

Pease step by step ....

Author:  b1ff [ Fri Sep 01, 2006 6:59 am ]
Post subject: 

1) grab the release from here:
http://sourceforge.net/project/showfile ... _id=160594
Unfortunately I can not explaint to you how you can update to a newer release using the version control software.

2) install a server that handles
- web with php
- mysql
You might wann use xampp for Windows if you're a Windows guy

3) Create the database:
Using Windows:
go to the mysql bin directory and connect using
mysql -u root
now create the database itself and the user:
mysql> create database openaudit;
mysql> grant all on openaudit.* to 'username'@'localhost' identified by 'password';
there you go, the database is ready!

4) create the neccessary tables:
go to the directory containing the .sql file and run:
c:\program files\xampp\mysql\bin mysql -u root -p openaudit < open_audit.sql (e.g.)

5) Customize the include_config.php file to your fit your needs, change username and password, of cause use the one you granted access to that database.

6) Web server:
Create a vhost for apache or simply use a directory on your server and copy the content of the open-audit release to it, then go to
http://serveraddress/openaudit/setup.php
and configure everything.
Make sure you have write access to the audit.config file and stuff

Follow the steps explained her to download the neccessary files and put them in the proper locations

7) Finish:
Without a AD domain enter PCnames , usernames and passwords in pc_file_list.txt

8) You can move the scripts directory to your local PC and fire up
# cscript audit.vbs
to run an audit

b1ff

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/