![]() |
|
| About | Documents | Download | | |
Documentation
Installing:
Acorer is distributed as a tar.gz file, and a .deb package
tar.gz installation:
-----------------------
The easiest way to install the source is to unpack it and run it from the source directory.
$ gunzip -dc acorer-xx.tar.gz | tar xvf -
$ cd acorer-xx
$ ./acorer.pl --help
.deb file installation
----------------------
The .deb file is packaged specifically for the SANS SIFT v2.13 but should work on all Debian based systems
Running:
The Acorer application is not forensically sound, so hardware or software write blocking should be used when file access times need to be preserved.
Acorer should be run as root to ensure it has permission to read any files
it needs to access.
Examples:
Running acorer on an OSX system disk connected to your Linux system via a write
blocker mounted on /mnt, or image files mounted as /mnt:
At a minimum the outputdir will contain a logfile with module output. It may
contain other files depending on which modules were selected.
Below is a list of the available command line options:
--logfile
--basepath < path/to/OSX/filesystem/mountpoint >
--outputdir < directory/to/output/results >
--user < username > (parse user specific entries under /Users/home/
--config < filename > (configuration file that specifies the plugin names to use [default config.txt in program directory])
--appdir < directory containg external apps >
--verbose (Print detailed information to the screen as the program runs)
--module < modulename > (run module from cmd line rather than config file )
--usage (Print this message, then quit)
-h (This message [same as --usage])
© COPYRIGHT 2012 Jake Cunningham