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 Dec 4, 2024
1 parent 06a16b1 commit 6e524db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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: 259
Total number of modules: 260
Number of v1 artifacts: 96
Number of v2 artifacts: 219
Number of modules with 'lava output': 117
Number of v2 artifacts: 220
Number of modules with 'lava output': 118
Number of modules using 'artifact_icon': 11
Number of modules with errors or no recognized artifacts: 3

Expand Down Expand Up @@ -210,6 +210,7 @@ Number of modules with errors or no recognized artifacts: 3
| [photosMigration.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/photosMigration.py) | get_photosMigration | Migrations | standard | | Parses migration records from photos.sqlite database | ``*/PhotoData/Photos.sqlite*`` |
| [preferencesPlist.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/preferencesPlist.py) | preferencesPlist | Preferences PList | html, tsv, lava | | Extract Device information | ``*preferences/SystemConfiguration/preferences.plist`` |
| [serialNumber.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/serialNumber.py) | serialNumber | Serial Number | none | | Serial Number of the device | ``*/Library/Caches/locationd/consolidated.db*`` |
| [skg_archive.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/skg_archive.py) | skg_archive | SKG Archive | standard | | Parses SKG Archive Records | ``*/CoreSpotlight/SpotlightKnowledge/index.V2/keyphrases/NSFileProtectionComplete/skg_archive.V2.*``, ``*/CoreSpotlight/SpotlightKnowledge/index.V2/archives/NSFileProtectionComplete/skg_archive.V2.*`` |
| [sms.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/sms.py) | get_sms | SMS | all | | Parses sms and iMessage chats | ``**/sms.db*`` |
| [subscriberInfo.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/subscriberInfo.py) | subscriberInfo | Subscriber Info | standard | settings | Information about inserted SIM Cards | ``*/wireless/Library/Databases/CellularUsage.db*`` |
| [sysShutdown.py](https://github.com/abrignoni/iLEAPP/blob/main/scripts/artifacts/sysShutdown.py) | get_sysShutdown | Sysdiagnose - Shutdown Log | none | | Parses the shutdown.log file from Sysdiagnose logs, based off work by Kaspersky Lab https://github.com/KasperskyLab/iShutdown | ``*/shutdown.log`` |
Expand Down

0 comments on commit 6e524db

Please sign in to comment.