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

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

Author:  ksoviero [ Sat Oct 09, 2010 1:03 pm ]
Post subject:  Docs?

I am trying to setup Open-AudIT for a client, and I can't figure out how to set it up... Are there any docs anywhere?

As of right now, I am unclear about how to actually audit a PC, we want to do it locally at each machine, there is no AD.

I chose Open Audit because it could do automated auditing locally from a script.

Author:  Mark [ Tue Oct 12, 2010 8:27 am ]
Post subject:  Re: Docs?

If you have no Active Directory, take a look at the option to use a list of PCs & credentials in an external file.

Author:  ksoviero [ Fri Oct 22, 2010 10:48 am ]
Post subject:  Re: Docs?

Is it possible to audit a Windows machine locally? If so, how?

Author:  nausea [ Wed Nov 17, 2010 7:13 am ]
Post subject:  Re: Docs?

[quote="ksoviero"]Is it possible to audit a Windows machine locally? If so, how?

What I do is have "audit.config" and "audit.vbs" on a network share and then have the login script run the "audit.vbs" script everytime a user logs in. You can also walk over to the machine and doubleclick the audit.vbs script to run it manually.

I think you just have to edit audit.config put Audit_Host="http://x.x.x.x" to the IP or hostname of your openaudit server, change strComputer = "" to strComputer = "." and choose whatever other settings you want.

In audit.vbs change:
[code]this_config_url = "%host_url%"
if (left(this_config_url,1) = "%") then
this_config_url = "http://openaudit/openaudit/list_export_config.php"
end if[/code]
To:
[code]this_config_url = "http://put your openaudit IP or hostname in here"
[/code]

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