Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.51 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.51 KB

RecentFileCacheParser

Command Line Interface

RecentFileCacheParser version 1.0.0.0

Author: Eric Zimmerman (saericzimmerman@gmail.com)
https://github.com/EricZimmerman/RecentFileCacheParser

        f               File to process. Required
        q               Only show the filename being processed vs all output. Useful to speed up exporting to json and/or csv

        csv             Directory to save CSV formatted results to. Be sure to include the full path in double quotes
        csvf            File name to save CSV formatted results to. When present, overrides default name
        json            Directory to save json representation to. Use --pretty for a more human readable layout
        pretty          When exporting to json, use a more human readable layout


Examples: RecentFileCacheParser.exe -f "C:\Temp\RecentFileCache.bcf" --csv "c:\temp"
          RecentFileCacheParser.exe -f "C:\Temp\RecentFileCache.bcf" --json "D:\jsonOutput" --jsonpretty

          Short options (single letter) are prefixed with a single dash. Long commands are prefixed with two dashes

Documentation

Parses RecentFileCacheParser.bcf files.

Download Eric Zimmerman's Tools

All of Eric Zimmerman's tools can be downloaded here.

Special Thanks

Open Source Development funding and support provided by the following contributors: SANS Institute and SANS DFIR.