commit 685b313a65dbc8159c4fe3d9493fe667fe18bcdb from: the xhr date: Tue Jun 16 07:18:59 2015 UTC Update README commit - 1504fcbd50fcbd4bfe9c28b1689abdc836f3dd71 commit + 685b313a65dbc8159c4fe3d9493fe667fe18bcdb blob - 23c01ecbe212ed090db61ec8ee251d6232bed77e blob + 74846939b6d5a24ceac0afdd5dd840793753915f --- README.md +++ README.md @@ -1,2 +1,11 @@ -# tsk-sqlite-import -Import Sleuth Kit MAC time line files into SQLite +# Import Sleuth Kit MAC time line files into SQLite + +## Usage + +$ ./tsk-sqlite.py --initdb +$ ./tsk-sqlite.py --import disk.mactime + +$ sqlite3 timeline.db + +Have fun +