blob: 485846fe25f5a0ffe63f26dfa8776e6def77c4b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[
{ type: install
message: <<EOM
Default autopsy configuration file is /usr/local/lib/autopsy/conf.pl
The NIST National Software Reference Library (NSRL) contains
hash values of known good and bad files.
http://www.nsrl.nist.gov
If you have a copy of the NSRL, you may add support in Autopsy by
adding the path to the NSRLFile.txt to the "NSRLDB" configuration
entry:
NSRLDB = /path/to/NSRLFile.txt
The index file NSRLFile.txt-md5.idx must be in the same directory.
If it does not exist it may be created with the TSK hfind command:
hfind -i nsrl-md5 /path/to/NSRLFile.txt
Autopsy saves configuration files, audit logs, and output to the
Evidence Locker directory. You MUST specify this with the LOCKDIR
configuration entry before running Autopsy:
LOCKDIR = /path/to/locker
WARNING: The cross-platform version of Autopsy is no longer actively
developed. This port is retained mainly to allow users with
saved data to migrate to another forensic tool.
EOM
}
]
|