Skip to content

Commit

Permalink
Update documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 15, 2024
1 parent e79edb4 commit 27a6bb6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions admin/docs/module_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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*`` |
Expand Down Expand Up @@ -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`` |
Expand Down

0 comments on commit 27a6bb6

Please sign in to comment.