| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ActivitiesCacheParser is a python tool to extract forensics data from ActivitiesCache.db (Windows Activity Timeline).
The database is located at C:\Users\<user>\AppData\Local\ConnectedDevicesPlatform\<folder>\ActivitiesCache.db.
<folder> can be any of the following based on the type of user account:
This tool currently parses the following tables from ActivitiesCache.db:
Python 3.9 or above. The older versions of Python 3.x should work fine as well.
These are the required libraries needed to run this script.
This is a CLI based tool.
$ python ActivitiesCacheParser.py -f <Path-to-ActivitiesCache.db>
To view help:
$ python ActivitiesCacheParser.py -hHere is a small GIF showing how use the tool.
Here are some of the resources referred while making this tool.
Thanks to everyone for making their research public, this tool wouldn't be possible with out that.
B. K. S. Nihith
| Back | FazBrowse Home | New Git URL |