Closed user31415 closed 9 years ago
Sleuthkit indicates that all MD5's are identical for an imported Win7 image.
Perhaps this is related to a missing module (icat ?)?
In Sift 3.0, Autopsy is looking for "icat-sleuthkit" which is missing. Creating a soft link of:
ln -s /usr/bin/icat /usr/bin/icat-sleuthkit
resolves the issue.
I'll get this committed in
Done - https://github.com/sans-dfir/sift-bootstrap/blob/master/bootstrap.sh#L757
Sleuthkit indicates that all MD5's are identical for an imported Win7 image.
Perhaps this is related to a missing module (icat ?)?