Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Adds all required Fedora objects to allow This module allows users to ingest and retrieve disk images through the Islandora interface and provides disk image forensics using Sleuthkit.

Dependencies

...

Release Notes and Downloads

Installation

To install Sleuthkit install:

Code Block
sudo apt-get install libafflib-dev afflib-tools libewf-dev ewf-tools

...


git clone https://github.com/sleuthkit/sleuthkit.git

...


cd sleuthkit

...


./bootstrap

...


./configure (no need to declare --with-afflib=dir if you installed libafflib-dev and afflib-tools as described above)

...


 make && sudo make install && sudo ldconfig
Note
If you're on Ubuntu 12.04, you will need to build libewf from source.

...

Set the path for fiwalk  at http://path.to.your.site/admin/islandora/solution_pack_config/disk_image.

Image Added

 If you would like to index the output of fiwalk in Solr, you can use this xslt.

...

  • Islandora Disk Image Content Model (islandora:sp_disk_image)
  • Disk Image Collection (islandora:sp_disk_image_collection)

...