--- tags: forensics-tutorials --- # MACTimes :::info **In this short demo you will:** - On how to create a digital signature - Requirements: **sleuthkit / mac-robber** ::: We first need to create our database in a readable format for `mactime`. The command below does the work. ``` ~$ mac-robber /dir > dir.mactime ``` :::warning **You must change /dir by the working directory** ::: Then we can use the `mactime` tool: ``` ~$ mactime -b dir.mactime ``` and eventually: ``` ~$ mactime -b imagem.dd.timeline 2010-08-10..2010-08-15 ``` You may want to use `stat`: ``` ~$ stat filename ```