Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 817 Bytes

File metadata and controls

14 lines (10 loc) · 817 Bytes

Forensic scripts

Two scripts here to help creating timeline on Linux live systems :

  • filetimeline.py : get a list of files in a folder with their change time, modification time and birth time using stat (which does not give the creation time even if the file system has it)
  • mactime.py : convert this list of files into a csv timeline

Misc :

  • extract_chrome_history.py: extract history from a Chrome History Sqlite file

    • On Windows, stored in C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
    • On Mac OS, stored in /Users/<username>/Library/Application Support/Google/Chrome/Default
    • On Linux, stored in /home/<username>/.config/google-chrome/Default
  • ios_unpack.py : unpack iOS backup folder from iTunes or libimobiledevice