1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-29 23:51:58 +00:00

Merge branch 'develop' of github.com:sleuthkit/autopsy into develop

This commit is contained in:
Brian Carrier
2015-08-19 23:48:40 -04:00
15 changed files with 359 additions and 133 deletions

View File

@@ -1,7 +1,10 @@
This folder contains files that were created for an August 2015 Tutorial from Basis Technology.
http://www.basistech.com/python-autopsy-module-tutorial-2-the-data-source-ingest-module/
It contains the following:
- FindContactsDb.py: Script to find databases and parse them.
- Contacts.db: Sample database with the correct name and schema for the FindContactsDb.py script.
- RunExe.py: Script that runs img_stat.exe on disk images.
- img_stat.exe: 32-bit version of img_stat.exe from The Sleuth Kit that is needed by RunExe.py.
- img_stat.exe: 32-bit version of img_stat.exe from The Sleuth Kit that is needed by RunExe.py.