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

Current OSX audit script
https://www.open-audit.org/phpBB3/viewtopic.php?f=20&t=5951
Page 1 of 1

Author:  auditor [ Wed Oct 10, 2012 2:18 am ]
Post subject:  Current OSX audit script

I put this up as a reply under another post, but I thought it should have its own post where the title is more concise.

The mac script for transforming Mac system information to XML that is supported by OAV2 is attached to this post.

This is still a work in progress and there are still some variables that we're having trouble matching from the Mac system to the Windows tags in the XML. If you have any questions, comments or concerns, please post them. Any help and feedback would be much appreciated.

This is the script. All you have to do is decompress and click on the file. The xml file should be generated in the same folder as the script. It's called mac.xml in case you're wondering.

**Update: This script below is an updated version that allows you to automatically add the xml file to your OAV2 setup. Basically, in Terminal all you have to do is type:
Path to the audit script & Website address of where you would add a system to your inventory. It should look something like:
.../mac_audit http://.../oav2/index.php/system/add_system

[attachment=0] File comment: 11/13/12 Updated Mac Audit Script
mac_audit.zip [25.68 KiB]
Downloaded 505 times


These are the xcode files for the OLD script.

[attachment=1] File comment: Objective C code
Mac audit OAv2 Xcode.zip [90.77 KiB]
Downloaded 472 times


I commented out the software section of the code. If you want a list of the software, just remove the comment characters and you'll get information about all the software on your computer in the same format as the xml generated by the windows script.

Attachments:
File comment: Mac Audit Executable. Just run and .xml file should be generated in the same folder as the script.
mac_audit.zip [29.25 KiB]
Downloaded 470 times

Author:  el_geto [ Wed Oct 17, 2012 12:53 am ]
Post subject:  Re: Current Mac Audit Script for OAv2

a little bash script can upload the content of the XML to the server, this works for 10.6+

curl --data-urlencode add@mac.xml "http://server/oav2/index.php/system"

Author:  el_geto [ Sat Oct 20, 2012 12:05 am ]
Post subject:  Re: Current Mac Audit Script for OAv2

Sorry, that command was for OAv1. Here's the actual one for OAv2:

curl --data-urlencode form_systemXML@path_to_mac.xml "http://server/oav2/index.php/system/add_system"

Author:  auditor [ Thu Oct 25, 2012 12:33 am ]
Post subject:  Re: Current Mac Audit Script for OAv2

The script, at this time, seems to only work for Lion and Mountain Lion. I'll try and do my best to get it working on earlier versions.

Author:  auditor [ Sat Nov 17, 2012 12:39 am ]
Post subject:  Re: Current Mac Audit Script for OAv2

The audit script has been updated to allow for easy uploading directly to OAV2. See first post.

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