From 27a6bb6486f9ea6303eb310124cbab19a80e5c3c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 15 Nov 2024 21:34:36 +0000 Subject: [PATCH] Update documentation files --- admin/docs/module_info.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/admin/docs/module_info.md b/admin/docs/module_info.md index 0252933a..bcd61af8 100644 --- a/admin/docs/module_info.md +++ b/admin/docs/module_info.md @@ -7,10 +7,10 @@ The data below is generated by the [@module_info.py](https://github.com/abrignon ## Summary -Total number of modules: 267 +Total number of modules: 265 Number of v1 artifacts: 104 -Number of v2 artifacts: 216 -Number of modules with 'lava output': 110 +Number of v2 artifacts: 217 +Number of modules with 'lava output': 113 Number of modules with errors or no recognized artifacts: 3 ## V2 Artifacts Table @@ -88,8 +88,6 @@ Number of modules with errors or no recognized artifacts: 3 | [Ph99SystemVersionPlist.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/Ph99SystemVersionPlist.py) | Ph99-System-Version-Plist | Ph99 System Version plist | | Parses basic data from device acquisition */System/Library/CoreServices/SystemVersion.plist which contains some important data related to a device bei | ``*/SystemVersion.plist`` | | [Ph9BurstAvalanche.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/Ph9BurstAvalanche.py) | Ph9-Burst Avalanche-PhDaPsql | PhDaPL Photos.sqlite Ph9 Burst Avalanche Assets | | Parses basic asset record data from PhotoData-Photos.sqlite for burst avalanche assets and supports iOS 11-17. The results for this script will contai | ``*/PhotoData/Photos.sqlite*`` | | [Splitwise.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/Splitwise.py) | splitwise | Splitwise | | Parses users, accounts, and transaction information from Splitwise app | ``*/Library/Application Support/database.sqlite*`` | -| [WatchSleepData.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/WatchSleepData.py) | HealthSleepData | Apple Health Sleep Data | | Parses Apple Health Sleep Data from the healthdb_secure.sqlite database | ``*Health/healthdb_secure.sqlite*`` | -| [WatchWornData.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/WatchWornData.py) | WatchWornData | Apple Watch Worn Data | | Parses Apple Watch Worn Data from the healthdb_secure.sqlite database | ``*Health/healthdb_secure.sqlite*`` | | [WithingsHealthMate.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/WithingsHealthMate.py) | HealthMateAccounts | Health Mate - Accounts | | Health Mate Accounts | ``/private/var/mobile/Containers/Data/Application/*/Library/Application Support/account`` | | [WithingsHealthMate.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/WithingsHealthMate.py) | HealthMateSleepTracking | Health Mate - Sleep Tracking | | Health Mate Sleep Tracking | ``*/Library/Application Support/coredata/*_Tracks*`` | | [WithingsHealthMate.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/WithingsHealthMate.py) | HealthMateDailySummary | Health Mate - Daily Summary | | Health Mate Daily Summary | ``*/Library/Application Support/coredata/*_Tracks*`` | @@ -186,6 +184,9 @@ Number of modules with errors or no recognized artifacts: 3 | [health.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/health.py) | healthSteps | Health - Steps | standard | Health - Steps | ``*Health/healthdb_secure.sqlite*`` | | [health.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/health.py) | healthHeight | Health - User Entered Data - Height | standard | Height entered by the user in Health | ``*Health/healthdb_secure.sqlite*`` | | [health.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/health.py) | healthWeight | Health - User Entered Data - Weight | standard | Weight entered by the user in Health | ``*Health/healthdb_secure.sqlite*`` | +| [health.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/health.py) | healthWatchWornData | Health - Device - Watch Worn Data | standard | Parses Apple Watch Worn Data from the healthdb_secure.sqlite database | ``*Health/healthdb_secure.sqlite*`` | +| [health.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/health.py) | healthAllWatchSleepData | Health - Sleep - All Watch Sleep Data | standard | Parses Apple Health Sleep Data from the healthdb_secure.sqlite database | ``*Health/healthdb_secure.sqlite*`` | +| [health.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/health.py) | healthWatchBySleepPeriod | Health - Sleep - Watch By Sleep Period | standard | Parses Apple Health Sleep Data from the healthdb_secure.sqlite database | ``*Health/healthdb_secure.sqlite*`` | | [iTunesBackupInfo.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/iTunesBackupInfo.py) | iTunesBackupInfo | iTunes Backup Information | | Extract information from the Info.plist file of an iTunes backup | ``*Info.plist``, ``*info.plist`` | | [idstatuscache.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/idstatuscache.py) | idstatuscache | Identity Lookup Service | | iCloud sync, Email, FaceTime, more | ``*/mobile/Library/Preferences/com.apple.identityservices.idstatuscache.plist``, ``*/mobile/Library/IdentityServices/idstatuscache.plist`` | | [imeiImsi.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/imeiImsi.py) | imeiImsi | IMEI - IMSI | html, tsv, lava | Extracts Cellular information | ``*/wireless/Library/Preferences/com.apple.commcenter.plist`` |