@@ -134,8 +134,10 @@ time_machine | Parser for MacOS TimeMachine plist files.
134
134
135
135
Name | Description
136
136
--- | ---
137
+ android_app_usage | Parser for Android app_usage SQLite database (app_usage) files.
137
138
android_calls | Parser for Android call history SQLite database (contacts2.db) files.
138
139
android_sms | Parser for Android text messages (SMS) SQLite database (mmssms.dbs) files.
140
+ android_turbo | Parser for Android turbo SQLite database (turbo.db) files.
139
141
android_webview | Parser for Android WebView SQLite database files.
140
142
android_webviewcache | Parser for Android WebViewCache SQLite database files.
141
143
appusage | Parser for MacOS application usage SQLite database (application_usage.sqlite) files.
@@ -189,6 +191,7 @@ apt_history | Parser for Advanced Packaging Tool (APT) History log files.
189
191
aws_elb_access | Parser for AWS ELB Access log files.
190
192
bash_history | Parser for Bash history files.
191
193
confluence_access | Parser for Confluence access log (access.log) files.
194
+ cri_log | Parser for Container Runtime Interface log files.
192
195
dpkg | Parser for Debian package manager log (dpkg.log) files.
193
196
gdrive_synclog | Parser for Google Drive Sync log files.
194
197
googlelog | Parser for Google-formatted log files.
@@ -268,7 +271,7 @@ winreg_default | Parser for Windows Registry data.
268
271
269
272
Name | Parsers and plugins
270
273
--- | ---
271
- android | android_app_usage, chrome_cache, filestat, sqlite/android_calls, sqlite/android_sms, sqlite/android_webview, sqlite/android_webviewcache, sqlite/chrome_8_history, sqlite/chrome_17_cookies, sqlite/chrome_27_history, sqlite/chrome_66_cookies, sqlite/skype
274
+ android | android_app_usage, chrome_cache, filestat, sqlite/android_app_usage, sqlite/ android_calls, sqlite/android_sms, sqlite/android_turbo , sqlite/android_webview, sqlite/android_webviewcache, sqlite/chrome_8_history, sqlite/chrome_17_cookies, sqlite/chrome_27_history, sqlite/chrome_66_cookies, sqlite/skype
272
275
ios | jsonl/ios_application_privacy, plist/ios_identityservices, sqlite/imessage, sqlite/ios_netusage, sqlite/ios_powerlog, sqlite/ios_screentime, sqlite/kik_ios, sqlite/twitter_ios, text/ios_lockdownd, text/ios_logd, text/ios_sysdiag_log
273
276
linux | bencode, czip/oxml, jsonl/docker_container_config, jsonl/docker_container_log, jsonl/docker_layer_config, filestat, olecf, pls_recall, sqlite/google_drive, sqlite/skype, sqlite/zeitgeist, systemd_journal, text/apt_history, text/bash_history, text/dpkg, text/gdrive_synclog, text/googlelog, text/popularity_contest, text/selinux, text/syslog, text/syslog_traditional, text/vsftpd, text/xchatlog, text/xchatscrollback, text/zsh_extended_history, utmp, webhist
274
277
macos | asl_log, bencode, bsm_log, cups_ipp, czip/oxml, filestat, fseventsd, mac_keychain, olecf, plist, spotlight_storedb, sqlite/appusage, sqlite/google_drive, sqlite/imessage, sqlite/ls_quarantine, sqlite/mac_document_versions, sqlite/mac_notes, sqlite/mackeeper_cache, sqlite/mac_knowledgec, sqlite/skype, text/bash_history, text/gdrive_synclog, text/mac_appfirewall_log, text/mac_securityd, text/mac_wifi, text/macos_launchd_log, text/syslog, text/syslog_traditional, text/zsh_extended_history, utmpx, webhist
0 commit comments