Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mac4n6/macMRU-Parser
Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.
https://github.com/mac4n6/macMRU-Parser
Last synced: 3 months ago
JSON representation
Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.
- Host: GitHub
- URL: https://github.com/mac4n6/macMRU-Parser
- Owner: mac4n6
- Created: 2016-07-10T16:24:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T17:12:44.000Z (over 6 years ago)
- Last Synced: 2024-02-15T01:34:29.247Z (9 months ago)
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 96
- Watchers: 14
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ForensicsTools - macMRUParser - Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format. (Challenges / OS X Forensics)
README
# macMRU-Parser
Python script to parse the Most Recently Used (MRU) plist files on macOS into a more human friendly format.## Usage:
`python macMRU.py [-h] [--blob_hex] [--blob_parse_human] [--blob_parse_raw] MRU_DIR`## Output Options:
* --blob_hex - Extract the binary BLOB Bookmark data
* --blob_parse_raw - Parse the BLOB data in a raw format
* --blob_parse_human - Parse the BLOB data in a (mostly) human-friendly format## Dependencies:
* hexdump.py: https://pypi.python.org/pypi/hexdump
* ccl_bplist.py: https://github.com/cclgroupltd/ccl-bplist
* mac_alias https://pypi.python.org/pypi/mac_alias## Related Information:
https://www.mac4n6.com/blog/2016/7/10/new-script-macmru-most-recently-used-plist-parser