msoto5 / cs42_recovery

Given a range of dates, is capable of extracting various information from a Windows system in said time range

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs42_recovery

recovery.py, given a range of dates, is capable of extracting various information from a Windows system in said time range:

  • Installed apps
  • Browsing history (from all main browsers)
  • Recent files
  • Temporal files
  • Running processes

Getting started

The following libraries need to be installed:

  • Pandas:
pip install pandas
  • Browser-history:
pip install browser-history

Manual


Examples




About

Given a range of dates, is capable of extracting various information from a Windows system in said time range


Languages

Language:Python 100.0%