-
Notifications
You must be signed in to change notification settings - Fork 103
INSTALLHISTORY
Alex Cartwright edited this page Oct 7, 2019
·
3 revisions
The INSTALLHISTORY plugin parses the /Library/Receipts/InstallHistory.plist file to get information about programs that have been installed.
This plugin supports standalone mode.
$ python mac-apt.py -x -o ~/Case_Output ~/Acquisition.E01 INSTALLHISTORY
Field Name | Notes |
---|---|
ContentType | Content Type (if listed) of install. If no "Content Type" is listed, ContentType is "None" |
Date | Date/Time of install |
DisplayName | Displayed name of install |
DisplayVersion | Current version of install |
PackageIdentifiers | List of package identifiers |
ProcessName | Name of the Process OS X Installer : update/installation of OS softwareupdated : the App Store’s updater storedownloadd : App Store Installer : the Installer app |
Source | Source file for install information |
Getting Started
- Introduction
- Installation
-
Sample Usage
- ios_apt
- Artifact Only Mode
- Mounted System Data Mode
- Interpreting Output
- Issues & Workarounds
Plugins
- AUTOSTART
- BASICINFO
- BLUETOOTH
- DOMAINS
- FSEVENTS
- IDEVICEBACKUPS
- IDEVICEINFO
- IMESSAGE
- INETACCOUNTS
- INSTALLHISTORY
- MSOFFICE
- NETUSAGE
- NETWORKING
- NOTES
- NOTIFICATIONS
- PRINTJOBS
- QUARANTINE
- RECENTITEMS
- SAFARI
- SCREENTIME
- SPOTLIGHT
- SPOTLIGHTSHORTCUTS
- TERMINALSTATE
- TERMSESSIONS
- UNIFIEDLOGS
- USERS
- WIFI
Development
- Write a Plugin
- Plugin Helpers