Adds GlobalPreferences iOS module

This commit is contained in:
tek
2023-08-02 15:28:16 +02:00
parent a103b50759
commit 9a831b5930
7 changed files with 100 additions and 5 deletions
+10
View File
@@ -142,6 +142,16 @@ If indicators are provided through the command-line, they are checked against th
---
### `global_preferences.json`
!!! info "Availability"
Backup: :material-check:
Full filesystem dump: :material-check:
This JSON file is created by mvt-ios' `GlobalPreferences` module. The module extracts records from a Plist file located at */private/var/mobile/Library/Preferences/.GlobalPreferences.plist*, which contains a system preferences including if Lockdown Mode is enabled.
---
### `id_status_cache.json`
!!! info "Availability"